|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
jdbreport.model.event.TableRowModelEvent
public class TableRowModelEvent
Field Summary | |
---|---|
protected int |
fromIndex
The index of the row from where it was moved or removed |
protected int |
toIndex
The index of the row to where it was moved or added from |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TableRowModelEvent(TableRowModel source,
int from,
int to)
Constructs a TableRowModelEvent object. |
|
TableRowModelEvent(TableRowModel source,
int from,
int to,
boolean draging)
Constructs a TableRowModelEvent object. |
Method Summary | |
---|---|
int |
getFromIndex()
Returns the fromIndex. |
int |
getToIndex()
Returns the toIndex. |
boolean |
isDraging()
|
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 |
---|
protected int fromIndex
protected int toIndex
Constructor Detail |
---|
public TableRowModelEvent(TableRowModel source, int from, int to)
source
- the TableRowModel that originated the event (typically
this
)from
- an int specifying the first row in a range of affected rowsto
- an int specifying the last row in a range of affected rowspublic TableRowModelEvent(TableRowModel source, int from, int to, boolean draging)
source
- the TableRowModel that originated the event (typically
this
)from
- an int specifying the first row in a range of affected rowsto
- an int specifying the last row in a range of affected rowsdraging
- Method Detail |
---|
public int getFromIndex()
public int getToIndex()
public boolean isDraging()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |