Uses of Interface
org.knime.core.node.util.ColumnFilter

Packages that use ColumnFilter
org.knime.base.node.viz.histogram.impl This package contains the different plotter implementations of the histogram and the root class AbstractHistogramPlotter and AbstractHistogramProperties that need to be implemented by the concrete implementation. 
org.knime.base.node.viz.histogram.util Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns. 
org.knime.base.node.viz.pie.node This package contains the KNIME node classes for the fixed and interactive pie chart. 
org.knime.base.node.viz.pie.util This package contains some utility classes like the ColumnFilter and the GeometryUtil class. 
org.knime.core.node.defaultnodesettings Contains default dialog components, which can be used to quickly create a simple dialog. 
org.knime.core.node.util Contains a set of utility classes that may be used in different (so far visual) contexts. 
 

Uses of ColumnFilter in org.knime.base.node.viz.histogram.impl
 

Fields in org.knime.base.node.viz.histogram.impl declared as ColumnFilter
static ColumnFilter AbstractHistogramPlotter.AGGREGATION_COLUMN_FILTER
          This column filter should be used in all aggregation column select boxes.
static ColumnFilter AbstractHistogramPlotter.X_COLUMN_FILTER
          This column filter should be used in all x column select boxes.
 

Uses of ColumnFilter in org.knime.base.node.viz.histogram.util
 

Classes in org.knime.base.node.viz.histogram.util that implement ColumnFilter
 class NoDomainColumnFilter
          This ColumnFilter implementation filters all columns which have no DataColumnDomain information.
 

Constructors in org.knime.base.node.viz.histogram.util with parameters of type ColumnFilter
AggregationColumnDialogComponent(String label, SettingsModelColorNameColumns model, Dimension listDimension, ColumnFilter filter)
          Constructor for class AggregationColumnDialogComponent.
AggregationColumnFilterPanel(String label, Dimension listDimension, ColumnFilter filter)
          Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
 

Uses of ColumnFilter in org.knime.base.node.viz.pie.node
 

Fields in org.knime.base.node.viz.pie.node declared as ColumnFilter
static ColumnFilter PieNodeModel.AGGREGATION_COLUMN_FILTER
          This column filter should be used in all x column select boxes.
static ColumnFilter PieNodeModel.PIE_COLUMN_FILTER
          This column filter should be used in all x column select boxes.
 

Uses of ColumnFilter in org.knime.base.node.viz.pie.util
 

Classes in org.knime.base.node.viz.pie.util that implement ColumnFilter
 class PieColumnFilter
          A ColumnFilter implementation that filters all columns with no valid domain and more than 250 values.
 

Uses of ColumnFilter in org.knime.core.node.defaultnodesettings
 

Constructors in org.knime.core.node.defaultnodesettings with parameters of type ColumnFilter
DialogComponentColumnFilter(SettingsModelFilterString model, int inPortIndex, boolean showKeepAllBox, ColumnFilter filter)
          Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
DialogComponentColumnFilter(SettingsModelFilterString model, int inPortIndex, ColumnFilter filter)
          Deprecated. Use the constructor DialogComponentColumnFilter.DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, ColumnFilter) instead
DialogComponentColumnNameSelection(SettingsModelString model, String label, int specIndex, boolean isRequired, boolean addNoneCol, ColumnFilter columnFilter)
          Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString model, String label, int specIndex, boolean isRequired, ColumnFilter columnFilter)
          Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString model, String label, int specIndex, ColumnFilter columnFilter)
          Constructor that puts label and combobox into the panel.
 

Uses of ColumnFilter in org.knime.core.node.util
 

Classes in org.knime.core.node.util that implement ColumnFilter
static class ColumnFilterPanel.ValueClassFilter
          Class that filters all columns based on a given set of compatible DataValue classes.
 class CombinedColumnFilter
          This ColumnFilter implementation filters all columns which are filter by at least one of the given filters.
 class DataValueColumnFilter
          This ColumnFilter implementation filters all value which are not compatible to the provided DataValue classes.
 

Methods in org.knime.core.node.util with parameters of type ColumnFilter
 void ColumnSelectionComboxBox.update(DataTableSpec spec, String selColName, boolean suppressEvents, ColumnFilter filter)
          Updates this filter panel by removing all current items and adding the columns according to the content of the argument spec.
 

Constructors in org.knime.core.node.util with parameters of type ColumnFilter
ColumnFilterPanel(boolean showKeepAllBox, ColumnFilter filter)
          Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
ColumnFilterPanel(ColumnFilter filter)
          Deprecated. Use the constructor ColumnFilterPanel.ColumnFilterPanel(boolean, ColumnFilter) instead
ColumnSelectionComboxBox(Border border, ColumnFilter columnFilter)
          Creates new Panel that will filter columns for particular value classes.
ColumnSelectionPanel(Border border, ColumnFilter columnFilter)
          Creates new Panel that will filter columns using the given ColumnFilter.
ColumnSelectionPanel(Border border, ColumnFilter columnFilter, boolean addNoneCol)
          Creates new Panel that will filter columns using the given ColumnFilter.
ColumnSelectionPanel(Border border, ColumnFilter columnFilter, boolean addNoneCol, boolean addRowID)
          Creates new Panel that will filter columns using the given ColumnFilter.
ColumnSelectionPanel(JLabel label, ColumnFilter columnFilter)
          Creates a column selection panel with a label instead of a border which preserves the minimum size to either the label width or the combo box width.
CombinedColumnFilter(ColumnFilter... filters)
          Constructor for class CombinedColumnFilter.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.