to.etc.domui.util
Class DropEvent

java.lang.Object
  extended by to.etc.domui.util.DropEvent

public final class DropEvent
extends java.lang.Object


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

DropEvent

public DropEvent(NodeContainer dropTargetNode,
                 NodeBase draggedNode,
                 int index)

DropEvent

public DropEvent(NodeContainer dropTargetNode,
                 NodeBase draggedNode,
                 int index,
                 int colIndex)
Method Detail

getColIndex

public int getColIndex()

getDraggedNode

public NodeBase getDraggedNode()

getDropTargetNode

public NodeContainer getDropTargetNode()

getIndex

public int getIndex()