agg.attribute.util
Class RowDragEvent
java.lang.Object
java.util.EventObject
agg.attribute.util.RowDragEvent
- All Implemented Interfaces:
- java.io.Serializable
public class RowDragEvent
- extends java.util.EventObject
Listener for dragging of table rows.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
STARTED
public static final int STARTED
- See Also:
- Constant Field Values
STOPPED
public static final int STOPPED
- See Also:
- Constant Field Values
MOVED
public static final int MOVED
- See Also:
- Constant Field Values
RowDragEvent
public RowDragEvent(TableRowDragger dr,
int id,
int s,
int t)
getID
public int getID()
getSourceRow
public int getSourceRow()
getTargetRow
public int getTargetRow()