|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DragHelper | |
---|---|
oracle.ide.util.dnd | Contains API classes for drag-and-drop support of IDE types. |
Uses of DragHelper in oracle.ide.util.dnd |
---|
Methods in oracle.ide.util.dnd with parameters of type DragHelper | |
---|---|
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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |