|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||