Uses of Class
org.base.apps.beans.view.swing.BaseTableModel

Packages that use BaseTableModel
org.base.apps.beans.view.swing   
 

Uses of BaseTableModel in org.base.apps.beans.view.swing
 

Methods in org.base.apps.beans.view.swing that return BaseTableModel
protected  BaseTableModel<T> SortableTable.getBaseModel()
           
 

Methods in org.base.apps.beans.view.swing with parameters of type BaseTableModel
protected  void SortableTable.initialize(BaseTableModel<T> model)
          Initializes this table with the given model.
 void SortableTable.setModel(BaseTableModel<T> dataModel)
          Sets the data model for this table.
 

Method parameters in org.base.apps.beans.view.swing with type arguments of type BaseTableModel
 boolean SortableTable.SimpleRowFilter.include(RowFilter.Entry<? extends BaseTableModel<D>,? extends Integer> entry)
           
 

Constructors in org.base.apps.beans.view.swing with parameters of type BaseTableModel
SortableTable(BaseTableModel<T> model)
           
 


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)