Uses of Class
org.apache.pivot.wtk.GridPane.Row
-
Packages that use GridPane.Row Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. -
-
Uses of GridPane.Row in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return GridPane.Row Modifier and Type Method Description GridPane.Row
GridPane.RowSequence. get(int index)
GridPane.Row
GridPane.RowSequence. update(int index, GridPane.Row row)
Methods in org.apache.pivot.wtk that return types with arguments of type GridPane.Row Modifier and Type Method Description java.util.Iterator<GridPane.Row>
GridPane.RowSequence. iterator()
Sequence<GridPane.Row>
GridPane.RowSequence. remove(int index, int count)
Methods in org.apache.pivot.wtk with parameters of type GridPane.Row Modifier and Type Method Description int
GridPane.RowSequence. add(GridPane.Row row)
void
GridPaneListener.Adapter. cellInserted(GridPane.Row row, int column)
Deprecated.default void
GridPaneListener. cellInserted(GridPane.Row row, int column)
Called when a cell has been inserted into a grid pane.void
GridPaneListener.Listeners. cellInserted(GridPane.Row row, int column)
void
GridPaneListener.Adapter. cellsRemoved(GridPane.Row row, int column, Sequence<Component> removed)
Deprecated.default void
GridPaneListener. cellsRemoved(GridPane.Row row, int column, Sequence<Component> removed)
Called when cells have been removed from a grid pane.void
GridPaneListener.Listeners. cellsRemoved(GridPane.Row row, int column, Sequence<Component> removed)
void
GridPaneListener.Adapter. cellUpdated(GridPane.Row row, int column, Component previousComponent)
Deprecated.default void
GridPaneListener. cellUpdated(GridPane.Row row, int column, Component previousComponent)
Called when a cell has been updated in a grid pane.void
GridPaneListener.Listeners. cellUpdated(GridPane.Row row, int column, Component previousComponent)
int
GridPane.RowSequence. indexOf(GridPane.Row row)
void
GridPane.RowSequence. insert(GridPane.Row row, int index)
int
GridPane.RowSequence. remove(GridPane.Row row)
GridPane.Row
GridPane.RowSequence. update(int index, GridPane.Row row)
Method parameters in org.apache.pivot.wtk with type arguments of type GridPane.Row Modifier and Type Method Description void
GridPaneListener.Adapter. rowsRemoved(GridPane gridPane, int index, Sequence<GridPane.Row> rows)
Deprecated.void
GridPaneListener.Listeners. rowsRemoved(GridPane gridPane, int index, Sequence<GridPane.Row> rows)
default void
GridPaneListener. rowsRemoved(GridPane gridPane, int index, Sequence<GridPane.Row> rows)
Called when rows have been removed from a grid pane. -
Uses of GridPane.Row in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type GridPane.Row Modifier and Type Method Description void
GridPaneSkin. cellInserted(GridPane.Row row, int column)
void
GridPaneSkin. cellsRemoved(GridPane.Row row, int column, Sequence<Component> removed)
void
GridPaneSkin. cellUpdated(GridPane.Row row, int column, Component previousComponent)
Method parameters in org.apache.pivot.wtk.skin with type arguments of type GridPane.Row Modifier and Type Method Description void
GridPaneSkin. rowsRemoved(GridPane gridPane, int index, Sequence<GridPane.Row> rows)
-