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

Uses of WrpScrollTable.WrpTableModel in com.billpringle.utils.wrputils
 

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

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

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

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