Skip navigation links

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

E13403-06


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

Packages that use DropHelper
oracle.ide.util.dnd Contains API classes for drag-and-drop support of IDE types. 

 

Uses of DropHelper in oracle.ide.util.dnd

 

Methods in oracle.ide.util.dnd with parameters of type DropHelper
 void DragDropManager.registerDropHelperForInstance(DropHelper helper, java.lang.Class supportedClass)
          Registers the DropHelper to handle data transfer operations where the drop target object is an instanceof the type specified by the Class parameter.
 void DragDropManager.registerDropHelperForType(DropHelper helper, java.lang.Class supportedClass)
          Registers the DropHelper to handle data transfer operations where the drop target object is the same type as the type specified by the Class parameter.
 void DragDropManager.unRegisterDropHelperForInstance(DropHelper helper, java.lang.Class registeredClass)
          Updates the registry to remove the association between the the supplied DropHelper and any instance of the supplied Class.
 void DragDropManager.unRegisterDropHelperForType(DropHelper helper, java.lang.Class registeredClass)
          Updates the registry to remove the association between the the supplied DropHelper and the supplied Class.

 


Skip navigation links

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

E13403-06


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