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

E13403-07

oracle.ide.palette
Interface Droppable


public interface Droppable


Method Summary
 void dndEvent(boolean dndEvent)
          Pass to the owner of a wizard or dialog or other whether a drag and drop event is occuring.
 java.lang.Object getDroppableObject()
          If the user wishes to pass back an object to drop target, do so here.
 

Method Detail

dndEvent

void dndEvent(boolean dndEvent)
Pass to the owner of a wizard or dialog or other whether a drag and drop event is occuring.


getDroppableObject

java.lang.Object getDroppableObject()
If the user wishes to pass back an object to drop target, do so here.


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

E13403-07

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