Package org.knime.core.node.config

Contains a utility class org.knime.core.node.config.BaseConfig to store a general state (i.e.

See:
          Description

Interface Summary
Config.DataCellEntry Interface for all registered DataCell objects.
ConfigEditTreeEventListener Listener interface for ConfigEditTreeEvent.
ConfigRO Interface implements only access functions for Config objects.
ConfigWO Write-only interface for Config objects providing only access functions.
 

Class Summary
Config Supports a mechanism to save settings by their type and a key.
Config.DataCellEntry.BooleanCellEntry BooleanCell entry.
Config.DataCellEntry.ComplexNumberCellEntry ComplexNumberCell entry.
Config.DataCellEntry.DateAndTimeCellEntry DateAndTimeCell entry.
Config.DataCellEntry.DoubleCellEntry DoubleCell entry.
Config.DataCellEntry.FuzzyIntervalCellEntry FuzzyIntervalCell entry.
Config.DataCellEntry.FuzzyNumberCellEntry FuzzyNumberCell entry.
Config.DataCellEntry.IntCellEntry IntCell entry.
Config.DataCellEntry.LongCellEntry LongCell entry.
Config.DataCellEntry.MissingCellEntry Entry for missing DataCell.
Config.DataCellEntry.StringCellEntry StringCell entry.
ConfigEditJTree A tree implementation that allows one to overwrite certain node settings using flow variables.
ConfigEditTreeEditor Editor component for ConfigEditJTree implementation.
ConfigEditTreeEvent Event that is fired when the settings associated with the nodes in a ConfigEditTreeModel change.
ConfigEditTreeModel Config editor that keeps a mask of variables to overwrite existing settings.
ConfigEditTreeModel.ConfigEditTreeNode Single Tree node implementation.
ConfigEditTreeNodePanel Panel that displays a single line/element of a ConfigEditJTree.
ConfigEditTreeRenderer Renderer implementation of a ConfigEditJTree.
 

Package org.knime.core.node.config Description

Contains a utility class org.knime.core.node.config.BaseConfig to store a general state (i.e. the user settings of all nodes, workflows, prediction models, etc.) in form of key-value pairs. The key is always a string, the value can be most of the generic types, and also another ConfigBase object in order to build hierarchical state structures.



Copyright, 2003 - 2012. 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.