Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.treetable.db

Contains classes that are used to fetch data from a database into a treetable.

See:
          Description

Interface Summary
DatabaseAggregator DatabaseAggregator includes methods that allow the evaluation of the aggregate rows of a TreeTableModel in batches.
DatabaseTreeTableModel DatabaseTreeTableModel defines methods for retrieving data from an underlying database for use with a treetable model.
 

Class Summary
AbstractDatabaseAggregator AbstractDatabaseAggregator provides an implementation for the prepareValues method.
AbstractDatabaseTreeTableModel AbstractDatabaseTreeTableModel represents a sortable and filterable database treetable model that is also cached.
AbstractGroupCache AbstractGroupCache uses the user object property of a DefaultMutableTreeNode in order to cache the group value for that node.
DatabaseGroupingPanel This component represents a panel through which users can dynamically control the structure of a 'database' TreeTable.
DatabaseHeaderRow DatabaseHeaderRow is a specialized HeaderRow that allows setting its children count and assign children at a random index.
DatabaseTreeTableReorder DatabaseTreeTableReorder is suitable for expanding and selecting the nodes of a DatabaseTreeTableModel.
DefaultDatabaseAggregator This class returns the value of the column under which the children of the header row are grouped, or an emptry string if the column was not used to group this node's children.
DefaultDatabaseTreeTableModel DefaultDatabaseTreeTableModel provides grouping for a DatabaseTreeTableModel with the help of a set of column indexes.
DefaultGroupCache DefaultGroupCache assumes that the row objects are an Object array.
 

Package com.citra.treetable.db Description

Contains classes that are used to fetch data from a database into a treetable.


Copyright © 2011 Citra Technologies. All Rights Reserved.