Uses of Class
org.apache.pivot.wtk.TablePane.Row
-
Packages that use TablePane.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 TablePane.Row in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TablePane.Row Modifier and Type Method Description TablePane.Row
TablePane.RowSequence. get(int index)
TablePane.Row
TablePane.RowSequence. update(int index, TablePane.Row row)
Methods in org.apache.pivot.wtk that return types with arguments of type TablePane.Row Modifier and Type Method Description java.util.Iterator<TablePane.Row>
TablePane.RowSequence. iterator()
Sequence<TablePane.Row>
TablePane.RowSequence. remove(int index, int count)
Methods in org.apache.pivot.wtk with parameters of type TablePane.Row Modifier and Type Method Description int
TablePane.RowSequence. add(TablePane.Row row)
void
TablePaneListener.Adapter. cellInserted(TablePane.Row row, int column)
Deprecated.default void
TablePaneListener. cellInserted(TablePane.Row row, int column)
Called when a cell has been inserted into a table pane.void
TablePaneListener.Listeners. cellInserted(TablePane.Row row, int column)
void
TablePaneListener.Adapter. cellsRemoved(TablePane.Row row, int column, Sequence<Component> removed)
Deprecated.default void
TablePaneListener. cellsRemoved(TablePane.Row row, int column, Sequence<Component> removed)
Called when cells have been removed from a table pane.void
TablePaneListener.Listeners. cellsRemoved(TablePane.Row row, int column, Sequence<Component> removed)
void
TablePaneListener.Adapter. cellUpdated(TablePane.Row row, int column, Component previousComponent)
Deprecated.default void
TablePaneListener. cellUpdated(TablePane.Row row, int column, Component previousComponent)
Called when a cell has been updated in a table pane.void
TablePaneListener.Listeners. cellUpdated(TablePane.Row row, int column, Component previousComponent)
int
TablePane.RowSequence. indexOf(TablePane.Row row)
void
TablePane.RowSequence. insert(TablePane.Row row, int index)
int
TablePane.RowSequence. remove(TablePane.Row row)
void
TablePaneListener.Adapter. rowHeightChanged(TablePane.Row row, int previousHeight, boolean previousRelative)
Deprecated.void
TablePaneListener.Listeners. rowHeightChanged(TablePane.Row row, int previousHeight, boolean previousRelative)
default void
TablePaneListener. rowHeightChanged(TablePane.Row row, int previousHeight, boolean previousRelative)
Called when a row's height has changed.void
TablePaneListener.Adapter. rowHighlightedChanged(TablePane.Row row)
Deprecated.void
TablePaneListener.Listeners. rowHighlightedChanged(TablePane.Row row)
default void
TablePaneListener. rowHighlightedChanged(TablePane.Row row)
Called when a row's highlighted state has changed.TablePane.Row
TablePane.RowSequence. update(int index, TablePane.Row row)
Method parameters in org.apache.pivot.wtk with type arguments of type TablePane.Row Modifier and Type Method Description void
TablePaneListener.Adapter. rowsRemoved(TablePane tablePane, int index, Sequence<TablePane.Row> rows)
Deprecated.void
TablePaneListener.Listeners. rowsRemoved(TablePane tablePane, int index, Sequence<TablePane.Row> rows)
default void
TablePaneListener. rowsRemoved(TablePane tablePane, int index, Sequence<TablePane.Row> rows)
Called when rows have been removed from a table pane. -
Uses of TablePane.Row in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type TablePane.Row Modifier and Type Method Description void
TablePaneSkin. cellInserted(TablePane.Row row, int column)
void
TablePaneSkin. cellsRemoved(TablePane.Row row, int column, Sequence<Component> removed)
void
TablePaneSkin. cellUpdated(TablePane.Row row, int column, Component previousComponent)
void
TablePaneSkin. rowHeightChanged(TablePane.Row row, int previousHeight, boolean previousRelative)
void
TablePaneSkin. rowHighlightedChanged(TablePane.Row row)
Method parameters in org.apache.pivot.wtk.skin with type arguments of type TablePane.Row Modifier and Type Method Description void
TablePaneSkin. rowsRemoved(TablePane tablePane, int index, Sequence<TablePane.Row> rows)
-