|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jesktop.appsupport.DraggedItem
Class DraggedItem is passed with DropAware apps.
Constructor Summary | |
DraggedItem(javax.swing.JComponent dragRep,
java.lang.Object item)
Constructor DraggedItem |
Method Summary | |
java.lang.Object |
getDraggedIem()
Method getDraggedIem |
java.lang.Class |
getDraggedItemClass()
Method getItemClass |
javax.swing.JComponent |
getDragRep()
Method getDragRep |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DraggedItem(javax.swing.JComponent dragRep, java.lang.Object item)
dragRep
- the visible manifestation of the dragged item. Usually a JLabel.item
- the item itself.Method Detail |
public javax.swing.JComponent getDragRep()
public java.lang.Class getDraggedItemClass()
public java.lang.Object getDraggedIem()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |