| Package | Description |
|---|---|
| oracle.ide.util.dnd |
Contains API classes for drag-and-drop support of IDE types.
|
| Class and Description |
|---|
| DefaultDropTargetListener.DropSite |
| DragDropManager
This class handles delegating to DragHelper and DropHelper objects for
drag-and-drop operations in the navigators.
|
| 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.
|
| TransferablesList
A singleton class for handling a list of
Transferable
objects. |