|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TablePaneListener
Table pane listener interface.
| Nested Class Summary | |
|---|---|
static class |
TablePaneListener.Adapter
Table pane listener adapter. |
| Method Summary | |
|---|---|
void |
cellInserted(TablePane.Row row,
int column)
Called when a cell has been inserted into a table pane. |
void |
cellsRemoved(TablePane.Row row,
int column,
Sequence<Component> removed)
Called when cell's have been removed from a table pane. |
void |
cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
Called when a cell has been updated in a table pane. |
void |
columnHighlightedChanged(TablePane.Column column)
Called when a column's highlighted state has changed. |
void |
columnInserted(TablePane tablePane,
int index)
Called when a column has been inserted into a table pane. |
void |
columnsRemoved(TablePane tablePane,
int index,
Sequence<TablePane.Column> columns)
Called when column's have been removed from a table pane. |
void |
columnWidthChanged(TablePane.Column column,
int previousWidth,
boolean previousRelative)
Called when a column's width has changed. |
void |
rowHeightChanged(TablePane.Row row,
int previousHeight,
boolean previousRelative)
Called when a row's height has changed. |
void |
rowHighlightedChanged(TablePane.Row row)
Called when a row's highlighted state has changed. |
void |
rowInserted(TablePane tablePane,
int index)
Called when a row has been inserted into a table pane. |
void |
rowsRemoved(TablePane tablePane,
int index,
Sequence<TablePane.Row> rows)
Called when rows have been removed from a table pane. |
| Method Detail |
|---|
void rowInserted(TablePane tablePane,
int index)
tablePane - index -
void rowsRemoved(TablePane tablePane,
int index,
Sequence<TablePane.Row> rows)
tablePane - index - rows -
void rowHeightChanged(TablePane.Row row,
int previousHeight,
boolean previousRelative)
row - previousHeight - previousRelative - void rowHighlightedChanged(TablePane.Row row)
row -
void columnInserted(TablePane tablePane,
int index)
tablePane - index -
void columnsRemoved(TablePane tablePane,
int index,
Sequence<TablePane.Column> columns)
tablePane - index - columns -
void columnWidthChanged(TablePane.Column column,
int previousWidth,
boolean previousRelative)
column - previousWidth - previousRelative - void columnHighlightedChanged(TablePane.Column column)
column -
void cellInserted(TablePane.Row row,
int column)
row - column -
void cellsRemoved(TablePane.Row row,
int column,
Sequence<Component> removed)
row - column - removed -
void cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
row - column - previousComponent -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||