|
Class Summary |
| AbstractTableModel |
A model for table components. |
| DataController |
A controller class for data components. |
| DataModel |
A data model for list or table components. |
| DataTemplate |
Define a repeating layout of fields from data obtained from the model associated with the DataTemplate's view. |
| DataView |
An abstract class defining the characteristics of the View portion of a Model-View-Controller structure for a list or table. |
| RegionStyles |
Container class for the region styles to be applied to a region. |
| RichList |
The RichList class provides an API that makes it more convenient to access
the Table API Model-View-Controller structure to make a patterned list of Bitmaps and Strings. |
| RichListDataTemplate |
This class describes a default implementation of a DataTemplate for the needs of the RichList class. |
| SimpleList |
The SimpleList class provides an API that makes it more convenient to access the
Table API Model-View-Controller structure to make a list of Strings, one on top of the other. |
| SimpleListDataTemplate |
This class describes a default implementation of a DataTemplate for the needs of the SimpleList class. |
| SortedTableModel |
Maintain a sorted model according to one row column. |
| TableController |
A controller class for table components. |
| TableModel |
Implementation of AbstractTableModel that allows storage of
any kind of data and supports all access/mutate methods. |
| TableModelAdapter |
Abstract child class of AbstractTableModel that overrides all methods
except for getNumberOfColumns() and getNumberOfRows(). |
| TableModelChangeEvent |
TableModelChangeEvent is a concrete class that describes the change event
details sent to the recipient of a notification. |
| TableView |
A view interface for TableView as part of a Model-View-Controller paradigm. |
| TemplateColumnProperties |
Container class of column properties. |
| TemplateRowProperties |
Container class of row properties. |