|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridPaneListener
Grid pane listener interface.
Nested Class Summary | |
---|---|
static class |
GridPaneListener.Adapter
Grid pane listener adapter. |
Method Summary | |
---|---|
void |
cellInserted(GridPane.Row row,
int column)
Called when a cell has been inserted into a grid pane. |
void |
cellsRemoved(GridPane.Row row,
int column,
Sequence<Component> removed)
Called when cell's have been removed from a grid pane. |
void |
cellUpdated(GridPane.Row row,
int column,
Component previousComponent)
Called when a cell has been updated in a grid pane. |
void |
columnCountChanged(GridPane gridPane,
int previousColumnCount)
Called when a grid pane's column count has changed. |
void |
rowInserted(GridPane gridPane,
int index)
Called when a row has been inserted into a grid pane. |
void |
rowsRemoved(GridPane gridPane,
int index,
Sequence<GridPane.Row> rows)
Called when rows have been removed from a grid pane. |
Method Detail |
---|
void columnCountChanged(GridPane gridPane, int previousColumnCount)
gridPane
- previousColumnCount
- void rowInserted(GridPane gridPane, int index)
gridPane
- index
- void rowsRemoved(GridPane gridPane, int index, Sequence<GridPane.Row> rows)
gridPane
- index
- rows
- void cellInserted(GridPane.Row row, int column)
row
- column
- void cellsRemoved(GridPane.Row row, int column, Sequence<Component> removed)
row
- column
- removed
- void cellUpdated(GridPane.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 |