Package | Description |
---|---|
org.eclipse.swt.custom |
SWT Custom widgets.
|
org.eclipse.swt.dnd |
SWT Drag and Drop support.
|
Modifier and Type | Class and Description |
---|---|
class |
StyledTextDropTargetEffect
This adapter class provides a default drag under effect (eg. select and scroll)
when a drag occurs over a
StyledText . |
Modifier and Type | Class and Description |
---|---|
class |
TableDropTargetEffect
This class provides a default drag under effect (eg. select, insert and scroll)
when a drag occurs over a
Table . |
class |
TreeDropTargetEffect
This class provides a default drag under effect (eg. select, insert, scroll and expand)
when a drag occurs over a
Tree . |
Modifier and Type | Method and Description |
---|---|
DropTargetEffect |
DropTarget.getDropTargetEffect()
Returns the drop effect for this DropTarget.
|
Modifier and Type | Method and Description |
---|---|
void |
DropTarget.setDropTargetEffect(DropTargetEffect effect)
Specifies the drop effect for this DropTarget.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.