| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 DropHelperto 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 DropHelperto 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. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||