Package docking.widgets.table.threaded
package docking.widgets.table.threaded
-
ClassDescriptionAddRemoveJob<T>FilterJob<T>A convenience component designed specifically for rendering threaded table models.IncrementalLoadJob<ROW_OBJECT>LoadJob<T>NullTableFilter<ROW_OBJECT>A table filter that represents the state of having no filter.SortJob<T>A strategy to perform table add and remove updatesTableData<ROW_OBJECT>A concept that represents the data used by the
ThreadedTableModel
.State machine object for performing the various update functions on a ThreadedTableModel.A version ofColumnRenderedValueBackupComparator
that uses theThreadedTableModel
's cache for column lookupsA comparator for comparing table column values for threaded table models.ThreadedTableModel<ROW_OBJECT,DATA_SOURCE> The base implementation of the threaded table model.A listener to be notified ofThreadedTableModel
loading changes.ThreadedTableModelStub<ROW_OBJECT>A version ofThreadedTableModel
for clients that do not need a DATA_SOURCE.