Modifier and Type |
Method and Description |
void |
cellInserted(GridPane.Row arg0,
int arg1) |
void |
cellsRemoved(GridPane.Row arg0,
int arg1,
Sequence<Component> arg2) |
void |
cellUpdated(GridPane.Row arg0,
int arg1,
Component arg2) |
void |
columnCountChanged(GridPane arg0,
int arg1) |
CallableWithArgs<Void> |
getCellInserted() |
CallableWithArgs<Void> |
getCellsRemoved() |
CallableWithArgs<Void> |
getCellUpdated() |
CallableWithArgs<Void> |
getColumnCountChanged() |
CallableWithArgs<Void> |
getRowInserted() |
CallableWithArgs<Void> |
getRowsRemoved() |
void |
rowInserted(GridPane arg0,
int arg1) |
void |
rowsRemoved(GridPane arg0,
int arg1,
Sequence<GridPane.Row> arg2) |
void |
setCellInserted(CallableWithArgs<Void> cellInserted) |
void |
setCellsRemoved(CallableWithArgs<Void> cellsRemoved) |
void |
setCellUpdated(CallableWithArgs<Void> cellUpdated) |
void |
setColumnCountChanged(CallableWithArgs<Void> columnCountChanged) |
void |
setRowInserted(CallableWithArgs<Void> rowInserted) |
void |
setRowsRemoved(CallableWithArgs<Void> rowsRemoved) |