|
Class Summary |
| DefaultObjectTableEngine |
Default implementation of the ObjectTableEngine. |
| DefaultRowComparator |
Default implementation of the RowComparator. |
| MutableTableModelRows |
MutableTableModelRows is implementation of
TableModelRows which acts as mutable
TabmeRowModel in the same time. |
| QueueTable |
QueueTable uses QueueTableModelInterceptor update
table in ferformance and thread safe way. |
| QueueTableModelInterceptor |
QueueTableModelInterceptor wraps around TableModel
and intercepts update events. |
| TableModelRows |
TableModelRows is implementation of TableModel,
which accepts data in form of TableRowModel, which cvan be set
only as construction parameter. |
| TableRowArray |
TableRowArray is support implementation of
TableRow build around ArrayList. |
| TableRowModelEvent |
TableRowModelEvent contains information about changes in
TableRowModel. |
| TableRowModelSupport |
TableRowModelSupport support implementation of
TableRowModel based on ArrayList. |