| Package | Description | 
|---|---|
| oracle.ide.util.dnd | 
 Contains API classes for drag-and-drop support of IDE types. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DragDropManager.registerDragHelperForInstance(DragHelper helper, java.lang.Class supportedClass)
Registers the  
DragHelper for use in drag operations on objects whose type is assignable to a variable of the type specified by the supplied Class. | 
void | 
DragDropManager.registerDragHelperForType(DragHelper helper, java.lang.Class supportedClass)
Registers a  
DragHelper for use in drag operations on objects whose type is the same as the supplied Class. | 
void | 
DragDropManager.unRegisterDragHelperForInstance(DragHelper helper, java.lang.Class dragClass)
Updates the registry to remove the association between the the supplied DragHelper and any instance of the supplied Class. 
 | 
void | 
DragDropManager.unRegisterDragHelperForType(DragHelper helper, java.lang.Class cls)
Updates the registry to remove the association between the the supplied DragHelper and the supplied Class. 
 |