Class IrisTreeTableModel

All Implemented Interfaces:
DBTableFetcher, LayoutHintingModel, TableFormatProvider, ViewportAdjuster, AbstractDataTableModel, AutoFilterModel, FilteredModel, MultiModelTable, QuickFilterable, SortableModel, ToolTipGeneratingTableModel, UpdateListener, Workspace, AdjustmentListener, ComponentListener, Serializable, EventListener, TableModel

A TableModel that supports the display of tables created via Table.treeTable(String, String) or Table.rollup(ComboAggregateFactory, Collection). The model supports expanding and contracting rows within the tree.
See Also: