public static class TableEvent.FocusedRowChanged extends TableEvent
TableEvent.FocusedRowChanged| Modifier and Type | Field and Description |
|---|---|
protected int |
currentRow |
protected int |
oldRow |
table| Constructor and Description |
|---|
FocusedRowChanged(TableEvent.FocusedRowChanged sample)
Конструктор копирования
|
FocusedRowChanged(Table tbl,
int oldRow,
int curRow)
Конструктор
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentRow()
Возвращает текущуюю строку содержащую фокус
|
int |
getOldRow()
Возвращает предыдущую строку содержащую фокус
|
getTablepublic FocusedRowChanged(Table tbl, int oldRow, int curRow)
tbl - таблицаoldRow - предыдущая строка содержащаяя фокусcurRow - текущая строка содержащаяя фокусpublic FocusedRowChanged(TableEvent.FocusedRowChanged sample)
sample - образецCopyright © 2019. All rights reserved.