WUI : API


Uses of Class
org.westofj.wui.table.WTableColumn

Packages that use WTableColumn
org.westofj.wui.table   
 

Uses of WTableColumn in org.westofj.wui.table
 

Subclasses of WTableColumn in org.westofj.wui.table
 class WTableRowNumberColumn
           
 

Methods in org.westofj.wui.table that return WTableColumn
 WTableColumn WTableSelectionEvent.getColumn()
          Returns the column the event applies to.
 WTableColumn WTableColumnModel.getColumn(int i)
          Returns the column specification at the specified index.
 

Methods in org.westofj.wui.table with parameters of type WTableColumn
 void WTableColumnModel.addColumn(WTableColumn column)
          Adds a column specification to the column model.
 void WTableColumnModel.removeColumn(WTableColumn column)
          Removes the specified column specification from the column model.
static String WTable.getDisplayValue(WRunner runner, WTableModel tm, int row, WTableColumn column)
           
 

Constructors in org.westofj.wui.table with parameters of type WTableColumn
WTableSelectionEvent(WTable table, WTableColumn column, int row, int event)
          Constructs a selection event.
 


Copyright (c) 2003 West of J - All rights reserved.