| Name | Description | Type | Package | Framework |
| AbstractConfigEntry | Abstract Config entry holding only a Config entry type. | Class | org.knime.core.node.config.base | KNIME |
| Config | Supports a mechanism to save settings by their type and a key. | Class | org.knime.core.node.config | KNIME |
| Config .DataCellEntry | Interface | org.knime.core.node.config | KNIME | |
| Config .DataCellEntry .BooleanCellEntry | Class | org.knime.core.node.config | KNIME | |
| Config .DataCellEntry .ComplexNumberCellEntry | ComplexNumberCell entry. | Class | org.knime.core.node.config | KNIME |
| Config .DataCellEntry .DateAndTimeCellEntry | DateAndTimeCell entry. | Class | org.knime.core.node.config | KNIME |
| Config .DataCellEntry .DoubleCellEntry | Class | org.knime.core.node.config | KNIME | |
| Config .DataCellEntry .FuzzyIntervalCellEntry | FuzzyIntervalCell entry. | Class | org.knime.core.node.config | KNIME |
| Config .DataCellEntry .FuzzyNumberCellEntry | FuzzyNumberCell entry. | Class | org.knime.core.node.config | KNIME |
| Config .DataCellEntry .IntCellEntry | Class | org.knime.core.node.config | KNIME | |
| Config .DataCellEntry .LongCellEntry | Class | org.knime.core.node.config | KNIME | |
| Config .DataCellEntry .MissingCellEntry | Entry for missing DataCell. | Class | org.knime.core.node.config | KNIME |
| Config .DataCellEntry .StringCellEntry | Class | org.knime.core.node.config | KNIME | |
| ConfigBase | Supports a mechanism to save settings by their type and a key. | Class | org.knime.core.node.config.base | KNIME |
| ConfigBaseRO | Interface implements only read access functions for ConfigBase objects providing methods for base data types only. | Interface | org.knime.core.node.config.base | KNIME |
| ConfigBaseWO | Write-only interface for ConfigBase objects providing only only write access functions for base data types. | Interface | org.knime.core.node.config.base | KNIME |
| ConfigBooleanEntry | Config entry for boolean objects. | Class | org.knime.core.node.config.base | KNIME |
| ConfigByteEntry | Config entry for byte objects. | Class | org.knime.core.node.config.base | KNIME |
| ConfigCharEntry | Config entry for char objects. | Class | org.knime.core.node.config.base | KNIME |
| ConfigDoubleEntry | Config entry for double values. | Class | org.knime.core.node.config.base | KNIME |
| ConfigEditJTree | A tree implementation that allows one to overwrite certain node settings using flow variables. | Class | org.knime.core.node.config | KNIME |
| ConfigEditTreeEditor | Editor component for ConfigEditJTree implementation. | Class | org.knime.core.node.config | KNIME |
| ConfigEditTreeEvent | Event that is fired when the settings associated with the nodes in a ConfigEditTreeModel change. | Class | org.knime.core.node.config | KNIME |
| ConfigEditTreeEventListener | Listener interface for ConfigEditTreeEvent. | Interface | org.knime.core.node.config | KNIME |
| ConfigEditTreeModel | Config editor that keeps a mask of variables to overwrite existing settings. | Class | org.knime.core.node.config | KNIME |
| ConfigEditTreeModel .ConfigEditTreeNode | Single Tree node implementation. | Class | org.knime.core.node.config | KNIME |
| ConfigEditTreeNodePanel | Panel that displays a single line/element of a ConfigEditJTree. | Class | org.knime.core.node.config | KNIME |
| ConfigEditTreeRenderer | Renderer implementation of a ConfigEditJTree. | Class | org.knime.core.node.config | KNIME |
| ConfigEntries | An enumeration holding all possible types that can be written to and read from a Config. | Class | org.knime.core.node.config.base | KNIME |
| ConfigFloatEntry | Config entry for float values. | Class | org.knime.core.node.config.base | KNIME |
| ConfigIntEntry | Config entry for integer values. | Class | org.knime.core.node.config.base | KNIME |
| ConfigLongEntry | Config entry for long values. | Class | org.knime.core.node.config.base | KNIME |
| ConfigPasswordEntry | Config entry for password values. | Class | org.knime.core.node.config.base | KNIME |
| ConfigRO | Interface implements only access functions for Config objects. | Interface | org.knime.core.node.config | KNIME |
| ConfigSerializationUtils | Collection of convenience methods that help to save or load Enum [and other Objects] to ConfigWO or ConfigRO objects, this also includes NodeSettingsRO and NodeSettingsWO. | Class | org.knime.core.node.config | KNIME |
| ConfigShortEntry | Config entry for short values. | Class | org.knime.core.node.config.base | KNIME |
| ConfigStringEntry | Config entry for String values. | Class | org.knime.core.node.config.base | KNIME |
| ConfigWO | Write-only interface for Config objects providing only accessAuthor:Thomas Gabriel, University of Konstanz | Interface | org.knime.core.node.config | KNIME |
| XMLConfig | A class used to load and save Config objects into an XML file. | Class | org.knime.core.node.config.base | KNIME |
| XMLContentHandler | Class | org.knime.core.node.config.base | KNIME | |