|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by Classes that can have items dropped on them.
Method Summary | |
void |
anotherHasRecognizedDraggedItem(java.lang.Class cl)
Method anotherHasRecognizedDraggedItem |
boolean |
doYouRecognizeDraggedItem(java.awt.Point pt,
java.lang.Class cl)
Method doYouRecognizeDraggedItem is used by the implementing app to indicate that the item being dragged is recognized by the app. |
void |
draggingStopped()
Method draggingStopped |
void |
droppedOnYou(java.lang.Object obj)
Method droppedOnYou |
Method Detail |
public boolean doYouRecognizeDraggedItem(java.awt.Point pt, java.lang.Class cl)
pt
- the point in screen co-ordinates.cl
- the class of the item being dragged.
public void droppedOnYou(java.lang.Object obj)
obj
- public void anotherHasRecognizedDraggedItem(java.lang.Class cl)
cl
- public void draggingStopped()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |