|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.util.DropEvent
public final class DropEvent
Constructor Summary | |
---|---|
DropEvent(NodeContainer dropTargetNode,
NodeBase draggedNode,
int index)
|
|
DropEvent(NodeContainer dropTargetNode,
NodeBase draggedNode,
int index,
int colIndex)
|
Method Summary | |
---|---|
int |
getColIndex()
|
NodeBase |
getDraggedNode()
|
NodeContainer |
getDropTargetNode()
|
int |
getIndex()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DropEvent(NodeContainer dropTargetNode, NodeBase draggedNode, int index)
public DropEvent(NodeContainer dropTargetNode, NodeBase draggedNode, int index, int colIndex)
Method Detail |
---|
public int getColIndex()
public NodeBase getDraggedNode()
public NodeContainer getDropTargetNode()
public int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |