oracle.ide.palette
Interface Droppable
- All Known Implementing Classes:
- PaletteEditor
- 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. |
dndEvent
public void dndEvent(boolean dndEvent)
- Pass to the owner of a wizard or dialog or other whether a drag and drop event is occuring.
getDroppableObject
public java.lang.Object getDroppableObject()
- If the user wishes to pass back an object to drop target, do so here.
Copyright © 1997, 2004, Oracle. All rights reserved.