agg.attribute.util
Class RowDragEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
static int MOVED
           
static int STARTED
           
static int STOPPED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RowDragEvent(TableRowDragger dr, int id, int s, int t)
           
 
Method Summary
 int getID()
           
 int getSourceRow()
           
 int getTargetRow()
           
 
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
 

Field Detail

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
Constructor Detail

RowDragEvent

public RowDragEvent(TableRowDragger dr,
                    int id,
                    int s,
                    int t)
Method Detail

getID

public int getID()

getSourceRow

public int getSourceRow()

getTargetRow

public int getTargetRow()