|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.GridPaneListener.Adapter
public static class GridPaneListener.Adapter
Grid pane listener adapter.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.GridPaneListener |
---|
GridPaneListener.Adapter |
Constructor Summary | |
---|---|
GridPaneListener.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridPaneListener.Adapter()
Method Detail |
---|
public void columnCountChanged(GridPane gridPane, int previousColumnCount)
GridPaneListener
columnCountChanged
in interface GridPaneListener
public void rowInserted(GridPane gridPane, int index)
GridPaneListener
rowInserted
in interface GridPaneListener
public void rowsRemoved(GridPane gridPane, int index, Sequence<GridPane.Row> rows)
GridPaneListener
rowsRemoved
in interface GridPaneListener
public void cellInserted(GridPane.Row row, int column)
GridPaneListener
cellInserted
in interface GridPaneListener
public void cellsRemoved(GridPane.Row row, int column, Sequence<Component> removed)
GridPaneListener
cellsRemoved
in interface GridPaneListener
public void cellUpdated(GridPane.Row row, int column, Component previousComponent)
GridPaneListener
cellUpdated
in interface GridPaneListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |