Uses of Class
com.billpringle.utils.WrpScrollTable.WrpTableModel

Uses of WrpScrollTable.WrpTableModel in com.billpringle.utils
 

Subclasses of WrpScrollTable.WrpTableModel in com.billpringle.utils
 class WrpScrollResultSet.WrpScrollResultModel
          The table model for the scrolled result set.
 

Fields in com.billpringle.utils declared as WrpScrollTable.WrpTableModel
private  WrpScrollTable.WrpTableModel WrpScrollTable.model
          table model for display
 

Methods in com.billpringle.utils with parameters of type WrpScrollTable.WrpTableModel
 void WrpScrollTable.setModel(WrpScrollTable.WrpTableModel model)
          set the table model
 

Constructors in com.billpringle.utils with parameters of type WrpScrollTable.WrpTableModel
WrpScrollTable(javax.swing.JFrame win, WrpScrollTable.WrpTableModel model)
          Constructor with table and model