| Name | Description | Type | Package | Framework |
| AbstractBooleanDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function.booleanoption | KNIME |
|
| AbstractColumnDBAggregationFunction | Abstract class that allows the user to select a column from the input table. | Class | org.knime.core.node.port.database.aggregation.function.column | KNIME |
|
| AbstractConcatDBAggregationFunction | Abstract class that can be used by concatenation functions. | Class | org.knime.core.node.port.database.aggregation.function.concatenate | KNIME |
|
| AbstractConfigEntry | Abstract Config entry holding only a Config entry type. | Class | org.knime.core.node.config.base | KNIME |
|
| AbstractDistinctDBAggregationFunction | Abstract class that provides a dialog where the user can select if distinct should be used in the function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| AbstractNodeExecutionJobManager | Default implementation of an node execution job manager. | Class | org.knime.core.node.workflow | KNIME |
|
| AbstractNodeView | Abstract implementation of a node view. | Class | org.knime.core.node | KNIME |
|
| AbstractPortObject | Abstract implementation of general port objects. | Class | org.knime.core.node.port | KNIME |
|
| AbstractPortObject .AbstractPortObjectSerializer | Abstract implementation of the a serializer for all AbstractPortObjects. | Class | org.knime.core.node.port | KNIME |
|
| AbstractSimplePortObject | Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects. | Class | org.knime.core.node.port | KNIME |
|
| AbstractSimplePortObject .AbstractSimplePortObjectSerializer | Abstract implementation of the a serializer for all AbstractSimplePortObjects. | Class | org.knime.core.node.port | KNIME |
|
| AbstractSimplePortObjectSpec | Abstract implementation of basic port object specs that save and load themselves from ModelContentRO objects. | Class | org.knime.core.node.port | KNIME |
|
| AbstractSimplePortObjectSpec .AbstractSimplePortObjectSpecSerializer | Abstract implementation of the a serializer for all AbstractSimplePortObjectSpecs. | Class | org.knime.core.node.port | KNIME |
|
| AbstractWizardNodeView | | Class | org.knime.core.node.wizard | KNIME |
|
| AbstractWizardNodeView .WizardNodeViewExtension | | Class | org.knime.core.node.wizard | KNIME |
|
| AggregationFunction | Methods are not thread safe since they might have internal state. | Interface | org.knime.core.node.port.database.aggregation | KNIME |
|
| AggregationFunctionProvider | | Interface | org.knime.core.node.port.database.aggregation | KNIME |
|
| Annotation | An annotation on the workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| AnnotationData | | Class | org.knime.core.node.workflow | KNIME |
|
| AnnotationData .StyleRange | Formatting rule on the text; similar to SWT style range. | Class | org.knime.core.node.workflow | KNIME |
|
| AnnotationData .TextAlignment | Text alignment in annotation. | Class | org.knime.core.node.workflow | KNIME |
|
| ArrayAggDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function.postgresql | KNIME |
|
| ArrayAggDBAggregationFunction .Factory | Factory for ArrayAggDBAggregationFunction. | Class | org.knime.core.node.port.database.aggregation.function.postgresql | KNIME |
|
| AvgDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| AvgDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| AvgDistinctDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| AvgDistinctDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| BatchExecutor | Simple utility class that takes a workflow, either in a directory or zipped into a single file, executes it and saves the results in the end. | Class | org.knime.core.node.workflow | KNIME |
|
| BatchExecutor .BatchException | Exception that can be thrown by subclasses in BatchExecutor. | Class | org.knime.core.node.workflow | KNIME |
|
| BatchExecutor .IllegalOptionException | Exception for illegal or broken options. | Class | org.knime.core.node.workflow | KNIME |
|
| BatchExecutor .WorkflowConfiguration | | Class | org.knime.core.node.workflow | KNIME |
|
| BitAndDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| BitAndDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| BitOrDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| BitOrDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| BitXOrDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| BitXOrDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| BooleanFuntionSettings | Class that save the settings of the BooleanFuntionSettingsPanel. | Class | org.knime.core.node.port.database.aggregation.function.booleanoption | KNIME |
|
| BooleanFuntionSettingsPanel | JPanel that allows the user to specify layout mapping settings. | Class | org.knime.core.node.port.database.aggregation.function.booleanoption | KNIME |
|
| BufferedDataContainer | DataContainer to be used during a NodeModel's execution. | Class | org.knime.core.node | KNIME |
|
| BufferedDataTable | DataTable implementation that is passed along the KNIME workflow. | Class | org.knime.core.node | KNIME |
|
| BufferedDataTable .KnowsRowCountTable | Internally used interface. | Interface | org.knime.core.node | KNIME |
|
| BufferedDataTableHolder | Interface which allows a NodeModel to hold (and keep) internal BufferedDataTables. | Interface | org.knime.core.node | KNIME |
|
| BufferedDataTableRowOutput | Convenient class to create a buffered data table where a row output is required. | Class | org.knime.core.node.streamable | KNIME |
|
| BufferedDataTableView | | Class | org.knime.core.node.workflow | KNIME |
|
| ButtonGroupEnumInterface | Used to create a ButtonGroup in the DialogComponentButtonGroup | Interface | org.knime.core.node.util | KNIME |
|
| CanceledExecutionException | This exception is used in the ExecutionMonitor when a node's | Class | org.knime.core.node | KNIME |
|
| CheckedRadioButtonPanel | buttons are disabled. | Class | org.knime.core.node.util | KNIME |
|
| CheckUtils | Static check functions used during settings loading etc. | Class | org.knime.core.node.util | KNIME |
|
| ColorHandlerPortObject | PortObject implementation for ColorHandlerPortObject which are part of a DataTableSpec. | Class | org.knime.core.node.port.viewproperty | KNIME |
|
| ColorHandlerPortObject .Serializer | | Class | org.knime.core.node.port.viewproperty | KNIME |
|
| ColorIcon | Icon that shows a rectangle with the given color and size. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| ColumnComboBoxRenderer | A DataColumnSpecListCellRenderer intended to be used for JComboBox. | Class | org.knime.core.node.util | KNIME |
|
| ColumnFilter | This interface is used in the #update(org. | Interface | org.knime.core.node.util | KNIME |
|
| ColumnFilterPanel | Panel is used to select/filter a certain number of columns. | Class | org.knime.core.node.util | KNIME |
|
| ColumnFilterPanel .ValueClassFilter | | Class | org.knime.core.node.util | KNIME |
|
| ColumnFuntionSettings | Class that save the settings of the ColumnFuntionSettingsPanel. | Class | org.knime.core.node.port.database.aggregation.function.column | KNIME |
|
| ColumnFuntionSettingsPanel | JPanel that allows the user to specify layout mapping settings. | Class | org.knime.core.node.port.database.aggregation.function.column | KNIME |
|
| ColumnHeaderRenderer | Renderer to be used to display the column header of a table. | Class | org.knime.core.node.tableview | KNIME |
|
| ColumnPairsSelectionPanel | A Component used to define a list of column pairs. | Class | org.knime.core.node.util | KNIME |
|
| ColumnSelectionComboxBox | Class extends a JComboxBox to choose a column of a certain type retrieved from the DataTableSpec. | Class | org.knime.core.node.util | KNIME |
|
| ColumnSelectionList | This class show columns from a DataTableSpec inside a JList. | Class | org.knime.core.node.util | KNIME |
|
| ColumnSelectionPanel | Class implements a panel to choose a column of a certain type retrieved fromAuthor:Bernd Wiswedel, University of KonstanzSee Also:Serialized Form | Class | org.knime.core.node.util | KNIME |
|
| ColumnSelectionSearchableListPanel | A panel comprising a column list, search field and some search customizers for the user. | Class | org.knime.core.node.util | KNIME |
|
| ColumnSelectionSearchableListPanel .ConfigurationRequestEvent | Comprises if the user either want to delete, to create a configuration for the selected items. | Class | org.knime.core.node.util | KNIME |
|
| ColumnSelectionSearchableListPanel .ConfigurationRequestEvent .Type | The type of a ColumnSelectionSearchableListPanel. | Class | org.knime.core.node.util | KNIME |
|
| ColumnSelectionSearchableListPanel .ConfigurationRequestListener | Listener called if the user presses 'Enter' or 'Del' while the list has the focus. | Interface | org.knime.core.node.util | KNIME |
|
| ColumnSelectionSearchableListPanel .ConfiguredColumnDeterminer | Determines if there is already a configuration for a given DataColumnSpec. | Interface | org.knime.core.node.util | KNIME |
|
| ColumnSelectionSearchableListPanel .ListModifier | The ListModifier is returned by calling ColumnSelectionSearchableListPanel. | Interface | org.knime.core.node.util | KNIME |
|
| ColumnSelectionSearchableListPanel .SearchedItemsSelectionMode | The selection type which appears if the user press enter while the search field has the focus. | Class | org.knime.core.node.util | KNIME |
|
| ColumnSelectionSearchableListPanel .SearchEvent | Comprises the search results after the user performed a search. | Class | org.knime.core.node.util | KNIME |
|
| ColumnSelectionSearchableListPanel .SearchListener | Listener called if the user presses 'Enter' in the searchfield. | Interface | org.knime.core.node.util | KNIME |
|
| CombinedColumnFilter | This ColumnFilter implementation filters all columns which are filter by at least one of the given filters. | Class | org.knime.core.node.util | KNIME |
|
| ComponentBorder | | Class | org.knime.core.node.util | KNIME |
|
| CompositeIcon | | Class | org.knime.core.node.util | KNIME |
|
| ConcatDBAggregationFuntionSettings | Class that save the settings of the ConcatDBAggregationFuntionSettingsPanel. | Class | org.knime.core.node.port.database.aggregation.function.concatenate | KNIME |
|
| ConcatDBAggregationFuntionSettingsPanel | JPanel that allows the user to specify layout mapping settings. | Class | org.knime.core.node.port.database.aggregation.function.concatenate | 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 |
|
| ConfigTableModel | | Interface | org.knime.core.node.util | KNIME |
|
| ConfigTablePanel | A Panel with a table in the center and buttons at the right to add andSince:2. | Class | org.knime.core.node.util | KNIME |
|
| ConfigureCallback | | Class | org.knime.core.node.interactive | KNIME |
|
| ConfigWO | Write-only interface for Config objects providing only accessAuthor:Thomas Gabriel, University of Konstanz | Interface | org.knime.core.node.config | KNIME |
|
| ConnectionContainer | Holds all information related to one connection between specific ports of two nodes. | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionContainer .ConnectionType | Typ of the connection: meta node input, output, through or "standard" connection. | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionID | | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionProgress | Contained in a ConnectionProgressEvent which is fired when the progress information has changed. | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionProgressEvent | This event is fired in order to update the UI with connection statistics andSee Also:Serialized Form | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionProgressListener | Listener for ConnectionProgressEvent fired when the progress information has changed. | Interface | org.knime.core.node.workflow | KNIME |
|
| ConnectionUIInformation | Default implementation of a connection extra info. | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionUIInformationEvent | Event that's fired by a ConnectionContainer when its UI informationAuthor:Bernd Wiswedel, University of KonstanzSee Also:ConnectionContainer. | Class | org.knime.core.node.workflow | KNIME |
|
| ConnectionUIInformationListener | Listener for ui information changes on ConnectionContainer. | Interface | org.knime.core.node.workflow | KNIME |
|
| ContextAwareNodeFactory | This extension of NodeFactory is used in order to create a new node in a certain context. | Class | org.knime.core.node | KNIME |
|
| ConvenienceMethods | Collection of methods that are useful in different contexts. | Class | org.knime.core.node.util | KNIME |
|
| ConvenientComboBoxRenderer | | Class | org.knime.core.node.util | KNIME |
|
| CopyNativeNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| CopyNodeContainerMetaPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| CopyNodePersistor | A persistor cloning a node's settings. | Class | org.knime.core.node | KNIME |
|
| CopySingleNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| CopySubNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| CopyWorkflowPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| CorrDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| CorrDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| CountDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| CountDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| CountDistinctDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| CountDistinctDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| CovarPopDBAggregationFunction | COmputes the co variance of two columns. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| CovarPopDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| CovarSampDBAggregationFunction | COmputes the co variance of two columns. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| CovarSampDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| Credentials | The credentials implementation. | Class | org.knime.core.node.workflow | KNIME |
|
| CredentialsProvider | Provides available credential variables for a workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| CredentialsStore | Container for credentials defined on a workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| CustomDBAggregationFunction | Database aggregation function that allows the user to manually specify the aggregation function to use. | Class | org.knime.core.node.port.database.aggregation.function.custom | KNIME |
|
| CustomDBAggregationFunction .Factory | Factory for CustomDBAggregationFunction. | Class | org.knime.core.node.port.database.aggregation.function.custom | KNIME |
|
| CustomDBAggregationFuntionSettings | Class that save the settings of the CustomDBAggregationFuntionSettingsPanel. | Class | org.knime.core.node.port.database.aggregation.function.custom | KNIME |
|
| CustomDBAggregationFuntionSettingsPanel | JPanel that allows the user to specify layout mapping settings. | Class | org.knime.core.node.port.database.aggregation.function.custom | KNIME |
|
| DataAwareNodeDialogPane | Subclass of NodeDialogPane that requires the full input data to define a configuration. | Class | org.knime.core.node | KNIME |
|
| DatabaseConnectionPortObject | Port object that holds a database connection (without any query). | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseConnectionPortObject .Serializer | Serializer used to save DatabaseConnectionPortObjects. | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseConnectionPortObjectSpec | Specification for a database connection port. | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseConnectionPortObjectSpec .Serializer | A serializer for DatabaseConnectionPortObjectSpecs. | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseConnectionSettings | | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseConnectionView | | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseDriverLoader | Utility class to load additional drivers from jar and zip to theAuthor:Thomas Gabriel, University of Konstanz | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseDriverLoaderTest | | Class | org.knime.core.node.port.database | KNIME |
|
| DatabasePortObject | Class used as database port object holding a BufferedDataTable and a ModelContentRO to create a database connection. | Class | org.knime.core.node.port.database | KNIME |
|
| DatabasePortObject .Serializer | Serializer used to save DatabasePortObject. | Class | org.knime.core.node.port.database | KNIME |
|
| DatabasePortObjectSpec | Class used as database port object holding a DataTableSpec and a ModelContentRO to create a database connection. | Class | org.knime.core.node.port.database | KNIME |
|
| DatabasePortObjectSpec .Serializer | | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseQueryConnectionSettings | | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseReaderConnection | Creates a connection to read from database. | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseUtility | This class is the entry point for database specific routines and information. | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseWrappedDriver | Wraps an java. | Class | org.knime.core.node.port.database | KNIME |
|
| DatabaseWriterConnection | Creates a connection to write to database. | Class | org.knime.core.node.port.database | KNIME |
|
| DataCellHeaderRenderer | | Class | org.knime.core.node.tableview | KNIME |
|
| DataColumnPropertiesView | | Class | org.knime.core.node.workflow | KNIME |
|
| DataColumnSpecFilterConfiguration | Analytics | Class | org.knime.core.node.util.filter.column | KNIME |
|
| DataColumnSpecFilterPanel | A panel to filter DataColumnSpecs. | Class | org.knime.core.node.util.filter.column | KNIME |
|
| DataColumnSpecListCellRenderer | 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.core.node.util | KNIME |
|
| DataColumnSpecTableCellRenderer | Renderer that checks if the value being renderer is of type DataColumnSpec if so it will renderer the name of the column spec and also the type's icon. | Class | org.knime.core.node.util | KNIME |
|
| DataTableRowInput | Default implementation of a RowInput. | Class | org.knime.core.node.streamable | KNIME |
|
| DataTableSpecView | | Class | org.knime.core.node.workflow | KNIME |
|
| DataTypeColumnFilter | Class that filters all columns based on a given set of compatibleSince:2. | Class | org.knime.core.node.util.filter.column | KNIME |
|
| DataTypeListCellRenderer | Renderer that checks if the value being renderer is a DataType to render the name of the type and | Class | org.knime.core.node.util | KNIME |
|
| DataValueColumnFilter | This ColumnFilter implementation filters all value which are not compatible to the provided DataValue classes. | Class | org.knime.core.node.util | KNIME |
|
| DateInputDialog | This class supplies a GUI-Component (JPanel) which allows the input of an Date. | Class | org.knime.core.node.util | KNIME |
|
| DateInputDialog .Mode | Returns the enum constant of this type with the specified name. | Class | org.knime.core.node.util | KNIME |
|
| DB2Utility | Database utility for IBM DB2. | Class | org.knime.core.node.port.database | KNIME |
|
| DBAggregationFunction | | Interface | org.knime.core.node.port.database.aggregation | KNIME |
|
| DBAggregationFunctionFactory | Factory for creating DBAggregationFunction. | Interface | org.knime.core.node.port.database.aggregation | KNIME |
|
| DBAggregationFunctionLabelComparator | Compares two DBAggregationFunctions based on their name. | Class | org.knime.core.node.port.database.aggregation | KNIME |
|
| DBAggregationFunctionUtil | | Class | org.knime.core.node.port.database.aggregation | KNIME |
|
| DefaultConfigTableModel | Default implementation of ConfigTableModel. | Class | org.knime.core.node.util | KNIME |
|
| DefaultConfigureCallback | | Class | org.knime.core.node.interactive | KNIME |
|
| DefaultHiLiteHandler | Default implementation of a HiLiteHandler. | Class | org.knime.core.node.property.hilite | KNIME |
|
| DefaultHiLiteMapper | A default mapper for hilite translation which holds a map from RowKey to a set of RowKeys as value. | Class | org.knime.core.node.property.hilite | KNIME |
|
| DefaultNodeProgressMonitor | The default node progress monitor which keep a progress value between 0 and 1, and a progress message. | Class | org.knime.core.node | KNIME |
|
| DefaultNodeProgressMonitor .SilentSubNodeProgressMonitor | | Class | org.knime.core.node | KNIME |
|
| DefaultNodeProgressMonitor .SubNodeProgressMonitor | | Class | org.knime.core.node | KNIME |
|
| DefaultNodeSettingsPane | Default implementation for a NodeDialogPane that allows to add standard DialogComponents which will be displayed in a standard way and automatically | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DefaultReexecutionCallback | | Class | org.knime.core.node.interactive | KNIME |
|
| DefaultStringIconOption | Default implementation of the StringIconOption interface which is used in the default dialog components itself. | Class | org.knime.core.node.util | KNIME |
|
| DefaultWebTemplate | Default WebTemplate implementation. | Class | org.knime.core.node.web | KNIME |
|
| DelegateNodeDescription | An adapter on NodeDescription that allows selected methods to be overwritten. | Class | org.knime.core.node | KNIME |
|
| DerivedFieldMapper | Creates a map of data column names to PMML derived field names for a PMML document and vice versa. | Class | org.knime.core.node.port.pmml.preproc | KNIME |
|
| DialogComponent | Abstract implementation of a component handling a standard type in a NodeDialog. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponent .EmptySettingsModel | ------------------------------------------------------------------------- Components deriving from DialogComponent can use this model if | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentBoolean | Provides a standard component for a dialog that allows to edit a boolean value. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentButton | Provides a component containing a button. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentButtonGroup | A standard component to display radio buttons. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentButtonLabel | Provides a component containing a button and a label. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentColorChooser | Provides a component for color choosing. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentColumnFilter | Provides a component for column filtering. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentColumnFilter2 | A column twin list with include & exclude list and optionally column name and type matcher. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentColumnNameSelection | Provides a standard component for a dialog that allows to select a column in a given DataTableSpec. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentDate | StandardDialogComponent allowing the input of an user specified Date. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentDoubleRange | Allows the user to enter a floating point number range. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentFileChooser | A standard component allowing to choose a location(directory) and/or fileAuthor:M. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentFlowVariableNameSelection | Provides a standard component for a dialog that allows to select a flow variable from a list of flow variables. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentLabel | Provides a component containing a label. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentMultiLineString | | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentNode | Interface for nodes which provide dialog components that can be used on metanodes containing those nodes. | Interface | org.knime.core.node.workflow | KNIME |
|
| DialogComponentNumber | Provide a standard component for a dialog that allows to edit number value. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentNumberEdit | Provides a standard component for a dialog that allows to edit a number value. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentOptionalString | This Dialog Component offers an editable string field and a checkbox for disabling the use of the field. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentPasswordField | Provide a standard component for a dialog that allows to edit a text field. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentString | Provide a standard component for a dialog that allows to edit a text field. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentStringListSelection | Provide a standard component for a dialog that allows to select one or more strings from a list of strings. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogComponentStringSelection | Provide a standard component for a dialog that allows to select a string fromAuthor:Thomas Gabriel, University of Konstanz | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| DialogNode | | Interface | org.knime.core.node.dialog | KNIME |
|
| DialogNodePanel | | Class | org.knime.core.node.dialog | KNIME |
|
| DialogNodeRepresentation | | Interface | org.knime.core.node.dialog | KNIME |
|
| DialogNodeValue | | Interface | org.knime.core.node.dialog | KNIME |
|
| DynamicNodeFactory | A node factory to create nodes dynamically. | Class | org.knime.core.node | KNIME |
|
| EditorUIInformation | Stores workflow editor specific settings (like grid settings and zoom level, etc. | Class | org.knime.core.node.workflow | KNIME |
|
| EmptyNodeDialogPane | An empty dialog, which is used to create dialogs with only miscellaneous tabs (such as memory policy and job selector panel). | Class | org.knime.core.node | KNIME |
|
| ExecutionContext | An ExecutionContext provides storage capacities during a NodeModel's execution. | Class | org.knime.core.node | KNIME |
|
| ExecutionController | | Class | org.knime.core.node.workflow | KNIME |
|
| ExecutionEnvironment | Interface for objects defining the environment nodes will be executed in. | Class | org.knime.core.node.workflow | KNIME |
|
| ExecutionMonitor | This node's execution monitor handles the progress and later also memory management for each node model's execution. | Class | org.knime.core.node | KNIME |
|
| ExpandSubnodeResult | Represents the result of an expansion of a subnode. | Class | org.knime.core.node.workflow.action | KNIME |
|
| ExtendedScopeNodeModel | (No-API) Core Extension of NodeModel that widens the scope of some of the methods. | Class | org.knime.core.node | KNIME |
|
| ExtensionTable | Base class for custom buffered data table types. | Class | org.knime.core.node | KNIME |
|
| ExtensionTable .LoadContext | Various parameters needed for loading an extension table. | Class | org.knime.core.node | KNIME |
|
| ExternalApplicationNodeView | Node view which opens an external application. | Class | org.knime.core.node | KNIME |
|
| ExternalNodeData | This object represents output or input of a node for provided or consumed outside the workflow, e. | Class | org.knime.core.node.dialog | KNIME |
|
| ExternalNodeData .ExternalNodeDataBuilder | Builder for ExternalNodeData. | Class | org.knime.core.node.dialog | KNIME |
|
| FileNativeNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| FileNodeContainerMetaPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| FileNodePersistor | | Class | org.knime.core.node | KNIME |
|
| FileSelectionPanel | | Class | org.knime.core.node.util | KNIME |
|
| FilesHistoryPanel | Panel that contains an editable Combo Box showing the file to write to and a button to trigger a file chooser. | Class | org.knime.core.node.util | KNIME |
|
| FilesHistoryPanel .DirectoryReaderCheckLabel | | Class | org.knime.core.node.util | KNIME |
|
| FilesHistoryPanel .DirectoryWriterCheckLabel | | Class | org.knime.core.node.util | KNIME |
|
| FilesHistoryPanel .FileReaderCheckLabel | | Class | org.knime.core.node.util | KNIME |
|
| FilesHistoryPanel .FileWriterCheckLabel | | Class | org.knime.core.node.util | KNIME |
|
| FilesHistoryPanel .LocationCheckLabel | Abstract class for labels that do some basic checks on input/output locations. | Class | org.knime.core.node.util | KNIME |
|
| FilesHistoryPanel .LocationValidation | | Class | org.knime.core.node.util | KNIME |
|
| FilesHistoryPanel .NoCheckLabel | | Class | org.knime.core.node.util | KNIME |
|
| FileSingleNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| FileSubNodeContainerPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| FileWorkflowPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| FileWorkflowPersistor .LoadVersion | A Version representing a specific workflow format. | Class | org.knime.core.node.workflow | KNIME |
|
| FilterableListModel | | Class | org.knime.core.node.util | KNIME |
|
| FilterIncludeExcludePreview | Preview twin list that shows the included and excluded elements. | Class | org.knime.core.node.util.filter | KNIME |
|
| FindPositionAll | | Class | org.knime.core.node.tableview | KNIME |
|
| FindPositionRowKey | | Class | org.knime.core.node.tableview | KNIME |
|
| FirstDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| FirstDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| FlowLoopContext | Special FlowObject holding loop information. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowLoopContext .RestoredFlowLoopContext | Executed start nodes will use this object during workflow load to indicate that a loop was potentially saved in a half-executed state. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowObject | | Class | org.knime.core.node.workflow | KNIME |
|
| FlowObjectStack | Container for the stack that keeps for an individual node the flow variables and flow loop information. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowObjectStackView | | Class | org.knime.core.node.workflow | KNIME |
|
| FlowScopeContext | Control object on a FlowObjectStack to indicate presence of a scope. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowSubnodeScopeContext | | Class | org.knime.core.node.workflow | KNIME |
|
| FlowTryCatchContext | Pushed on top of the stack inside a try-catch construct. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowVariable | FlowVariable holding local variables of basic types which can be passed along connections in a workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowVariable .Scope | Ordinary workflow or flow variable. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowVariable .Type | Type of a variable, supports currently only scalars. | Class | org.knime.core.node.workflow | KNIME |
|
| FlowVariableFilterConfiguration | Represents a FlowVariable filtering. | Class | org.knime.core.node.util.filter.variable | KNIME |
|
| FlowVariableFilterPanel | A panel to filter FlowVariables. | Class | org.knime.core.node.util.filter.variable | KNIME |
|
| FlowVariableListCellRenderer | List cell renderer for lists whose elements are of type FlowVariable or FlowVariableListCellRenderer. | Class | org.knime.core.node.util | KNIME |
|
| FlowVariableListCellRenderer .FlowVariableCell | Cell representing a valid or invalid flow variable. | Class | org.knime.core.node.util | KNIME |
|
| FlowVariableModel | Container holding information regarding variables which represent settings of a node and/or are used to replace settings of a node. | Class | org.knime.core.node | KNIME |
|
| FlowVariableModelButton | Button for a FlowVariableModel, launching a dialog which allows to control the settings. | Class | org.knime.core.node | KNIME |
|
| FlowVariableModelButton .CustomListCellRenderer | | Class | org.knime.core.node | KNIME |
|
| FlowVariablePortObject | A singleton port object representing a variable input. | Class | org.knime.core.node.port.flowvariable | KNIME |
|
| FlowVariablePortObject .Serializer | Serializer for this port object. | Class | org.knime.core.node.port.flowvariable | KNIME |
|
| FlowVariablePortObjectSpec | Spec to the FlowVariablePortObject. | Class | org.knime.core.node.port.flowvariable | KNIME |
|
| FlowVariablePortObjectSpec .Serializer | Serializer for FlowVariablePortObjectSpecs. | Class | org.knime.core.node.port.flowvariable | KNIME |
|
| FlowVariableTableCellRenderer | Table cell renderer for elements of type FlowVariable. | Class | org.knime.core.node.util | KNIME |
|
| FlowVariableTypeFilter | Class that filters FlowVariables based on the given set of FlowVariable. | Class | org.knime.core.node.util.filter.variable | KNIME |
|
| FromFileNodeContainerPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| FromFileNodeContainerPersistor .PersistorWithPortIndex | Represents the persistor of a connected node with its port (port at the connected node!). | Class | org.knime.core.node.workflow | KNIME |
|
| GlobalTableRepository | | Class | org.knime.core.node.workflow | KNIME |
|
| GroupConcatDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| GroupConcatDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| HiLiteHandler | HiLiteHandler implementation which receives hilite change requests, answers, queries, and notifies registered listeners. | Class | org.knime.core.node.property.hilite | KNIME |
|
| HiLiteListener | The event listener interface has to be implemented by classes that are interested in receiving hilite events. | Interface | org.knime.core.node.property.hilite | KNIME |
|
| HiLiteManager | A manager for hilite events between one source (from) HiLiteHandler and a number of target handlers (to). | Class | org.knime.core.node.property.hilite | KNIME |
|
| HiLiteMapper | This mapper has to be implemented by all classes that are interested in mapping hilite events between RowKeys. | Interface | org.knime.core.node.property.hilite | KNIME |
|
| HiLiteTranslator | A translator for hilite events between one source (from) HiLiteHandler and a number of target handlers (to). | Class | org.knime.core.node.property.hilite | KNIME |
|
| ICredentials | Credentials object representing login/password information. | Interface | org.knime.core.node.workflow | KNIME |
|
| IllegalFlowObjectStackException | | Class | org.knime.core.node.workflow | KNIME |
|
| IllegalLoopException | | Class | org.knime.core.node.workflow | KNIME |
|
| ImagePortObject | Port object representing a simple image (png, . | Class | org.knime.core.node.port.image | KNIME |
|
| ImagePortObject .Serializer | | Class | org.knime.core.node.port.image | KNIME |
|
| ImagePortObjectSpec | Port object spec to an ImagePortObject. | Class | org.knime.core.node.port.image | KNIME |
|
| ImagePortObjectSpec .Serializer | | Class | org.knime.core.node.port.image | KNIME |
|
| ImageViewPanel | Panel that displays a BufferedImage in its center. | Class | org.knime.core.node.util | KNIME |
|
| ImageViewPanel .ScaleType | Scaling options to fit the image into the available panel area. | Class | org.knime.core.node.util | KNIME |
|
| InactiveBranchConsumer | Marker interface implemented by nodes (NodeModel) that are able to consume | Interface | org.knime.core.node.port.inactive | KNIME |
|
| InactiveBranchPortObject | An empty PortObject implementation which indicates that this node execution was skipped (likely because it is part of inactive IF-ENDIF branch). | Class | org.knime.core.node.port.inactive | KNIME |
|
| InactiveBranchPortObject .Serializer | Serializer for InactiveBranchPortObjects. | Class | org.knime.core.node.port.inactive | KNIME |
|
| InactiveBranchPortObjectSpec | An empty PortObjectSpec implementation which indicates that this node execution was skipped (likely because it is part of inactive IF-ENDIF | Class | org.knime.core.node.port.inactive | KNIME |
|
| InactiveBranchPortObjectSpec .Serializer | Serializer for InactiveBranchPortObjectSpecs. | Class | org.knime.core.node.port.inactive | KNIME |
|
| InnerFlowLoopContext | Control object on a FlowObjectStack to indicate the actual execution of a loop start node. | Class | org.knime.core.node.workflow | KNIME |
|
| InputFilter | Used to (pre-)filter items in a filter configuration. | Class | org.knime.core.node.util.filter | KNIME |
|
| InputNode | Interface for nodes that can be controlled by input from external sources, e. | Interface | org.knime.core.node.dialog | KNIME |
|
| InputPortRole | A port role describes the requirements for a node's input object. | Class | org.knime.core.node.streamable | KNIME |
|
| InsertWorkflowPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| InteractiveClientNodeView | Abstract base class for interactive views which are launched on the client side and have direct access to the NodeModel itself. | Class | org.knime.core.node.interactive | KNIME |
|
| InteractiveNode | Interface for NodeModels that support interactive views and repeated execution when the view has been modified by the user. | Interface | org.knime.core.node.interactive | KNIME |
|
| InteractiveNodeFactoryExtension | Interface for NodeFactories of InteractiveNodeModels. | Interface | org.knime.core.node.interactive | KNIME |
|
| InteractiveView | Interface for all interactive views. | Interface | org.knime.core.node.interactive | KNIME |
|
| InteractiveViewDelegate | Delegate class that can be used in an InteractiveView implementation. | Class | org.knime.core.node.interactive | KNIME |
|
| InternalNodeContainerState | | Class | org.knime.core.node.workflow | KNIME |
|
| InterruptControlPanel | A simple control panel holding the control elements necessary to control the InterruptibleNodeModel, that is a "Run"-, "Break"- and "Finish"-Button and a | Class | org.knime.core.node.interrupt | KNIME |
|
| InterruptibleNodeModel | This class provides a generic implementation of a node that can be stopped and resumed during execution. | Class | org.knime.core.node.interrupt | KNIME |
|
| InterruptibleNodeView | This class provides a generic view for the InterruptibleNodeModel and all deriving classes, which basically consists in a control panel, with some | Class | org.knime.core.node.interrupt | KNIME |
|
| InvalidAggregationFunction | Interface that indicates an invalid aggregation function. | Interface | org.knime.core.node.port.database.aggregation | KNIME |
|
| InvalidDBAggregationFunction | Class that indicates an invalid db aggregation function. | Class | org.knime.core.node.port.database.aggregation | KNIME |
|
| InvalidSettingsException | This exception is thrown during load and save settings within the dialog's pane and model to indicate that the parameters set are not valid and can't be | Class | org.knime.core.node | KNIME |
|
| InvocationTargetRuntimeException | Thrown by the methods in the ViewUtils class that execute code in the Event Dispatch Thread, if the executed code throws an exception. | Class | org.knime.core.node.util | KNIME |
|
| KeyEvent | Event object that is fired when registered listener need to update its properties. | Class | org.knime.core.node.property.hilite | KNIME |
|
| KeyValuePanel | A visual component to define key - value pairs. | Class | org.knime.core.node.util | KNIME |
|
| KeyValuePanel .CopyAction | | Class | org.knime.core.node.util | KNIME |
|
| KeyValuePanel .PasteAction | | Class | org.knime.core.node.util | KNIME |
|
| KNIMEConstants | Class that hold static values about the KNIME platform. | Class | org.knime.core.node | KNIME |
|
| KNIMEJob | This interface describes a generic job that can be submitted via ExecutionContext. | Interface | org.knime.core.node.util | KNIME |
|
| LastDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| LastDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| LayoutHelper | A helper class for the use of the GridBagLayout. | Class | org.knime.core.node.interrupt | KNIME |
|
| LocalNodeExecutionJob | A locally executed node job. | Class | org.knime.core.node.exec | KNIME |
|
| LoopEndNode | Complement to @see{LoopStartNode}. | Interface | org.knime.core.node.workflow | KNIME |
|
| LoopEndParallelizeNode | | Interface | org.knime.core.node.workflow | KNIME |
|
| LoopStartNode | Interface implemented by NodeModel classes to define a loop start node. | Interface | org.knime.core.node.workflow | KNIME |
|
| LoopStartNodeTerminator | Interface for the start node of a loop which provides information about the termination of the loop. | Interface | org.knime.core.node.workflow | KNIME |
|
| LoopStartParallelizeNode | | Interface | org.knime.core.node.workflow | KNIME |
|
| MacFileChooserFixer | | Class | org.knime.core.node | KNIME |
|
| MaxDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| MaxDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| MergeOperator | A merge operator combines StreamableOperatorInternals that are created by different threads (or JVM processes) to one internals object | Class | org.knime.core.node.streamable | KNIME |
|
| MetaNodeDialogNode | A node that contributes to the meta nodes dialog. | Interface | org.knime.core.node.dialog | KNIME |
|
| MetaNodeDialogPane | An empty dialog, which is used to create dialogs with only miscellaneous tabs (such as memory policy and job selector panel). | Class | org.knime.core.node.workflow | KNIME |
|
| MetaNodeTemplateInformation | Additional information that is associated with a meta node that are used as templates. | Class | org.knime.core.node.workflow | KNIME |
|
| MetaNodeTemplateInformation .Role | The template's role. | Class | org.knime.core.node.workflow | KNIME |
|
| MetaNodeTemplateInformation .TemplateType | Instance of WorkflowManager. | Class | org.knime.core.node.workflow | KNIME |
|
| MetaNodeTemplateInformation .UpdateStatus | Error checking for update. | Class | org.knime.core.node.workflow | KNIME |
|
| MetaPortInfo | Object describing a meta node port. | Class | org.knime.core.node.port | KNIME |
|
| MinDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| MinDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| MiscSettingsTab | | Class | org.knime.core.node | KNIME |
|
| MissingNodeDialog | | Class | org.knime.core.node.missing | KNIME |
|
| MissingNodeFactory | No API. | Class | org.knime.core.node.missing | KNIME |
|
| MissingNodeModel | No API - Model to missing node placeholder node. | Class | org.knime.core.node.missing | KNIME |
|
| ModelContent | This ModelContent is used to store XML-like model settings. | Class | org.knime.core.node | KNIME |
|
| ModelContentOutPortView | A port view showing the port's ModelContent asAuthor:Thomas Gabriel, University of KonstanzSee Also:Serialized Form | Class | org.knime.core.node.workflow | KNIME |
|
| ModelContentRO | Read-only interface for ModelContent objects. | Interface | org.knime.core.node | KNIME |
|
| ModelContentWO | Write-only ModelContentWO interface. | Interface | org.knime.core.node | KNIME |
|
| MultipleURLList | This component provides multiple file selection based on the FilesHistoryPanel. | Class | org.knime.core.node.util | KNIME |
|
| MySQLUtility | Database utility for MySQL. | Class | org.knime.core.node.port.database | KNIME |
|
| NameFilterConfiguration | Configuration for a generic filter that can includes and excludes names and takes care on additional/missing names using the enforce inclusion/exclusion option. | Class | org.knime.core.node.util.filter | KNIME |
|
| NameFilterConfiguration .EnforceOption | Enforce inclusion/exclusion options. | Class | org.knime.core.node.util.filter | KNIME |
|
| NameFilterConfiguration .FilterResult | The result when a filtering is applied to an array of elements. | Class | org.knime.core.node.util.filter | KNIME |
|
| NameFilterPanel | Name filter panel with additional enforce include/exclude radio buttons. | Class | org.knime.core.node.util.filter | KNIME |
|
| NativeNodeContainer | | Class | org.knime.core.node.workflow | KNIME |
|
| NativeNodeContainer .LoopStatus | Possible loop states. | Class | org.knime.core.node.workflow | KNIME |
|
| NativeNodeContainerPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| Node | object is the place where the data flow starts, ends, or intersects. | Class | org.knime.core.node | KNIME |
|
| Node .Input | | Class | org.knime.core.node | KNIME |
|
| Node .LoopRole | Possible roles of loop roles. | Class | org.knime.core.node | KNIME |
|
| Node .Output | | Class | org.knime.core.node | KNIME |
|
| NodeAndBundleInformation | Information object to a node. | Class | org.knime.core.node | KNIME |
|
| NodeAnnotation | Annotation associated with a node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeAnnotationData | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeConfigureHelper | Object passed to Node. | Interface | org.knime.core.node | KNIME |
|
| NodeContainer | Abstract super class for containers holding node or just structural information of a meta node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainer .NodeContainerSettings | Helper class that defines load/save routines for general NodeContainer properties. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainer .NodeContainerSettings .SplitType | Node can't handle it. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainer .State | Old and unfortunately public possible status values of a NodeContainer. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainerExecutionResult | Remote execution result. | Class | org.knime.core.node.workflow.execresult | KNIME |
|
| NodeContainerExecutionStatus | Status of a finished execution of a node. | Interface | org.knime.core.node.workflow.execresult | KNIME |
|
| NodeContainerMetaPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContainerOutPort | The implementation of an OutPort of a SingleNodeContainer - e. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeContainerParent | Interface used by embedded WorkflowManager instances to invoke actions on the parent item. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContainerPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContainerState | Possible status values of a NodeContainer. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContainerStateObservable | | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContainerTemplate | | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeContentPersistor | | Interface | org.knime.core.node | KNIME |
|
| NodeContext | A NodeContext holds information about the context in which an operation on a node is executed. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeCreationContext | | Class | org.knime.core.node | KNIME |
|
| NodeDescription | This abstract class describes the meta information about a node. | Class | org.knime.core.node | KNIME |
|
| NodeDescription13Proxy | | Class | org.knime.core.node | KNIME |
|
| NodeDescription210Proxy | information from the XML file. | Class | org.knime.core.node | KNIME |
|
| NodeDescription212Proxy | information from the XML file. | Class | org.knime.core.node | KNIME |
|
| NodeDescription27Proxy | information from the XML file. | Class | org.knime.core.node | KNIME |
|
| NodeDescription28Proxy | information from the XML file. | Class | org.knime.core.node | KNIME |
|
| NodeDescriptionParser | | Class | org.knime.core.node | KNIME |
|
| NodeDialog | The standard node dialog used to display the node dialog pane. | Class | org.knime.core.node | KNIME |
|
| NodeDialogPane | The base class for all node dialogs. | Class | org.knime.core.node | KNIME |
|
| NodeExecutionJob | Runnable that represents the execution of a node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionJobManager | Main entry point for compute intensive jobs. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionJobManagerFactory | Main entry point for compute intensive jobs. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionJobManagerPanel | Settings panel for NodeExecutionJobManagers. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionJobManagerPool | Collects all registered JobManager extensions and holds an instance of eachAuthor:ohl, University of Konstanz | Class | org.knime.core.node.util | KNIME |
|
| NodeExecutionJobReconnectException | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeExecutionResult | | Class | org.knime.core.node.workflow.execresult | KNIME |
|
| NodeExecutorJobManagerDialogTab | NodeExecutionJobManager is available (besides the default one) and shows the settings panel of the job manager(s). | Class | org.knime.core.node.workflow | KNIME |
|
| NodeFactory | Abstract factory class for all components that make up a node, i. | Class | org.knime.core.node | KNIME |
|
| NodeFactory .NodeType | Start node of a loop. | Class | org.knime.core.node | KNIME |
|
| NodeFactoryClassMapper | Base class for extension point to allow node vendors to define a NodeFactory class mapping. | Class | org.knime.core.node | KNIME |
|
| NodeFactoryRepository | | Class | org.knime.core.node | KNIME |
|
| NodeGraphAnnotation | Wrapper holding graph annotation information for a node in a workflow such as position in nested scopes, layered depth etc. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeGraphAnnotation .Role | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeID | Holds hierarchical ID of a node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeInPort | connected NodeOutPort if available and to its node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeLogger | The general logger used to write info, warnings, errors , debugging, assert messages, exceptions, and coding problems into the internal Log4J logger. | Class | org.knime.core.node | KNIME |
|
| NodeLogger .LEVEL | includes all messages. | Class | org.knime.core.node | KNIME |
|
| NodeLoggerPatternLayout | PatternLayout implementation that recognises KNIME specific pattern e. | Class | org.knime.core.node | KNIME |
|
| NodeMessage | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeMessage .Type | Error - fatal, node not executable. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeMessageEvent | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeMessageListener | Listener interface for classes that want to get informed aboutAuthor:Fabian Dill, University of Konstanz | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeModel | Abstract class defining a node's configuration and execution (among others). | Class | org.knime.core.node | KNIME |
|
| NodeModelWarningListener | | Interface | org.knime.core.node | KNIME |
|
| NodeOutPort | Interface for a node's output port. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeOutPortWrapper | | Class | org.knime.core.node.workflow | KNIME |
|
| NodePersistor | | Interface | org.knime.core.node | KNIME |
|
| NodePersistor .LoadNodeModelSettingsFailPolicy | Policy on how to behave if the node model settings fails. | Class | org.knime.core.node | KNIME |
|
| NodePort | Abstract node port implementation which keeps an index and a port name. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodePortAdaptor | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeProgress | Contained in a NodeProgressEvent which is fired when the progress information has changed, either the progress (value between 0 and 1 or | Class | org.knime.core.node.workflow | KNIME |
|
| NodeProgressEvent | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeProgressListener | Listener for NodeProgressEvent fired when the progress information has changed. | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeProgressMonitor | events and if you want to can ask for cancelation. | Interface | org.knime.core.node | KNIME |
|
| NodeProgressMonitorView | A dialog that contains a progress bar, a label with a message, and a cancel button. | Class | org.knime.core.node | KNIME |
|
| NodePropertyChangedEvent | Event fired when properties of a node change. | Class | org.knime.core.node.workflow | KNIME |
|
| NodePropertyChangedEvent .NodeProperty | Property types that can possibly change. | Class | org.knime.core.node.workflow | KNIME |
|
| NodePropertyChangedListener | A listener interface for objects interested in changed properties of a node. | Interface | org.knime.core.node.workflow | KNIME |
|
| NoDescriptionProxy | available for a node. | Class | org.knime.core.node | KNIME |
|
| NodeSetFactory | Interface to generate a set of node factories and, hence, a set of nodes. | Interface | org.knime.core.node | KNIME |
|
| NodeSettings | This class overwrites the general Config object and specializes some method to access NodeSettings object. | Class | org.knime.core.node | KNIME |
|
| NodeSettingsRO | Read-only interface for NodeSettingsRO objects. | Interface | org.knime.core.node | KNIME |
|
| NodeSettingsWO | Write-only NodeSettingsWO interface. | Interface | org.knime.core.node | KNIME |
|
| NodeStateChangeListener | Interface for clients that are interested in notifications about stateAuthor:Christoph Sieb, University of Konstanz | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeStateEvent | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeTimer | Holds execution timing information about a specific node. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeTimer .GlobalNodeStats | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeUIInformation | Special NodeExtraInfo object used by the workflow editor. | Class | org.knime.core.node.workflow | KNIME |
|
| NodeUIInformationEvent | | Class | org.knime.core.node.workflow | KNIME |
|
| NodeUIInformationListener | | Interface | org.knime.core.node.workflow | KNIME |
|
| NodeView | Node view class that displays the view content in an AWT-frame. | Class | org.knime.core.node | KNIME |
|
| NodeViewExport | This class contains all available to-image-export options for node views. | Class | org.knime.core.node | KNIME |
|
| NodeViewExport .ExportType | This interface is currently not considered part of the public API and will change in future versions without notice. | Interface | org.knime.core.node | KNIME |
|
| NoSettingsDBAggregationFunction | This class should be extended by DBAggregationFunctions that do not need additional settings. | Class | org.knime.core.node.port.database.aggregation | KNIME |
|
| NoSettingsNodeModel | Convenience model class that make some empty stub implementations of methods that are not used by nodes that are not configurable (e. | Class | org.knime.core.node | KNIME |
|
| NotConfigurableException | This exception is thrown if a node dialog cannot be opened for various reasons, e. | Class | org.knime.core.node | KNIME |
|
| ObsoleteMetaNodeFileWorkflowPersistor | | Class | org.knime.core.node.workflow | KNIME |
|
| OracleUtility | Database utility for Oracle. | Class | org.knime.core.node.port.database | KNIME |
|
| OutPortView | | Class | org.knime.core.node.workflow | KNIME |
|
| OutputNode | Interface for nodes that produce results that can be queried externally, e. | Interface | org.knime.core.node.dialog | KNIME |
|
| OutputPortRole | A port role describes the requirements for a node's output object. | Class | org.knime.core.node.streamable | KNIME |
|
| ParallelizedChunkContent | An object representing the copied content of a chunk that is executed inAuthor:wiswedel, University of Konstanz | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| ParallelizedChunkContentMaster | Represents all parallel chunks (ParallelChunkContent) together and also encapsulating metanode. | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| PartitionInfo | Class wrapping partition information when a node is executed in a streamed and/or distributed mode. | Class | org.knime.core.node.streamable | KNIME |
|
| PasteWorkflowContentPersistor | Persistor that is used to represent, for instance the clipboard content. | Class | org.knime.core.node.workflow | KNIME |
|
| PatternFilterConfigurationImpl | | Class | org.knime.core.node.util.filter | KNIME |
|
| PatternFilterConfigurationImpl .PatternFilterType | | Class | org.knime.core.node.util.filter | KNIME |
|
| PatternFilterPanelImpl | | Class | org.knime.core.node.util.filter | KNIME |
|
| PMMLClusteringModelWrapper | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLContentHandler | This class should no longer be used. | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLDataDictionaryTranslator | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLElements | | Class | org.knime.core.node.port.pmml.preproc | KNIME |
|
| PMMLGeneralRegressionModelWrapper | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLMiningModelWrapper | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLMiningSchemaTranslator | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLModelWrapper | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLNaiveBayesModelWrapper | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLNeuralNetworkWrapper | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLPortObject | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLPortObjectSerializer | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLPortObjectSpec | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLPortObjectSpecCreator | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLPortObjectSpecSerializer | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLPortObjectView | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLPreprocOperation | This class will be removed in a future version. | Class | org.knime.core.node.port.pmml.preproc | KNIME |
|
| PMMLPreprocOperation .PMMLTransformElement | | Class | org.knime.core.node.port.pmml.preproc | KNIME |
|
| PMMLPreprocPortObject | The PMML preprocessing operations can now be included directly in the PMMLPortObject instead of handling them in a special port type. | Class | org.knime.core.node.port.pmml.preproc | KNIME |
|
| PMMLPreprocPortObject .Serializer | | Class | org.knime.core.node.port.pmml.preproc | KNIME |
|
| PMMLPreprocPortObjectSpec | Dummy singleton port object instance. | Class | org.knime.core.node.port.pmml.preproc | KNIME |
|
| PMMLPreprocPortObjectSpec .Serializer | | Class | org.knime.core.node.port.pmml.preproc | KNIME |
|
| PMMLPreprocPortObjectView | | Class | org.knime.core.node.port.pmml.preproc | KNIME |
|
| PMMLPreprocTranslator | | Interface | org.knime.core.node.port.pmml.preproc | KNIME |
|
| PMMLRegressionModelWrapper | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLRuleSetModelWrapper | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLSupportVectorMachineModelWrapper | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PMMLTransformation | enum PMMLTransformationEnum Constant Summary | Class | org.knime.core.node.port.pmml.preproc | KNIME |
|
| PMMLTranslator | | Interface | org.knime.core.node.port.pmml | KNIME |
|
| PMMLTreeModelWrapper | | Class | org.knime.core.node.port.pmml | KNIME |
|
| PortInput | Input for a streamable operator. | Class | org.knime.core.node.streamable | KNIME |
|
| PortObject | General interface for objects that are passed along node connections. | Interface | org.knime.core.node.port | KNIME |
|
| PortObject .PortObjectSerializer | Factory class that's used for writing and loading objects of class denoted by T. | Class | org.knime.core.node.port | KNIME |
|
| PortObjectHolder | Allows node model implementations to keep their in- or output data as reference even after a save/load cycle. | Interface | org.knime.core.node.port | KNIME |
|
| PortObjectInput | A general port object input. | Class | org.knime.core.node.streamable | KNIME |
|
| PortObjectOutput | Non-data row output (any PortObject except for BufferedDataTable). | Class | org.knime.core.node.streamable | KNIME |
|
| PortObjectSpec | General interface for object specifications that are passed along node connections. | Interface | org.knime.core.node.port | KNIME |
|
| PortObjectSpec .PortObjectSpecSerializer | Factory class that's used for writing and loading objects of class denoted by T. | Class | org.knime.core.node.port | KNIME |
|
| PortObjectSpecZipInputStream | Counterpart to PortObjectZipOutputStream. | Class | org.knime.core.node.port | KNIME |
|
| PortObjectSpecZipOutputStream | Zip stream that is used to persist objects of class PortObjectSpec. | Class | org.knime.core.node.port | KNIME |
|
| PortObjectZipInputStream | Counterpart to PortObjectZipOutputStream. | Class | org.knime.core.node.port | KNIME |
|
| PortObjectZipOutputStream | Zip stream that is used to persist objects of class PortObject. | Class | org.knime.core.node.port | KNIME |
|
| PortOutput | Describes the output handle of a node. | Class | org.knime.core.node.streamable | KNIME |
|
| PortRole | A port role describes the requirements for a node's in or output object. | Class | org.knime.core.node.streamable | KNIME |
|
| PortType | Holds type information about node port types. | Class | org.knime.core.node.port | KNIME |
|
| PortTypeRegistry | | Class | org.knime.core.node.port | KNIME |
|
| PortUtil | Contains framework methods that are used to persist or read PortObject and PortObjectSpec objects. | Class | org.knime.core.node.port | KNIME |
|
| PostgreSQLUtility | Database utility for PostgreSQL. | Class | org.knime.core.node.port.database | KNIME |
|
| RadionButtonPanel | A panel which shows a list of values as JRadioButtons with a titled border. | Class | org.knime.core.node.util | KNIME |
|
| ReexecutionCallback | A callback object that view implementations need to provide when they want to re-execute their underlying node. | Class | org.knime.core.node.interactive | KNIME |
|
| RegrAvgXDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrAvgXDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrAvgYDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrAvgYDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrCountDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrCountDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrInterceptDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrInterceptDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrR2DBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrR2DBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrSlopeDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrSlopeDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrSXXDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrSXXDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrSXYDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrSXYDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrSYYDBAggregationFunction | Aggregation function. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RegrSYYDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| RowCounterThread | | Class | org.knime.core.node.tableview | KNIME |
|
| RowHeaderHeightMouseListener | | Class | org.knime.core.node.tableview | KNIME |
|
| RowInput | A streamable data input. | Class | org.knime.core.node.streamable | KNIME |
|
| RowOutput | Output of a sequence of rows. | Class | org.knime.core.node.streamable | KNIME |
|
| ScopeEndNode | Complement to ScopeStartNode. | Interface | org.knime.core.node.workflow | KNIME |
|
| ScopeStartNode | Interface implemented by NodeModel classes to define a the start of a new scope. | Interface | org.knime.core.node.workflow | KNIME |
|
| SelectableAccordion | | Class | org.knime.core.node.util | KNIME |
|
| SettingsModel | Abstract implementation of an encapsulating class holding a (usually rather basic) model of NodeModel Settings. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelBoolean | A settingsmodel for boolean default components. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelColor | SettingsModel implementation that holds a color value. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelColumnFilter2 | Analytics | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelColumnName | method to check if the RowID should be used instead of a column. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelDate | SettingsModel for the DialogComponentDate-Dialog storing an user specified date and the additional information to reconstruct the Dialog during load. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelDouble | A settingsmodel for double default components. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelDoubleBounded | A settingsmodel for double default components accepting double between a minAuthor:ohl, University of Konstanz | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelDoubleRange | Settings model for a double range [min, max]. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelFilterString | lists contain strings. | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelFlowVariableCompatible | Interface for a @link SettingsModel which can be represented by a This allows DefaultNodeDialogPane implementations to easily use Variables | Interface | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelInteger | | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelIntegerBounded | A settingsmodel for integer default components accepting double between a minAuthor:ohl, University of Konstanz | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelLong | | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelLongBounded | | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelNumber | Used for components accepting numbers (doubles or ints). | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelOddIntegerBounded | A settingsmodel for integer default components accepting double between a minAuthor:ohl, University of Konstanz | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelOptionalString | | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelString | | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| SettingsModelStringArray | | Class | org.knime.core.node.defaultnodesettings | KNIME |
|
| ShapeHandlerPortObject | PortObject implementation for ShapeHandlerPortObject which are part of a DataTableSpec. | Class | org.knime.core.node.port.viewproperty | KNIME |
|
| ShapeHandlerPortObject .Serializer | | Class | org.knime.core.node.port.viewproperty | KNIME |
|
| SimpleDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation | KNIME |
|
| SimpleStreamableFunctionNodeModel | Abstract definition of a node that applies a simple function using a ColumnRearranger. | Class | org.knime.core.node.streamable.simple | KNIME |
|
| SimpleStreamableFunctionWithInternalsNodeModel | Abstract class of node that computes a simple (1:1) function but needs to have some final processing afterwards (mostly only setting an error message). | Class | org.knime.core.node.streamable.simple | KNIME |
|
| SimpleStreamableOperatorInternals | Simple internals that uses a Config object to represent the internal state. | Class | org.knime.core.node.streamable.simple | KNIME |
|
| SingleNodeContainer | internals, such as a node with an underlying implementation or a subnode hiding it's internal workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| SingleNodeContainer .MemoryPolicy | Available policy how to handle output data. | Class | org.knime.core.node.workflow | KNIME |
|
| SingleNodeContainer .SingleNodeContainerSettings | Handles the settings specific to a SingleNodeContainer. | Class | org.knime.core.node.workflow | KNIME |
|
| SingleNodeContainerExecutionResult | Specialized execution result for SingleNodeContainer. | Class | org.knime.core.node.workflow.execresult | KNIME |
|
| SingleNodeContainerPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| SizeHandlerPortObject | PortObject implementation for SizeHandlerPortObject which are part of a DataTableSpec. | Class | org.knime.core.node.port.viewproperty | KNIME |
|
| SizeHandlerPortObject .Serializer | | Class | org.knime.core.node.port.viewproperty | KNIME |
|
| SQLiteUtility | Database utility for SQLite. | Class | org.knime.core.node.port.database | KNIME |
|
| SQLServerUtility | Database utility for MS SQL Server. | Class | org.knime.core.node.port.database | KNIME |
|
| StatementManipulator | This class lets you manipulate SQL statement by adding database-specific parts or changing statement parameters. | Class | org.knime.core.node.port.database | KNIME |
|
| StdDevPopDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| StdDevPopDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| StdDevSampDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| StdDevSampDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| StreamableFunction | Simplified streamable operator that represents a function. | Class | org.knime.core.node.streamable | KNIME |
|
| StreamableFunctionProducer | Interface implemented by NodeModel to narrow the return type of NodeModel. | Interface | org.knime.core.node.streamable | KNIME |
|
| StreamableOperator | Performs the execution of a node in streamed/distributed mode. | Class | org.knime.core.node.streamable | KNIME |
|
| StreamableOperatorInternals | Represents the state of a streamable operator that needs to be feed back to the submit client to compose the output objects (or other node internal | Class | org.knime.core.node.streamable | KNIME |
|
| StringFilterPanel | A panel to filter Strings. | Class | org.knime.core.node.util.filter | KNIME |
|
| StringFormat | Collection of convenience methods to format strings (such as elapsed time orAuthor:Bernd Wiswedel, University of Konstanz | Class | org.knime.core.node.util | KNIME |
|
| StringHistory | Utility class that keeps a list of recently used String, mostly used in File-Reader and Writer that keep track of a list of recently | Class | org.knime.core.node.util | KNIME |
|
| StringHistoryPanel | Panel that contains an editable Combo Box to choose or edit a string. | Class | org.knime.core.node.util | KNIME |
|
| StringIconListCellEditor | | Class | org.knime.core.node.util | KNIME |
|
| StringIconListCellRenderer | Renderer that checks if the value being rendered is of type StringIconEnumInterface if so it will render the icon if | Class | org.knime.core.node.util | KNIME |
|
| StringIconOption | Interface of a list option with an icon and a text which is used in the string selection default components. | Interface | org.knime.core.node.util | KNIME |
|
| SubNodeContainer | and acting like a NativeNodeContainer to the outside. | Class | org.knime.core.node.workflow | KNIME |
|
| SubnodeContainerExecutionResult | Specialized execution result for SubNodeContainer. | Class | org.knime.core.node.workflow.execresult | KNIME |
|
| SubNodeContainerPersistor | Describes persistor for SubNodeContainer. | Interface | org.knime.core.node.workflow | KNIME |
|
| SumDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| SumDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| SumDistinctDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| SumDistinctDBAggregationFunction .Factory | Factory for parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| TableContentInterface | Interface used by the row header view of a table. | Interface | org.knime.core.node.tableview | KNIME |
|
| TableContentModel | Proprietary implementation of a model for a table view. | Class | org.knime.core.node.tableview | KNIME |
|
| TableContentModel .TableContentFilter | Possible hilite filter incarnations. | Class | org.knime.core.node.tableview | KNIME |
|
| TableContentView | Table view on a DataTable. | Class | org.knime.core.node.tableview | KNIME |
|
| TableContentViewTableHeader | | Class | org.knime.core.node.tableview | KNIME |
|
| TableRowHeaderModel | Model for a Row Header view in a table view that displays a DataTable. | Class | org.knime.core.node.tableview | KNIME |
|
| TableRowHeaderView | Row Header for a table view on a DataTable. | Class | org.knime.core.node.tableview | KNIME |
|
| TableSorterWorker | | Class | org.knime.core.node.tableview | KNIME |
|
| TableSortOrder | | Class | org.knime.core.node.tableview | KNIME |
|
| TableSortOrder .TableSortKey | | Class | org.knime.core.node.tableview | KNIME |
|
| TableView | Panel containing a table view on a generic DataTable. | Class | org.knime.core.node.tableview | KNIME |
|
| TableView .TableAction | Action associate with the table. | Class | org.knime.core.node.tableview | KNIME |
|
| TableViewFrame | Frame for a TableContentView. | Class | org.knime.core.node.tableview | KNIME |
|
| TemplateNodeContainerPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| ThreadNodeExecutionJobManager | | Class | org.knime.core.node.exec | KNIME |
|
| ThreadNodeExecutionJobManagerFactory | | Class | org.knime.core.node.exec | KNIME |
|
| TotalDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function.sqlite | KNIME |
|
| TotalDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function.sqlite | KNIME |
|
| TypeFilterConfigurationImpl | | Class | org.knime.core.node.util.filter.column | KNIME |
|
| TypeFilterPanelImpl | | Class | org.knime.core.node.util.filter.column | KNIME |
|
| UIInformation | Basic interface for extra information. | Interface | org.knime.core.node.workflow | KNIME |
|
| UnsupportedWorkflowVersionException | Exception that is thrown by the load routines if an unsupported workflow version (created by a future KNIME version) is read. | Class | org.knime.core.node.workflow | KNIME |
|
| ValidationError | ViewContent that creates and reads from a JSON string. | Class | org.knime.core.node.web | KNIME |
|
| ValueControlledDialogPane | Interface to be implemented by NodeDialogPane when additional runtime parameter need to be shown. | Interface | org.knime.core.node.dialog | KNIME |
|
| ValueControlledNode | runtime parameters. | Interface | org.knime.core.node.dialog | KNIME |
|
| VariancePopDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| VariancePopDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| VarianceSampDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| VarianceSampDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| VarPopDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| VarPopDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| VarSampDBAggregationFunction | | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| VarSampDBAggregationFunction .Factory | Factory for the parent class. | Class | org.knime.core.node.port.database.aggregation.function | KNIME |
|
| VerticalCollapsablePanels | A Swing control to provide collapsable controls, with multiple possible open panels. | Class | org.knime.core.node.util | KNIME |
|
| ViewContent | | Interface | org.knime.core.node.interactive | KNIME |
|
| ViewPropertyPortObject | PortObject used to represent visual properties such as color, shape and size information attached to a table. | Class | org.knime.core.node.port.viewproperty | KNIME |
|
| ViewUtils | Provides helper methods mostly useful when implementing NodeViews. | Class | org.knime.core.node.util | KNIME |
|
| VirtualParallelizedChunkNodeInput | Utility object that represents the output objects of virtual input nodes. | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| VirtualParallelizedChunkPortObjectInNodeFactory | Node used for parallelization loops and sub nodes. | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| VirtualParallelizedChunkPortObjectInNodeModel | | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| VirtualParallelizedChunkPortObjectOutNodeFactory | | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| VirtualParallelizedChunkPortObjectOutNodeModel | | Class | org.knime.core.node.workflow.virtual.parchunk | KNIME |
|
| VirtualPortObjectInNodeFactory | Empty extension of VirtualParallelizedChunkPortObjectInNodeFactory for backward compatibility reasons (fully qualified name possibly saved in workflows). | Class | org.knime.core.node.workflow.virtual | KNIME |
|
| VirtualPortObjectOutNodeFactory | Empty extension of VirtualSubNodeOutputNodeFactory for backward compatibility reasons (fully qualified name possibly saved in workflows). | Class | org.knime.core.node.workflow.virtual | KNIME |
|
| VirtualSubNodeExchange | Utility object that represents the output objects of virtual output nodes. | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeInputConfiguration | | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeInputNodeDialogPane | | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeInputNodeFactory | Factory to subnode virtual input node. | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeInputNodeModel | NodeModel of the subnode virtual source node. | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeOutputConfiguration | | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeOutputNodeDialogPane | | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeOutputNodeFactory | Factory to virtual subnode output node. | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VirtualSubNodeOutputNodeModel | NodeModel to subnode virtual output node. | Class | org.knime.core.node.workflow.virtual.subnode | KNIME |
|
| VTextIcon | | Class | org.knime.core.node.util | KNIME |
|
| WatermarkTextField | | Class | org.knime.core.node.util | KNIME |
|
| WebDependency | | Class | org.knime.core.node.web | KNIME |
|
| WebResourceLocator | | Class | org.knime.core.node.web | KNIME |
|
| WebResourceLocator .WebResourceType | | Class | org.knime.core.node.web | KNIME |
|
| WebTemplate | Use DefaultWebTemplate. | Interface | org.knime.core.node.web | KNIME |
|
| WebViewContent | Container for all of the information transported in between a WizardNode and an interactive view running in the wizard or WebPortal. | Interface | org.knime.core.node.web | KNIME |
|
| WizardExecutionController | A utility class received from the workflow manager that allows stepping back and forth in a wizard execution. | Class | org.knime.core.node.workflow | KNIME |
|
| WizardExecutionController .NodeIDSuffix | | Class | org.knime.core.node.workflow | KNIME |
|
| WizardExecutionController .WizardPageContent | Result value of WizardExecutionController. | Class | org.knime.core.node.workflow | KNIME |
|
| WizardNode | | Interface | org.knime.core.node.wizard | KNIME |
|
| WizardNodeFactoryExtension | | Interface | org.knime.core.node.wizard | KNIME |
|
| WizardNodeLayoutInfo | | Class | org.knime.core.node.wizard | KNIME |
|
| WizardViewCreator | | Interface | org.knime.core.node.wizard | KNIME |
|
| Workflow | | Class | org.knime.core.node.workflow | KNIME |
|
| Workflow .NodeAndInports | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowAnnotation | Workflow annotation (not associated with a node). | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowCipher | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowCipherPrompt | Callback method to query the unlock password for a meta node. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowCipherPrompt .PromptCancelled | Thrown to indicate that user gives up entering the password. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowContext | This class holds information about the context in which a workflows currently resides. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowContext .Factory | Factory for workflow contexts. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowCopyContent | Class representing node IDs and workflow annotations that need to be copied from a workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowCreationHelper | Instances of this class are used during creation of new workflows. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowEvent | Event-class for workflow events. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowEvent .Type | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowExecutionMode | enum WorkflowExecutionModeAuthor:Christian Albrecht, KNIME. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowExecutionResult | Specialized execution result for WorkflowManager. | Class | org.knime.core.node.workflow.execresult | KNIME |
|
| WorkflowInPort | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowListener | Interface for listeners that receive workflow events. | Interface | org.knime.core.node.workflow | KNIME |
|
| WorkflowLoadHelper | Callback class that is used during loading of a workflow to read user credentials and other information. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowLoadHelper .UnknownKNIMEVersionLoadPolicy | How to proceed when a workflow written with a future KNIME version is | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowManager | Container holding nodes and connections of a (sub) workflow. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowManager .AuthorInformation | Meta data such as who create the workflow and who edited it last and when. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowManager .NodeModelFilter | A subclassable filter object that is used in various findXYZ methods. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowOutPort | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor | | Interface | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .ConnectionContainerTemplate | Helper class representing a connection. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .LoadResult | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .LoadResultEntry | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .LoadResultEntry .LoadResultEntryType | Returns the enum constant of this type with the specified name. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .MetaNodeLinkUpdateResult | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .NodeContainerTemplateLinkUpdateResult | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .NodeFactoryUnknownException | Thrown when node factory is not available. | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .WorkflowLoadResult | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowPersistor .WorkflowPortTemplate | | Class | org.knime.core.node.workflow | KNIME |
|
| WorkflowSaveHelper | Helper object to specify options when workflow gets saved. | Class | org.knime.core.node.workflow | KNIME |
|
| XFilter | | Class | org.knime.core.node.port.pmml | 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 |
|
| XMLTreeCreator | Parses XML and returns a model of the parsed tree that can be displayed Author:Fabian Dill, University of Konstanz | Class | org.knime.core.node.port.pmml | KNIME |