Uses of Class
org.apache.pivot.wtk.GridPane
-
Packages that use GridPane 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 in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return GridPane Modifier and Type Method Description GridPane
GridPane.Row. getGridPane()
Returns the grid pane with which this row is associated.Methods in org.apache.pivot.wtk with parameters of type GridPane Modifier and Type Method Description void
GridPaneListener.Adapter. columnCountChanged(GridPane gridPane, int previousColumnCount)
Deprecated.default void
GridPaneListener. columnCountChanged(GridPane gridPane, int previousColumnCount)
Called when a grid pane's column count has changed.void
GridPaneListener.Listeners. columnCountChanged(GridPane gridPane, int previousColumnCount)
void
GridPaneListener.Adapter. rowInserted(GridPane gridPane, int index)
Deprecated.void
GridPaneListener.Listeners. rowInserted(GridPane gridPane, int index)
default void
GridPaneListener. rowInserted(GridPane gridPane, int index)
Called when a row has been inserted into a grid pane.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.Constructors in org.apache.pivot.wtk with parameters of type GridPane Constructor Description Row(GridPane gridPane)
-
Uses of GridPane in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type GridPane Modifier and Type Method Description void
GridPaneSkin. columnCountChanged(GridPane gridPane, int previousColumnCount)
void
GridPaneSkin. rowInserted(GridPane gridPane, int index)
void
GridPaneSkin. rowsRemoved(GridPane gridPane, int index, Sequence<GridPane.Row> rows)
-