See: Description
Interface | Description |
---|---|
DefaultDropTargetListener.DropSite | |
DragHelper |
Defines the interface for classes that can supply a
Transferable for an object that is part
of a data transfer (or drag and drop) selection. |
DropHelper |
Defines the interface for classes that can handle a data transfer
(drop) operation.
|
Class | Description |
---|---|
DefaultDropTargetListener |
The
DefaultDropTargetListener can be use to handle
drop behavior from any view. |
DragDropManager |
This class handles delegating to DragHelper and DropHelper objects for
drag-and-drop operations in the navigators.
|
TransferablesList |
A singleton class for handling a list of
Transferable
objects. |
TransferableTreeNode |
Related Documentation
See Extending JDeveloper Using the Addin API for additional details.