WUI : API


Uses of Interface
org.westofj.wui.table.WTableModel

Packages that use WTableModel
org.westofj.wui.table   
 

Uses of WTableModel in org.westofj.wui.table
 

Methods in org.westofj.wui.table that return WTableModel
 WTableModel WTable.getTableModel()
           
 

Methods in org.westofj.wui.table with parameters of type WTableModel
 void WTable.setTableModel(WTableModel model)
           
static String WTable.getDisplayValue(WRunner runner, WTableModel tm, int row, WTableColumn column)
           
 

Constructors in org.westofj.wui.table with parameters of type WTableModel
WTable(WTableModel dm, WTableColumnModel cm)
           
WTable(WTableModel dm, Object[] columnNames)
          Constructs a table widget with the specified data model and column names.
WTable(WTableModel dm, Object[] columnNames, boolean lineNumbers)
           
 


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