|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDropHandler
Nodes that can accept dropped things must have this interface defined via setDropHandler(). The instance of this handler determines what happens with the dropped node, and which nodes are acceptable for dropping.
Method Summary | |
---|---|
java.lang.String[] |
getAcceptableTypes()
Returns the list of types acceptable for this target. |
void |
onDropped(DropEvent context)
This is an event function which gets called as soon as a Draggable is dropped on the dropTarget having this handler. |
Method Detail |
---|
java.lang.String[] getAcceptableTypes()
void onDropped(DropEvent context) throws java.lang.Exception
context
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |