SalesPoint Framework v3.0

Uses of Class
util.swing.AbstractTableModel

Packages that use AbstractTableModel
data.swing Swing components that can be used to display and edit the contents of data management classes. 
log.swing Swing components for displaying log file contents. 
util.swing GUI classes and interfaces that can be of common use.  
 

Uses of AbstractTableModel in data.swing
 

Subclasses of AbstractTableModel in data.swing
 class CatalogTableModel
          A TableModel that models the contents of a Catalog.
 class CountingStockTableModel
          A TableModel that models the contents of a CountingStock.
 class DataBasketTableModel
          A TableModel that models the contents of a DataBasket.
 class StoringStockTableModel
          A TableModel that models the contents of a Stock, representing each StockItem as an individual record.
 

Uses of AbstractTableModel in log.swing
 

Subclasses of AbstractTableModel in log.swing
 class LogTableModel
          Swing model for tables that can display log file contents.
 

Uses of AbstractTableModel in util.swing
 

Constructors in util.swing with parameters of type AbstractTableModel
JAbstractTable.JAbstractTable(AbstractTableModel atm)
          Construct a new JAbstractTable that is based on an AbstractTableModel.
 


SalesPoint Framework v3.0