|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMEDropTargetListener
Method Summary | |
---|---|
void |
dragEnter(JMEDropTargetEvent e)
a transferable is dragged and enters the geometry of an object |
void |
dragExit(JMEDropTargetEvent e)
a transferable is dragged and leaves the geometry of an object |
void |
dragOver(JMEDropTargetEvent e)
a transferable is dragged over the geometry of an object |
void |
drop(JMEDropTargetEvent e)
a drag operation ends |
Method Detail |
---|
void dragEnter(JMEDropTargetEvent e)
e
- the event describing what happenedvoid dragExit(JMEDropTargetEvent e)
e
- the event describing what happenedvoid dragOver(JMEDropTargetEvent e)
e
- the event describing what happenedvoid drop(JMEDropTargetEvent e)
e
- the event describing what happened
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |