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.RowTablePane.RowSequence. get(int index)TablePane.RowTablePane.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 intTablePane.RowSequence. add(TablePane.Row row)voidTablePaneListener.Adapter. cellInserted(TablePane.Row row, int column)Deprecated.default voidTablePaneListener. cellInserted(TablePane.Row row, int column)Called when a cell has been inserted into a table pane.voidTablePaneListener.Listeners. cellInserted(TablePane.Row row, int column)voidTablePaneListener.Adapter. cellsRemoved(TablePane.Row row, int column, Sequence<Component> removed)Deprecated.default voidTablePaneListener. cellsRemoved(TablePane.Row row, int column, Sequence<Component> removed)Called when cells have been removed from a table pane.voidTablePaneListener.Listeners. cellsRemoved(TablePane.Row row, int column, Sequence<Component> removed)voidTablePaneListener.Adapter. cellUpdated(TablePane.Row row, int column, Component previousComponent)Deprecated.default voidTablePaneListener. cellUpdated(TablePane.Row row, int column, Component previousComponent)Called when a cell has been updated in a table pane.voidTablePaneListener.Listeners. cellUpdated(TablePane.Row row, int column, Component previousComponent)intTablePane.RowSequence. indexOf(TablePane.Row row)voidTablePane.RowSequence. insert(TablePane.Row row, int index)intTablePane.RowSequence. remove(TablePane.Row row)voidTablePaneListener.Adapter. rowHeightChanged(TablePane.Row row, int previousHeight, boolean previousRelative)Deprecated.voidTablePaneListener.Listeners. rowHeightChanged(TablePane.Row row, int previousHeight, boolean previousRelative)default voidTablePaneListener. rowHeightChanged(TablePane.Row row, int previousHeight, boolean previousRelative)Called when a row's height has changed.voidTablePaneListener.Adapter. rowHighlightedChanged(TablePane.Row row)Deprecated.voidTablePaneListener.Listeners. rowHighlightedChanged(TablePane.Row row)default voidTablePaneListener. rowHighlightedChanged(TablePane.Row row)Called when a row's highlighted state has changed.TablePane.RowTablePane.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 voidTablePaneListener.Adapter. rowsRemoved(TablePane tablePane, int index, Sequence<TablePane.Row> rows)Deprecated.voidTablePaneListener.Listeners. rowsRemoved(TablePane tablePane, int index, Sequence<TablePane.Row> rows)default voidTablePaneListener. 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 voidTablePaneSkin. cellInserted(TablePane.Row row, int column)voidTablePaneSkin. cellsRemoved(TablePane.Row row, int column, Sequence<Component> removed)voidTablePaneSkin. cellUpdated(TablePane.Row row, int column, Component previousComponent)voidTablePaneSkin. rowHeightChanged(TablePane.Row row, int previousHeight, boolean previousRelative)voidTablePaneSkin. rowHighlightedChanged(TablePane.Row row)Method parameters in org.apache.pivot.wtk.skin with type arguments of type TablePane.Row Modifier and Type Method Description voidTablePaneSkin. rowsRemoved(TablePane tablePane, int index, Sequence<TablePane.Row> rows) 
 -