Uses of Class
pivot.wtk.TableView.ColumnSequence

Packages that use TableView.ColumnSequence
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of TableView.ColumnSequence in pivot.wtk
 

Methods in pivot.wtk that return TableView.ColumnSequence
 TableView.ColumnSequence TableView.getColumns()
          Returns the table column sequence.
 

Uses of TableView.ColumnSequence in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra with parameters of type TableView.ColumnSequence
static Sequence<java.lang.Integer> TerraTableViewSkin.getColumnWidths(TableView.ColumnSequence columns, int width)
          Returns the column widths, determined by applying relative size values to the available width.