Package org.salespointframework.desktop

Interface Summary
DataBasketEntryGrouper Strategy grouping DataBasketEntries together for display.
InputFilter Interface defining filter for JFilterInput components.
JInstructionTextField.InstructionModeListener  
TableEntryDescriptor Strategy that describes how individual records of an AbstractTableModel are to be split up into columns of a table and how the individual cells are to be displayed and edited.
UserFilter A Filter function that takes Users and returns a boolean value.
 

Class Summary
CountingStockDBEGrouper DataBasketEntryGrouper that groups entries that have the same main and secondary key as well as the same source and destination and where both values contain an Integer object.
DatabaseConnectionForm dialog for database management
DragItemPanel JPanel with gray shadow
Hint hint panel with icon, title, text, close button and close timer
ImagePanel This is a panel contains an image. following features are supported: - maintains aspect ration of image - filter pipeline - hardware accelerated scaling
JAbstractTable A JTable that prefers models that are lists of records.
JCatalogListView JListView which uses a CatalogListModel
JCatalogTable A JTable for displaying and editing the contents of a Catalog.
JCountingStockListView JListView for CountingStock sources
JCountingStockTable A JTable for displaying and editing the contents of a CountingStock.
JDataBasketListView JListView for DataBaskets
JDataBasketTable A JTable for displaying and editing the contents of a DataBasket.
JDefaultScrollPane default JScrollPane with mouse over effects
JFilterInput An input field that lets you easily set up input filters.
JInstructionTextField JTextField which displays an instruction if no text is entered
JIntInput Input field for integers.
JListView A JList with slider to change cell size and JModelFilter for live search.
JListView.ListSelectionDisptacher dispatches selection changed events to selection observers
JLogTable A JTable that can display log file contents.
JModelFilter is composed of a serachfield and a label for the result count.
JModelFilter.JDroppableInstructionField DnD enabled JInstructionTextField
JOptionPanel A Swing Panel realising a standard option panel layout.
JStoringStockListView JListView for StoringStocks
JStoringStockTable A JTable for displaying and editing the contents of a Stock giving one row to each StockItem.
JTextInput A JTextField that writes its current content into a String referenced through an array.
JTextWrapLabel  
JUserList A list box that will display all users managed by a UserManager.
JUserList.UserListCellRenderer The list cell renderer to render User objects in list cells.
JUserListView JListView for UserManager
JUserTable A JTable for displaying and editing the contents of a UserManager.
NOPDataBasketEntryGrouper DataBasketEntryGrouper that can be used to indicate no grouping at all.
TableMap In a chain of data manipulators some behaviour is common.
TableSorter A sorter for TableModels.
 

Enum Summary
JListView.ListViewOrientation controls item arrangement in list JListView.ListViewOrientation.HORIZONTAL : horizontal wrapped and left aligned JListView.ListViewOrientation.HORIZONTAL_CENTERED : horizontal wrapped and centered JListView.ListViewOrientation.VERTICAL : vertical wrapped and left aligned JListView.ListViewOrientation.VERTICAL_CENTERED : vertical wrapped and sentered