blob: 86ef78891cf8b825f44a1200528c548a3133d2ac [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Thu Jul 23 15:58:56 CEST 2020 -->
<title>GridDropTargetEffect</title>
<meta name="date" content="2020-07-23">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GridDropTargetEffect";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/GridDropTargetEffect.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDragSourceEffect.html" title="class in org.eclipse.nebula.widgets.grid"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/eclipse/nebula/widgets/grid/GridEditor.html" title="class in org.eclipse.nebula.widgets.grid"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html" target="_top">Frames</a></li>
<li><a href="GridDropTargetEffect.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.nebula.widgets.grid</div>
<h2 title="Class GridDropTargetEffect" class="title">Class GridDropTargetEffect</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.eclipse.swt.dnd.DropTargetAdapter</li>
<li>
<ul class="inheritance">
<li>org.eclipse.swt.dnd.DropTargetEffect</li>
<li>
<ul class="inheritance">
<li>org.eclipse.nebula.widgets.grid.GridDropTargetEffect</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.util.EventListener, org.eclipse.swt.dnd.DropTargetListener, org.eclipse.swt.internal.SWTEventListener</dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">GridDropTargetEffect</span>
extends org.eclipse.swt.dnd.DropTargetEffect</pre>
<div class="block">This class provides a default drag under effect (eg. select, insert, scroll and expand)
when a drag occurs over a <code>Grid</code>.
<p>Classes that wish to provide their own drag under effect for a <code>Grid</code>
can extend the <code>DropTargetAdapter</code> class and override any applicable methods
in <code>DropTargetAdapter</code> to display their own drag under effect.</p>
Subclasses that override any methods of this class must call the corresponding
<code>super</code> method to get the default drag under effect implementation.
<p>The feedback value is either one of the FEEDBACK constants defined in
class <code>DND</code> which is applicable to instances of this class,
or it must be built by <em>bitwise OR</em>'ing together
(that is, using the <code>int</code> "|" operator) two or more
of those <code>DND</code> effect constants.
</p>
<p>
<dl>
<dt><b>Feedback:</b></dt>
<dd>FEEDBACK_SELECT, FEEDBACK_INSERT_BEFORE, FEEDBACK_INSERT_AFTER, FEEDBACK_EXPAND, FEEDBACK_SCROLL</dd>
</dl>
</p><p>
Note: Only one of the styles FEEDBACK_SELECT, FEEDBACK_INSERT_BEFORE or
FEEDBACK_INSERT_AFTER may be specified.
</p></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>3.3</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>DropTargetAdapter</code>,
<code>DropTargetEvent</code></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#EXPAND_HYSTERESIS">EXPAND_HYSTERESIS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#SCROLL_HYSTERESIS">SCROLL_HYSTERESIS</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#GridDropTargetEffect-org.eclipse.nebula.widgets.grid.Grid-">GridDropTargetEffect</a></span>(<a href="../../../../../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a>&nbsp;grid)</code>
<div class="block">Creates a new <code>GridDropTargetEffect</code> to handle the drag under effect on the specified
<code>Grid</code>.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>(package private) int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#checkEffect-int-">checkEffect</a></span>(int&nbsp;effect)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#dragEnter-org.eclipse.swt.dnd.DropTargetEvent-">dragEnter</a></span>(org.eclipse.swt.dnd.DropTargetEvent&nbsp;event)</code>
<div class="block">This implementation of <code>dragEnter</code> provides a default drag under effect
for the feedback specified in <code>event.feedback</code>.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#dragLeave-org.eclipse.swt.dnd.DropTargetEvent-">dragLeave</a></span>(org.eclipse.swt.dnd.DropTargetEvent&nbsp;event)</code>
<div class="block">This implementation of <code>dragLeave</code> provides a default drag under effect
for the feedback specified in <code>event.feedback</code>.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#dragOver-org.eclipse.swt.dnd.DropTargetEvent-">dragOver</a></span>(org.eclipse.swt.dnd.DropTargetEvent&nbsp;event)</code>
<div class="block">This implementation of <code>dragOver</code> provides a default drag under effect
for the feedback specified in <code>event.feedback</code>.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#getIgnoreCellSelection--">getIgnoreCellSelection</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>org.eclipse.swt.widgets.Widget</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#getItem-int-int-">getItem</a></span>(int&nbsp;x,
int&nbsp;y)</code></td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#setIgnoreCellSelection-boolean-">setIgnoreCellSelection</a></span>(boolean&nbsp;ignore)</code>
<div class="block">Set this value to true to make drop feedback in <code>Grid</code>
always behave like the Grid was <em>not</em> in cell selection mode.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.swt.dnd.DropTargetEffect">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.swt.dnd.DropTargetEffect</h3>
<code>getControl</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.swt.dnd.DropTargetAdapter">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.swt.dnd.DropTargetAdapter</h3>
<code>dragOperationChanged, drop, dropAccept</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="SCROLL_HYSTERESIS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCROLL_HYSTERESIS</h4>
<pre>static final&nbsp;int SCROLL_HYSTERESIS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.eclipse.nebula.widgets.grid.GridDropTargetEffect.SCROLL_HYSTERESIS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="EXPAND_HYSTERESIS">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EXPAND_HYSTERESIS</h4>
<pre>static final&nbsp;int EXPAND_HYSTERESIS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.eclipse.nebula.widgets.grid.GridDropTargetEffect.EXPAND_HYSTERESIS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="GridDropTargetEffect-org.eclipse.nebula.widgets.grid.Grid-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>GridDropTargetEffect</h4>
<pre>public&nbsp;GridDropTargetEffect(<a href="../../../../../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a>&nbsp;grid)</pre>
<div class="block">Creates a new <code>GridDropTargetEffect</code> to handle the drag under effect on the specified
<code>Grid</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>grid</code> - the <code>Grid</code> over which the user positions the cursor to drop the data</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setIgnoreCellSelection-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setIgnoreCellSelection</h4>
<pre>public&nbsp;void&nbsp;setIgnoreCellSelection(boolean&nbsp;ignore)</pre>
<div class="block">Set this value to true to make drop feedback in <code>Grid</code>
always behave like the Grid was <em>not</em> in cell selection mode.
The default is false.
<p>A value of true, means that for <code>DND.FEEDBACK_SELECT</code> full rows will
be selected instead of cells and for <code>DND.FEEDBACK_INSERT_AFTER</code> and
<code>DND.FEEDBACK_INSERT_BEFORE</code> the insert mark will span all columns.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ignore</code> - </dd>
</dl>
</li>
</ul>
<a name="getIgnoreCellSelection--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIgnoreCellSelection</h4>
<pre>public&nbsp;boolean&nbsp;getIgnoreCellSelection()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if cell selection mode is ignored</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#setIgnoreCellSelection-boolean-"><code>setIgnoreCellSelection(boolean)</code></a></dd>
</dl>
</li>
</ul>
<a name="checkEffect-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkEffect</h4>
<pre>int&nbsp;checkEffect(int&nbsp;effect)</pre>
</li>
</ul>
<a name="getItem-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getItem</h4>
<pre>public&nbsp;org.eclipse.swt.widgets.Widget&nbsp;getItem(int&nbsp;x,
int&nbsp;y)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>getItem</code>&nbsp;in class&nbsp;<code>org.eclipse.swt.dnd.DropTargetEffect</code></dd>
</dl>
</li>
</ul>
<a name="dragEnter-org.eclipse.swt.dnd.DropTargetEvent-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dragEnter</h4>
<pre>public&nbsp;void&nbsp;dragEnter(org.eclipse.swt.dnd.DropTargetEvent&nbsp;event)</pre>
<div class="block">This implementation of <code>dragEnter</code> provides a default drag under effect
for the feedback specified in <code>event.feedback</code>.
For additional information see <code>DropTargetAdapter.dragEnter</code>.
Subclasses that override this method should call <code>super.dragEnter(event)</code>
to get the default drag under effect implementation.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>dragEnter</code>&nbsp;in interface&nbsp;<code>org.eclipse.swt.dnd.DropTargetListener</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>dragEnter</code>&nbsp;in class&nbsp;<code>org.eclipse.swt.dnd.DropTargetAdapter</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>event</code> - the information associated with the drag enter event</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>DropTargetAdapter</code>,
<code>DropTargetEvent</code></dd>
</dl>
</li>
</ul>
<a name="dragLeave-org.eclipse.swt.dnd.DropTargetEvent-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dragLeave</h4>
<pre>public&nbsp;void&nbsp;dragLeave(org.eclipse.swt.dnd.DropTargetEvent&nbsp;event)</pre>
<div class="block">This implementation of <code>dragLeave</code> provides a default drag under effect
for the feedback specified in <code>event.feedback</code>.
For additional information see <code>DropTargetAdapter.dragLeave</code>.
Subclasses that override this method should call <code>super.dragLeave(event)</code>
to get the default drag under effect implementation.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>dragLeave</code>&nbsp;in interface&nbsp;<code>org.eclipse.swt.dnd.DropTargetListener</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>dragLeave</code>&nbsp;in class&nbsp;<code>org.eclipse.swt.dnd.DropTargetAdapter</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>event</code> - the information associated with the drag leave event</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>DropTargetAdapter</code>,
<code>DropTargetEvent</code></dd>
</dl>
</li>
</ul>
<a name="dragOver-org.eclipse.swt.dnd.DropTargetEvent-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>dragOver</h4>
<pre>public&nbsp;void&nbsp;dragOver(org.eclipse.swt.dnd.DropTargetEvent&nbsp;event)</pre>
<div class="block">This implementation of <code>dragOver</code> provides a default drag under effect
for the feedback specified in <code>event.feedback</code>.
For additional information see <code>DropTargetAdapter.dragOver</code>.
Subclasses that override this method should call <code>super.dragOver(event)</code>
to get the default drag under effect implementation.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>dragOver</code>&nbsp;in interface&nbsp;<code>org.eclipse.swt.dnd.DropTargetListener</code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>dragOver</code>&nbsp;in class&nbsp;<code>org.eclipse.swt.dnd.DropTargetAdapter</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>event</code> - the information associated with the drag over event</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>DropTargetAdapter</code>,
<code>DropTargetEvent</code>,
<code>DND.FEEDBACK_SELECT</code>,
<code>DND.FEEDBACK_INSERT_BEFORE</code>,
<code>DND.FEEDBACK_INSERT_AFTER</code>,
<code>DND.FEEDBACK_SCROLL</code>,
<code>DND.FEEDBACK_EXPAND</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/GridDropTargetEffect.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/nebula/widgets/grid/GridDragSourceEffect.html" title="class in org.eclipse.nebula.widgets.grid"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/eclipse/nebula/widgets/grid/GridEditor.html" title="class in org.eclipse.nebula.widgets.grid"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html" target="_top">Frames</a></li>
<li><a href="GridDropTargetEffect.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>