@ParametersAreNonnullByDefault
Interface | Description |
---|---|
Draggable |
Generic interface for a custom widget which supports dragging.
|
Droppable |
Generic interface for a custom widget which supports dropping.
|
StructuredDrag.TriConsumer<A,B,C> | |
StructuredDrag.TypedDragHandler<T> | |
StructuredDrop.TypedDropHandler<T> |
Class | Description |
---|---|
CustomDragImageListener |
Custom implementation of a local transfer class.
|
CustomLocalTransfer<T> |
Custom implementation of a local transfer class.
|
DragSourceRouter |
Provides a mechanism for a single control to route its DragSourceEvents to various listeners.
|
DropTargetRouter | |
StructuredDrag |
Typed mechanism for implementing drag listeners.
|
StructuredDrag.Listener | |
StructuredDrop |
Typed mechanism for implementing drop listeners.
|
StructuredDrop.AbstractTypedDropHandler<T> | |
StructuredDrop.Listener | |
ToolBarDrop |
Mechanism for adding drop to toolbars.
|
TypedTransfer<T> |
A strongly-typed custom transfer type.
|
Enum | Description |
---|---|
DndOp | |
StructuredDrag.DropResult | |
StructuredDrop.DropMethod |