Class Summary |
AbstractOneDModel |
|
AbstractTwoDModel |
Abstract base class for TwoDModels that handles the adding and
removing of ModelListeners and adds a convenience method
fireModelEvent for subclasses to call to send
TwoDModelEvents to registered listeners. |
ArrayOneDModel |
|
ArrayTwoDModel |
An ArrayTwoDModel is a two dimensional data source
that stores data in a two dimensional array. |
NullTwoDModel |
A NullTwoDModel is an data source that
contains no rows or columns and always returns null from getData. |
OneDModelEvent |
|
TwoDModelAdapter |
A TwoDModelAdapter is an implementation
of the TwoDModelListener. |
TwoDModelEvent |
A TwoDModelEvent is sent by a two dimensional data source
when columns and rows are added, removed, or invalidated. |