Uses of Class
pivot.wtk.TablePane.Column

Packages that use TablePane.Column
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of TablePane.Column in pivot.wtk
 

Methods in pivot.wtk that return TablePane.Column
 TablePane.Column TablePane.ColumnSequence.get(int index)
           
 TablePane.Column TablePane.ColumnSequence.update(int index, TablePane.Column column)
           
 

Methods in pivot.wtk that return types with arguments of type TablePane.Column
 Sequence<TablePane.Column> TablePane.ColumnSequence.remove(int index, int count)
           
 

Methods in pivot.wtk with parameters of type TablePane.Column
 int TablePane.ColumnSequence.add(TablePane.Column column)
           
 void TablePaneListener.columnSelectedChanged(TablePane.Column column)
          Called when a column's selected state has changed.
 void TablePaneListener.columnWidthChanged(TablePane.Column column, int previousWidth, boolean previousRelative)
          Called when a column's width has changed.
 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 pivot.wtk with type arguments of type TablePane.Column
 void TablePaneListener.columnsRemoved(TablePane tablePane, int index, Sequence<TablePane.Column> columns)
          Called when column's have been removed from a table pane.
 

Constructor parameters in pivot.wtk with type arguments of type TablePane.Column
TablePane(Sequence<TablePane.Column> columns)
          Creates a new TablePane with the specified columns.
 

Uses of TablePane.Column in pivot.wtk.skin
 

Methods in pivot.wtk.skin with parameters of type TablePane.Column
 void TablePaneSkin.columnSelectedChanged(TablePane.Column column)
           
 void TablePaneSkin.columnWidthChanged(TablePane.Column column, int previousWidth, boolean previousRelative)
           
 

Method parameters in pivot.wtk.skin with type arguments of type TablePane.Column
 void TablePaneSkin.columnsRemoved(TablePane tablePane, int index, Sequence<TablePane.Column> columns)