| Name | Description | Type | Package | Framework |
| AbstractAggregationFunctionTableCellEditor | This class extends the DefaultCellEditor class to provide a combobox which allows the user to choose one of the available AggregationFunctions. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AbstractAggregationMethodTableCellEditor | Class | org.knime.base.data.aggregation.dialogutil | KNIME | |
| AbstractAggregationPanel | Abstract class that creates a panel which contains a list of Objects defined by the parameter O to select from on the left side of the | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AbstractAggregationTableModel | This DefaultTableModel holds all aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationColumnPanel | This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationColumnPanel | This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil.column | KNIME |
| AggregationColumnTableModel | This DefaultTableModel holds all aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationColumnTableModel | This DefaultTableModel holds all aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil.column | KNIME |
| AggregationFunctionAndRowListCellRenderer | ListCellRenderer that checks if the value being renderer is of type AggregationFunction or AggregationFunctionRow if so it will renderer the name of the function. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationFunctionAndRowTableCellRenderer | TableCellRenderer that checks if the value being renderer is of type AggregationFunction or AggregationFunctionRow in either case it will renderer the name of the function or the function returned | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationFunctionComboBox | This combo box is used in the aggregation column table to let the user choose from the different compatible aggregation methods per aggregation | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationFunctionRow | Interface that describes a row in an AggregationFunction table. | Interface | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationFunctionRowTableCellRenderer | Table cell renderer that handles rendering of invalid AggregationFunctionRows. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationFunctionRowTableCellRenderer .ValueRenderer | Used to render a specific value of an AggregationFunctionRow. | Interface | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationMethodComboBox | This combo box is used in the aggregation column table to let the user choose from the different compatible aggregation methods per aggregation | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationMethodDecoratorTableCellRenderer | Table cell renderer that checks if the value being renderer is of type AggregationMethodDecorator if so it uses the given AggregationMethodDecoratorTableCellRenderer. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationMethodDecoratorTableCellRenderer .ValueRenderer | Used to render a specific value of an AggregationMethodDecorator. | Interface | org.knime.base.data.aggregation.dialogutil | KNIME |
| 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. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationMethodTableCellEditor | AggregationMethodComboBox as cell editor. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| 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. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationParameterDialog | JDialog that displays and allows the editing of the additional parameters of anSince:2. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationSettingsButtonCellRenderer | This class implements the aggregation operator settings button that is displayed in the aggregation operator table. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationSettingsDialog | JDialog that displays and allows the editing of the additional parameters of an AggregationFunction. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationTableModel | TableModel that allows the displaying and editing of AggregationFunctionRows. | Interface | org.knime.base.data.aggregation.dialogutil | KNIME |
| BooleanCellRenderer | TableCellRenderer that renders a check box for a boolean value. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| ColumnAggregationPanel | This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| ColumnAggregationTableModel | This DefaultTableModel holds all aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| ColumnAggregatorTableCellEditor | aggregation function selection box for the ColumnAggregator. | Class | org.knime.base.data.aggregation.dialogutil.column | KNIME |
| ColumnAggregatorTableCellEditor | AggregationMethodComboBox as cell editor. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| DataColumnSpecTableCellRenderer | Renderer that checks if the value being renderer is of type DataColumnSpec if so it will renderer the name of the column | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| DataTypeAggregationPanel | Class | org.knime.base.data.aggregation.dialogutil.type | KNIME | |
| DataTypeAggregationTableModel | AbstractAggregationTableModel that stores DataTypes and the AggregationMethod to use. | Class | org.knime.base.data.aggregation.dialogutil.type | KNIME |
| DataTypeAggregator | AggregationMethodDecorator that stores a DataType in addition to the AggregationMethodSince:2. | Class | org.knime.base.data.aggregation.dialogutil.type | KNIME |
| DataTypeAggregatorTableCellEditor | DataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator. | Class | org.knime.base.data.aggregation.dialogutil.type | KNIME |
| DataTypeNameSorter | Compares to DataTypes based on their string representation. | Class | org.knime.base.data.aggregation.dialogutil.type | KNIME |
| DialogComponentAggregationMethod | DialogComponent that allows the user to select an AggregationMethod and the corresponding parameters. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| IncludeMissingCellRenderer | Include missing cell table cell renderer that contains most of the code from the {JTable$BooleanRenderer} class. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| NamedAggregationMethodNameTableCellEditor | method name. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| NamedAggregationMethodNameTableCellRenderer | Table cell renderer that checks if the value being renderer is of type AggregationMethod if so it will renderer the name of the method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| OperatorSettingsButtonCellRenderer | This class implements the aggregation operator settings button that is displayed in the aggregation operator table. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| PatternAggregationPanel | Class | org.knime.base.data.aggregation.dialogutil.pattern | KNIME | |
| PatternAggregationTableModel | AbstractAggregationTableModel that stores DataTypes and the AggregationMethod to use. | Class | org.knime.base.data.aggregation.dialogutil.pattern | KNIME |
| PatternAggregator | AggregationMethodDecorator that stores a DataType in addition to the AggregationMethodSince:2. | Class | org.knime.base.data.aggregation.dialogutil.pattern | KNIME |
| PatternAggregatorTableCellEditor | DataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator. | Class | org.knime.base.data.aggregation.dialogutil.pattern | KNIME |
| PatternTableCellEditor | DataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator. | Class | org.knime.base.data.aggregation.dialogutil.pattern | KNIME |
| SettingsModelAggregationMethod | SettingsModel the stores the user settings of an AggregationMethod. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |