|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
users.swing | Provides swing interfaces and models for displaying users and capabilities. |
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 users.swing |
Subclasses of AbstractTableModel in users.swing | |
class |
UserTableModel
A TableModel that models the contents of a UserManager . |
Uses of AbstractTableModel in util.swing |
Subclasses of AbstractTableModel in util.swing | |
class |
TableMap
In a chain of data manipulators some behaviour is common. |
class |
TableSorter
A sorter for TableModels. |
Fields in util.swing declared as AbstractTableModel | |
protected AbstractTableModel |
TableMap.model
Das Tablemodel. |
Methods in util.swing that return AbstractTableModel | |
AbstractTableModel |
TableMap.getModel()
Gibt das Model zur?ck. |
Methods in util.swing with parameters of type AbstractTableModel | |
void |
TableMap.setModel(AbstractTableModel model)
Setzt das Tablemodel. |
void |
TableSorter.setModel(AbstractTableModel model)
Setzt das Model. |
Constructors in util.swing with parameters of type AbstractTableModel | |
JAbstractTable.JAbstractTable(AbstractTableModel atm)
Construct a new JAbstractTable that is based on an AbstractTableModel . |
|
TableSorter.TableSorter(AbstractTableModel model)
Konstruktor. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |