Package org.salespointframework.desktop.models

Interface Summary
FilterableModel interface for models that can be filtered by a FilterableModel.ModelFilter
FilterableModel.ModelFilter Model filter interface
FilterableModel.ResultCountListener listener for result count changes
 

Class Summary
AbstractTableModel A TableModel that models a list of records rather than a matrix of cells.
CatalogListModel ListModel for Catalogs
CatalogTableModel A TableModel that models the contents of a Catalog.
CountingStockListModel ListModel for CountingStocks
CountingStockListModel.CountingStockListItem casing class for list items
CountingStockTableModel A TableModel that models the contents of a CountingStock.
CountingStockTableModel.Record A CountingStockTableModel's record.
DatabaseConnectionModel ListModel for DatabaseConnections
DataBasketListModel ListModel for DataBaskets
DataBasketTableModel A TableModel that models the contents of a DataBasket.
FilterableModel.DefaultModelFilter default implementation of FilterableModel.ModelFilter
LogTableModel Swing model for tables that can display log file contents.
StoringStockListModel ListModel for StoringStocks
StoringStockTableModel A TableModel that models the contents of a Stock, representing each StockItem as an individual record.
UserComboBoxModel A ComboBoxModel modelling a UserManager.
UserListModel A ListModel modelling the set or a subset of users managed by a UserManager.
UserTableModel A TableModel that models the contents of a UserManager.
UserTableModel.UserComparator This abstract class is a special Comparator, which compares Users.