Squiz Matrix
4.12.2
|
Public Member Functions | |
TransferEvent (Object source, int dragIndex, int dropIndex, MatrixTreeNode node, MatrixTreeNode dropParent) | |
int | getDragIndex () |
int | getDropIndex () |
MatrixTreeNode | getNode () |
MatrixTreeNode | getDropParent () |
TransferEvent is used to notify interested parties that a copy or move operation has occured
Definition at line 28 of file TransferEvent.java.
|
inline |
Constructs a TransferEvent object.
dragIndex | index of the node which was clicked to start the drag |
dropIndex | index of the node which was dropped onto |
node | the node that was dragged |
dropParent | the parent of the node at dropIndex |
Definition at line 43 of file TransferEvent.java.
|
inline |
Returns the index of the node that was dragged
Definition at line 60 of file TransferEvent.java.
|
inline |
Returns the index of the node that the drop operation took place over.
Definition at line 69 of file TransferEvent.java.
|
inline |
Returns the parent of the node at dropIndex
Definition at line 87 of file TransferEvent.java.
|
inline |
Returns the MatrixTreeNode that was dragged
Definition at line 78 of file TransferEvent.java.