Uses of Class
org.apache.pivot.wtk.TablePane.Column

Packages that use TablePane.Column
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
 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
 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
 int TablePane.ColumnSequence.add(TablePane.Column column)
           
 void TablePaneListener.columnHighlightedChanged(TablePane.Column column)
          Called when a column's highlighted state has changed.
 void TablePaneListener.Adapter.columnHighlightedChanged(TablePane.Column column)
           
 void TablePaneListener.columnWidthChanged(TablePane.Column column, int previousWidth, boolean previousRelative)
          Called when a column's width has changed.
 void TablePaneListener.Adapter.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
 void TablePaneListener.columnsRemoved(TablePane tablePane, int index, Sequence<TablePane.Column> columns)
          Called when column's have been removed from a table pane.
 void TablePaneListener.Adapter.columnsRemoved(TablePane tablePane, int index, Sequence<TablePane.Column> columns)
           
 

Constructor parameters in org.apache.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 org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type TablePane.Column
 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
 void TablePaneSkin.columnsRemoved(TablePane tablePane, int index, Sequence<TablePane.Column> columns)