|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TargetDetails
TargetDetails wraps drop target related information about
DragAndDropEvent
.
When a TargetDetails object is used in DropHandler
it is often
preferable to cast the TargetDetails to an implementation provided by
DropTarget like Tree.TreeTargetDetails
. They often provide a better typed,
drop target specific API.
Method Summary | |
---|---|
java.lang.Object |
getData(java.lang.String key)
Gets target data associated with the given string key |
DropTarget |
getTarget()
|
Method Detail |
---|
java.lang.Object getData(java.lang.String key)
key
-
DropTarget getTarget()
DragAndDropEvent
happened.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |