SalesPoint v3.3 API

Package util.swing

GUI classes and interfaces that can be of common use.

See:
          Description

Interface Summary
InputFilter Interface defining filter for JFilterInput components.
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.
 

Class Summary
AbstractTableEntryDescriptor Abstract base implementation of TableEntryDescriptor.
AbstractTableModel A TableModel that models a list of records rather than a matrix of cells.
JAbstractTable A JTable that prefers models that are lists of records.
JFilterInput An input field that lets you easily set up input filters.
JIntInput Input field for integers.
JOptionPanel A Swing Panel realising a standard option panel layout.
JTextInput A JTextField that writes its current content into a String referenced through an array.
TableMap In a chain of data manipulators some behaviour is common.
TableSorter A sorter for TableModels.
 

Package util.swing Description

GUI classes and interfaces that can be of common use.

This package contains convenience GUI classes like JTextInput and JIntInput, but also the abstract foundations for a highly flexible table component, based on JTable. See AbstractTableModel, TableEntryDescriptor, AbstractTableEntryDescriptor, and JAbstractTable for details.


SalesPoint v3.3 API