|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AggregationColumnPanel | This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method. |
| AggregationColumnTableModel | This DefaultTableModel holds all aggregation columns and their
aggregation method. |
| AggregationMethodComboBox | This combo box is used in the aggregation column table to let the user choose from the different compatible aggregation methods per aggregation column. |
| AggregationMethodListCellRenderer | List cell renderer that checks if the value being renderer is of type
AggregationMethod if so it will renderer the name of the method. |
| AggregationMethodTableCellEditor | Extends the DefaultTreeCellEditor class to provide the
AggregationMethodComboBox as cell editor. |
| AggregationMethodTableCellRenderer | Table cell renderer that checks if the value being renderer is of type
AggregationMethod if so it will renderer the name of the method. |
| DataColumnSpecTableCellRenderer | Renderer that checks if the value being renderer is of type
DataColumnSpec if so it will renderer the name of the column
spec and also the type's icon. |
| IncludeMissingCellRenderer | Include missing cell table cell renderer that contains most of the code from the {JTable$BooleanRenderer} class. |
Contains helper classes that can be used in the configuration dialog of a node
that uses the aggregation methods.
The AggregationColumnPanel
class provides a column selection panel that allows the definition of an
aggregation method for the selected columns.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||