Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Interface
oracle.ide.util.dnd.DragHelper

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)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.