Uses of Class
org.knime.core.node.NotConfigurableException

Packages that use NotConfigurableException
org.knime.base.collection.list.split Implementation of the collection split node. 
org.knime.base.node.flowvariable.appendvariabletotable   
org.knime.base.node.flowvariable.variabletotablerow   
org.knime.base.node.io.arffreader Contains the implementation of a node which reads ARFF files. 
org.knime.base.node.io.arffwriter Contains the implementation of a node which writes the content of a data table into an ARFF file. 
org.knime.base.node.io.csvwriter Node implementation that writes a DataTable to a file in CSV (comma separated value) format (or with any other selectable separator). 
org.knime.base.node.io.database Contains nodes to access data via a database connection. 
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
org.knime.base.node.meta.feature.backwardelim   
org.knime.base.node.meta.looper The looper package contains all classes for building for loops. 
org.knime.base.node.meta.looper.condition Contains two nodes with which a loop can be built. 
org.knime.base.node.meta.xvalidation The xvalidation package contains all classes for a cross validation flow. 
org.knime.base.node.mine.bfn Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models. 
org.knime.base.node.mine.bfn.fuzzy Contains the learner and predictor to train fuzzy rules and apply them to unknown data. 
org.knime.base.node.mine.bfn.radial Contains the PNN learner and predictor. 
org.knime.base.node.mine.cluster.fuzzycmeans The fuzzycmeans package contains all classes for the Fuzzy c-means node. 
org.knime.base.node.mine.knn   
org.knime.base.node.mine.pca This package contains all classes for the PCA (principal component analysis) Node. 
org.knime.base.node.mine.regression.linear.learn Node implementation performing linear regression. 
org.knime.base.node.mine.regression.polynomial.learner The polyreg's predictor package contains just the two classes that make up the predictor node: the model and its factory. 
org.knime.base.node.mine.scorer.accuracy Similar to the default scorer. 
org.knime.base.node.mine.scorer.entrop Node that performs an entropy calculation and compares two clustering results. 
org.knime.base.node.mine.smote Node that oversample patterns in an input table. 
org.knime.base.node.mine.sota Contains the Sota node, which can be used for clustering hirarchically numerical and fuzzy data and visualize the resulting cluster tree. 
org.knime.base.node.mine.subgroupminer This package contains everything necessary for normal subgroup mining. 
org.knime.base.node.mine.svm.learner This subpackage contains all classes for the SVM Learner Node. 
org.knime.base.node.preproc.append.row   
org.knime.base.node.preproc.binner Contains a node to bin/group a number of numeric columns into a string column by predefined intervals. 
org.knime.base.node.preproc.caseconvert Node to convert alphanumeric characters to lowercase or uppercase. 
org.knime.base.node.preproc.cellsplit Contains the implementation of a node that splits (and replaces) a values in a column into multiple new ones. 
org.knime.base.node.preproc.colcombine Node to combine the content of a set of columns into a single column (to be appended). 
org.knime.base.node.preproc.colcompare Node to combine the content of a set of columns into a single column (to be appended). 
org.knime.base.node.preproc.colconvert Node to convert String columns to Double columns or the other way around. 
org.knime.base.node.preproc.colconvert.stringtonumber Node to convert StringValue columns to NumberValue columns. 
org.knime.base.node.preproc.colsort This package contains all classes for the Column Resorter node. 
org.knime.base.node.preproc.correlation.pmcc   
org.knime.base.node.preproc.domain Contains a node to determine the DataTableSpec of the input data. 
org.knime.base.node.preproc.filter.column Contains the filter column node which can be used the extract certain columns from the input data table. 
org.knime.base.node.preproc.filter.nominal This package implements a possible value row filter. 
org.knime.base.node.preproc.filter.row Contains a node filtering out rows from an input data table, including only those rows into the output/result table that match a certain criteria. 
org.knime.base.node.preproc.groupby Contains a node to perform a group by operation on an input table. 
org.knime.base.node.preproc.joiner This package contains classes for a node that joins two data tables. 
org.knime.base.node.preproc.lowvarfilter Node implementation that allows the user to filter out numeric columns, which have a low or no variance. 
org.knime.base.node.preproc.missingval Implemenation of the node that treats missing values. 
org.knime.base.node.preproc.normalize This package contains all classes for the Normalizer Node. 
org.knime.base.node.preproc.partition Node that partitions the data into train- and test set. 
org.knime.base.node.preproc.pivot Contains a node to perform a pivoting on one column against another group column. 
org.knime.base.node.preproc.regexsplit Node that splits an input string (column) into multiple groups according to a regular expression (realized by java.util.regex.Pattern). 
org.knime.base.node.preproc.rename Node that allows to rename column names or change the type. 
org.knime.base.node.preproc.rowkey This package contains all classes of the RowKey node which provides the following function: Replacing of the current rowkey with the values of a column Creating a column with the row key values  
org.knime.base.node.preproc.rowsplit Node splits a data table according to a numeric filter criterion. 
org.knime.base.node.preproc.sample Node that samples rows from an input table. 
org.knime.base.node.preproc.shuffle Implementation of the Fisher Yates shuffle, that guarantees that all n! possible outcomes are possible and equally likely. 
org.knime.base.node.preproc.sorter Contains the Sorter Node which can be used to sort columns from the input data table. 
org.knime.base.node.preproc.split Node that splits an input table into two output table. 
org.knime.base.node.preproc.stringreplacer This package contains a node that can be used to replace strings in a column based on wildcard matches. 
org.knime.base.node.preproc.stringreplacer.dict Node that replaces the content of a selected column by dictionary entries. 
org.knime.base.node.preproc.valcount   
org.knime.base.node.rules   
org.knime.base.node.util.sampledata   
org.knime.base.node.viz.condbox Contains all classes that realize a conditional box plot. 
org.knime.base.node.viz.enrichment The enrichment plotter node allows you to plot enrichment curves. 
org.knime.base.node.viz.liftchart The liftchart package contains all classes for building a lift chart node. 
org.knime.base.node.viz.property.color Contains the Color Manager and Color Appender node to set colors for a nominal or bounded (numeric) column. 
org.knime.base.node.viz.property.shape Contains the Shape Manager and Shape Appender node to set shapes for a nominal column. 
org.knime.base.node.viz.roc The ROC node allows you to plot ROC curves. 
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.defaultnodesettings Contains default dialog components, which can be used to quickly create a simple dialog. 
org.knime.core.node.util Contains a set of utility classes that may be used in different (so far visual) contexts. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
 

Uses of NotConfigurableException in org.knime.base.collection.list.split
 

Methods in org.knime.base.collection.list.split that throw NotConfigurableException
protected  void CollectionSplitNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.flowvariable.appendvariabletotable
 

Methods in org.knime.base.node.flowvariable.appendvariabletotable that throw NotConfigurableException
protected  void AppendToTableNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.flowvariable.variabletotablerow
 

Methods in org.knime.base.node.flowvariable.variabletotablerow that throw NotConfigurableException
protected  void VariableToTableNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.io.arffreader
 

Methods in org.knime.base.node.io.arffreader that throw NotConfigurableException
protected  void ARFFReaderNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.io.arffwriter
 

Methods in org.knime.base.node.io.arffwriter that throw NotConfigurableException
protected  void ARFFWriterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.io.csvwriter
 

Methods in org.knime.base.node.io.csvwriter that throw NotConfigurableException
protected  void CSVWriterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.io.database
 

Methods in org.knime.base.node.io.database that throw NotConfigurableException
 void DBQueryNodeDialogPane.loadAdditionalSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          This method can be overridden to load additional settings.
protected  void DatabaseLoopingNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void DBWriterDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void DBRowFilterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] ports)
          Invoked before the dialog window is opened.
protected  void DBReaderDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] ports)
          Invoked before the dialog window is opened.
protected  void DBColumnFilterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] ports)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.io.filereader
 

Methods in org.knime.base.node.io.filereader that throw NotConfigurableException
protected  void FileReaderNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void VariableFileReaderNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.meta.feature.backwardelim
 

Methods in org.knime.base.node.meta.feature.backwardelim that throw NotConfigurableException
protected  void BWElimLoopEndNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void BWElimFilterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.meta.looper
 

Methods in org.knime.base.node.meta.looper that throw NotConfigurableException
protected  void LoopStartIntervalNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void LoopStartCountNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void LoopEndNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.meta.looper.condition
 

Methods in org.knime.base.node.meta.looper.condition that throw NotConfigurableException
protected  void LoopEndConditionNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.meta.xvalidation
 

Methods in org.knime.base.node.meta.xvalidation that throw NotConfigurableException
protected  void AggregateOutputNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void XValidateDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.mine.bfn
 

Methods in org.knime.base.node.mine.bfn that throw NotConfigurableException
protected  void BasisFunctionPredictorNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void BasisFunctionLearnerNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.mine.bfn.fuzzy
 

Methods in org.knime.base.node.mine.bfn.fuzzy that throw NotConfigurableException
protected  void FuzzyBasisFunctionLearnerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.mine.bfn.radial
 

Methods in org.knime.base.node.mine.bfn.radial that throw NotConfigurableException
protected  void RadialBasisFunctionLearnerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.mine.cluster.fuzzycmeans
 

Methods in org.knime.base.node.mine.cluster.fuzzycmeans that throw NotConfigurableException
protected  void FuzzyClusterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Loads the settings from the model, Number of Clusters and maximum number of Iterations.
 

Uses of NotConfigurableException in org.knime.base.node.mine.knn
 

Methods in org.knime.base.node.mine.knn that throw NotConfigurableException
protected  void KnnNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.mine.pca
 

Methods in org.knime.base.node.mine.pca that throw NotConfigurableException
protected  void DialogComponentChoiceConfig.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
 void PCAApplyNodeDialog.loadAdditionalSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          This method can be overridden to load additional settings.
protected  void SettingsModelPCADimensions.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
 

Uses of NotConfigurableException in org.knime.base.node.mine.regression.linear.learn
 

Methods in org.knime.base.node.mine.regression.linear.learn that throw NotConfigurableException
protected  void LinRegLearnerNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.mine.regression.polynomial.learner
 

Methods in org.knime.base.node.mine.regression.polynomial.learner that throw NotConfigurableException
protected  void PolyRegLearnerDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.mine.scorer.accuracy
 

Methods in org.knime.base.node.mine.scorer.accuracy that throw NotConfigurableException
protected  void AccuracyScorerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Fills the two combo boxes with all column names retrieved from the input table spec.
 

Uses of NotConfigurableException in org.knime.base.node.mine.scorer.entrop
 

Methods in org.knime.base.node.mine.scorer.entrop that throw NotConfigurableException
protected  void EntropyNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.mine.smote
 

Methods in org.knime.base.node.mine.smote that throw NotConfigurableException
protected  void SmoteNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.mine.sota
 

Methods in org.knime.base.node.mine.sota that throw NotConfigurableException
protected  void SotaNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 void SotaHierarchicalFuzzySettings.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Method loadSettingsFrom.
 

Uses of NotConfigurableException in org.knime.base.node.mine.subgroupminer
 

Methods in org.knime.base.node.mine.subgroupminer that throw NotConfigurableException
protected  void BitVectorGeneratorNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.mine.svm.learner
 

Methods in org.knime.base.node.mine.svm.learner that throw NotConfigurableException
protected  void SVMLearnerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.append.row
 

Methods in org.knime.base.node.preproc.append.row that throw NotConfigurableException
protected  void AppendedRowsNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.binner
 

Methods in org.knime.base.node.preproc.binner that throw NotConfigurableException
protected  void BinnerNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
           
 

Uses of NotConfigurableException in org.knime.base.node.preproc.caseconvert
 

Methods in org.knime.base.node.preproc.caseconvert that throw NotConfigurableException
protected  void CaseConvertNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.cellsplit
 

Methods in org.knime.base.node.preproc.cellsplit that throw NotConfigurableException
protected  void CellSplitterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.colcombine
 

Methods in org.knime.base.node.preproc.colcombine that throw NotConfigurableException
protected  void ColCombineNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.colcompare
 

Methods in org.knime.base.node.preproc.colcompare that throw NotConfigurableException
protected  void ColumnComparatorNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.colconvert
 

Methods in org.knime.base.node.preproc.colconvert that throw NotConfigurableException
protected  void ColConvertNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.colconvert.stringtonumber
 

Methods in org.knime.base.node.preproc.colconvert.stringtonumber that throw NotConfigurableException
protected  void StringToNumberNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.colsort
 

Methods in org.knime.base.node.preproc.colsort that throw NotConfigurableException
protected  void ColumnResorterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.correlation.pmcc
 

Methods in org.knime.base.node.preproc.correlation.pmcc that throw NotConfigurableException
protected  void PMCCFilterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.domain
 

Methods in org.knime.base.node.preproc.domain that throw NotConfigurableException
protected  void DomainNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.filter.column
 

Methods in org.knime.base.node.preproc.filter.column that throw NotConfigurableException
protected  void FilterColumnNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Calls the update method of the underlying filter panel using the input data table spec from this FilterColumnNodeModel.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.filter.nominal
 

Methods in org.knime.base.node.preproc.filter.nominal that throw NotConfigurableException
protected  void NominalValueRowFilterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.filter.row
 

Methods in org.knime.base.node.preproc.filter.row that throw NotConfigurableException
protected  void RowFilterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Constructors in org.knime.base.node.preproc.filter.row that throw NotConfigurableException
ColumnRowFilterPanel(RowFilterNodeDialogPane parentPane, DataTableSpec tSpec)
          Craetes a new panel for column content filter settings.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.groupby
 

Methods in org.knime.base.node.preproc.groupby that throw NotConfigurableException
protected  void GroupByNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.joiner
 

Methods in org.knime.base.node.preproc.joiner that throw NotConfigurableException
protected  void NewJoinerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.lowvarfilter
 

Methods in org.knime.base.node.preproc.lowvarfilter that throw NotConfigurableException
protected  void LowVarFilterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.missingval
 

Methods in org.knime.base.node.preproc.missingval that throw NotConfigurableException
protected  void MissingValueHandlingNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.normalize
 

Methods in org.knime.base.node.preproc.normalize that throw NotConfigurableException
protected  void NormalizerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.partition
 

Methods in org.knime.base.node.preproc.partition that throw NotConfigurableException
protected  void PartitionNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.pivot
 

Methods in org.knime.base.node.preproc.pivot that throw NotConfigurableException
 void PivotNodeDialogPane.loadAdditionalSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Override hook to load additional settings when all input ports are data ports.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.regexsplit
 

Methods in org.knime.base.node.preproc.regexsplit that throw NotConfigurableException
protected  void RegexSplitNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
(package private)  void RegexSplitSettings.loadSettingsInDialog(NodeSettingsRO settings, DataTableSpec spec)
          Load model for dialog.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.rename
 

Methods in org.knime.base.node.preproc.rename that throw NotConfigurableException
protected  void RenameNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.rowkey
 

Methods in org.knime.base.node.preproc.rowkey that throw NotConfigurableException
 void RowKeyNodeDialog.loadAdditionalSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Override hook to load additional settings when all input ports are data ports.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.rowsplit
 

Methods in org.knime.base.node.preproc.rowsplit that throw NotConfigurableException
protected  void NumericRowSplitterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
           
 

Uses of NotConfigurableException in org.knime.base.node.preproc.sample
 

Methods in org.knime.base.node.preproc.sample that throw NotConfigurableException
 void SamplingNodeDialogPanel.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec spec)
          Method that is called from the dialog to load settings.
protected  void SamplingNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.shuffle
 

Methods in org.knime.base.node.preproc.shuffle that throw NotConfigurableException
protected  void ShuffleNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.sorter
 

Methods in org.knime.base.node.preproc.sorter that throw NotConfigurableException
protected  void SorterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Calls the update method of the underlying update method of the SorterNodeDialogPanel using the input data table spec from this SorterNodeModel.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.split
 

Methods in org.knime.base.node.preproc.split that throw NotConfigurableException
protected  void SplitNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.stringreplacer
 

Methods in org.knime.base.node.preproc.stringreplacer that throw NotConfigurableException
protected  void StringReplacerDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.stringreplacer.dict
 

Methods in org.knime.base.node.preproc.stringreplacer.dict that throw NotConfigurableException
protected  void SearchReplaceDictNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.preproc.valcount
 

Methods in org.knime.base.node.preproc.valcount that throw NotConfigurableException
protected  void ValueCounterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.rules
 

Methods in org.knime.base.node.rules that throw NotConfigurableException
protected  void RuleEngineNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.util.sampledata
 

Methods in org.knime.base.node.util.sampledata that throw NotConfigurableException
protected  void SampleDataNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.viz.condbox
 

Methods in org.knime.base.node.viz.condbox that throw NotConfigurableException
protected  void ConditionalBoxPlotNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.viz.enrichment
 

Methods in org.knime.base.node.viz.enrichment that throw NotConfigurableException
protected  void EnrichmentPlotterDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.base.node.viz.liftchart
 

Methods in org.knime.base.node.viz.liftchart that throw NotConfigurableException
 void LiftChartNodeDialog.loadAdditionalSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Override hook to load additional settings when all input ports are data ports.
 

Uses of NotConfigurableException in org.knime.base.node.viz.property.color
 

Methods in org.knime.base.node.viz.property.color that throw NotConfigurableException
protected  void ColorManager2NodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Updates this dialog by refreshing all components in the color tab.
 

Uses of NotConfigurableException in org.knime.base.node.viz.property.shape
 

Methods in org.knime.base.node.viz.property.shape that throw NotConfigurableException
protected  void ShapeManagerNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Updates this dialog by refreshing all components in the shape settings tab.
 

Uses of NotConfigurableException in org.knime.base.node.viz.roc
 

Methods in org.knime.base.node.viz.roc that throw NotConfigurableException
protected  void ROCNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NotConfigurableException in org.knime.core.node
 

Methods in org.knime.core.node that throw NotConfigurableException
 NodeDialogPane Node.getDialogPaneWithSettings(PortObjectSpec[] inSpecs, FlowObjectStack foStack, NodeSettingsRO settings)
           
 void NodeDialogPane.internalLoadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs, FlowObjectStack foStack)
          Method being called from the node when the dialog shall load the settings from a NodeSettingsRO object.
 void NodeDialogPane.loadSettingsFrom(InputStream in)
          Loads settings from an input stream (in xml format).
protected  void NodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void NodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void EmptyNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 

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

Methods in org.knime.core.node.defaultnodesettings that throw NotConfigurableException
protected  void DialogComponentColumnFilter.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentColumnNameSelection.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentPasswordField.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentString.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentStringSelection.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected abstract  void DialogComponent.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentLabel.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentNumber.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentNumberEdit.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentFileChooser.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentButton.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentButtonLabel.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentBoolean.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentDoubleRange.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
protected  void DialogComponentMultiLineString.checkConfigurabilityBeforeLoad(PortObjectSpec[] specs)
          Will be called before the new values are loaded from the NodeSettings object.
(package private)  void SettingsModel.dlgLoadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          This is the method called from the default dialog component to load the model specific settings from the settings object.
 void DefaultNodeSettingsPane.loadAdditionalSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Override hook to load additional settings when all input ports are data ports.
 void DefaultNodeSettingsPane.loadAdditionalSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          This method can be overridden to load additional settings.
protected  void SettingsModelColumnName.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelString.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelFilterString.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelBoolean.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected abstract  void SettingsModel.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void DialogComponent.EmptySettingsModel.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelDoubleRange.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelInteger.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelLong.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelStringArray.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelDouble.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
 void DefaultNodeSettingsPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Load settings for all registered components.
 void DialogComponent.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read value(s) of this dialog component from the configuration object.
 

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

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

Uses of NotConfigurableException in org.knime.core.node.workflow
 

Methods in org.knime.core.node.workflow that throw NotConfigurableException
 NodeDialogPane NodeContainer.getDialogPaneWithSettings()
          Return a NodeDialogPane for a node which can be embedded into a JFrame oder another GUI element.
(package private) abstract  NodeDialogPane NodeContainer.getDialogPaneWithSettings(PortObjectSpec[] inSpecs)
           
(package private)  NodeDialogPane WorkflowManager.getDialogPaneWithSettings(PortObjectSpec[] inSpecs)
          
(package private)  NodeDialogPane SingleNodeContainer.getDialogPaneWithSettings(PortObjectSpec[] inSpecs)
          
 void NodeContainer.openDialogInJFrame()
          Launch a node dialog in its own JFrame (a JDialog).
 



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