|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.swing.visuals.tableview.TableRowModelEvent
public class TableRowModelEvent
TableRowModelEvent is used to notify listeners that a table row model has changed, such as a row moved.
TableRowModelListener
,
Serialized FormField 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 |
Constructor Summary | |
---|---|
TableRowModelEvent(TableRowModel source,
int from,
int to)
Constructs a TableRowModelEvent object. |
Method Summary | |
---|---|
int |
getFromIndex()
Returns the fromIndex. |
int |
getToIndex()
Returns the toIndex. |
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 rows, -1 indicating an undetermined index, all rows may have movedto
- an int specifying the last row in a range of affected rows, -1 indicating an undetermined index, all rows may have movedMethod Detail |
---|
public int getFromIndex()
public int getToIndex()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |