Uses of Class
org.apache.pivot.wtk.TablePane.Column
-
Packages that use TablePane.Column 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.Column in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TablePane.Column Modifier and Type Method Description TablePane.Column
TablePane.ColumnSequence. get(int index)
TablePane.Column
TablePane.ColumnSequence. update(int index, TablePane.Column column)
Methods in org.apache.pivot.wtk that return types with arguments of type TablePane.Column Modifier and Type Method Description java.util.Iterator<TablePane.Column>
TablePane.ColumnSequence. iterator()
Sequence<TablePane.Column>
TablePane.ColumnSequence. remove(int index, int count)
Methods in org.apache.pivot.wtk with parameters of type TablePane.Column Modifier and Type Method Description int
TablePane.ColumnSequence. add(TablePane.Column column)
void
TablePaneListener.Adapter. columnHighlightedChanged(TablePane.Column column)
Deprecated.default void
TablePaneListener. columnHighlightedChanged(TablePane.Column column)
Called when a column's highlighted state has changed.void
TablePaneListener.Listeners. columnHighlightedChanged(TablePane.Column column)
void
TablePaneListener.Adapter. columnWidthChanged(TablePane.Column column, int previousWidth, boolean previousRelative)
Deprecated.default void
TablePaneListener. columnWidthChanged(TablePane.Column column, int previousWidth, boolean previousRelative)
Called when a column's width has changed.void
TablePaneListener.Listeners. columnWidthChanged(TablePane.Column column, int previousWidth, boolean previousRelative)
int
TablePane.ColumnSequence. indexOf(TablePane.Column column)
void
TablePane.ColumnSequence. insert(TablePane.Column column, int index)
int
TablePane.ColumnSequence. remove(TablePane.Column column)
TablePane.Column
TablePane.ColumnSequence. update(int index, TablePane.Column column)
Method parameters in org.apache.pivot.wtk with type arguments of type TablePane.Column Modifier and Type Method Description void
TablePaneListener.Adapter. columnsRemoved(TablePane tablePane, int index, Sequence<TablePane.Column> columns)
Deprecated.default void
TablePaneListener. columnsRemoved(TablePane tablePane, int index, Sequence<TablePane.Column> columns)
Called when columns have been removed from a table pane.void
TablePaneListener.Listeners. columnsRemoved(TablePane tablePane, int index, Sequence<TablePane.Column> columns)
Constructor parameters in org.apache.pivot.wtk with type arguments of type TablePane.Column Constructor Description TablePane(Sequence<TablePane.Column> columns)
Creates a newTablePane
with the specified columns. -
Uses of TablePane.Column in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type TablePane.Column Modifier and Type Method Description void
TablePaneSkin. columnHighlightedChanged(TablePane.Column column)
void
TablePaneSkin. columnWidthChanged(TablePane.Column column, int previousWidth, boolean previousRelative)
Method parameters in org.apache.pivot.wtk.skin with type arguments of type TablePane.Column Modifier and Type Method Description void
TablePaneSkin. columnsRemoved(TablePane tablePane, int index, Sequence<TablePane.Column> columns)
-