|
SalesPoint Framework v3.0 | |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
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. |
JIntInput | A JTextField that will allow only int values within a certain range to be entered. |
JTextInput | A JTextField that writes it current contents into a String referenced through an array. |
TableMap | In a chain of data manipulators some behaviour is common. |
TableSorter | A sorter for TableModels. |
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 Framework v3.0 | |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |