|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeDialogPane | |
---|---|
org.knime.base.collection.list.create | Implementation of the collection create node. |
org.knime.base.collection.list.split | Implementation of the collection split node. |
org.knime.base.node.flowvariable.appendvariabletotable | |
org.knime.base.node.flowvariable.extractvariables | |
org.knime.base.node.flowvariable.injectvariables | |
org.knime.base.node.flowvariable.tablerowtovariable | |
org.knime.base.node.flowvariable.variableloophead | |
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.def | (Obsolete) Node that produces predefined DataTables. |
org.knime.base.node.io.filereader | Contains a node implementation that reads in data from an ASCII file. |
org.knime.base.node.io.pmml.read | |
org.knime.base.node.io.pmml.write | |
org.knime.base.node.io.portobject | Contains node implementations for a prediction model reader and writer. |
org.knime.base.node.io.table.read | Node that reads data from a file as written by the Write table node. |
org.knime.base.node.io.table.write | Node that writes a datatable to a 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.bayes.naivebayes.learner | This package contains the classes of the learner node. |
org.knime.base.node.mine.bayes.naivebayes.predictor | This package contains the classes of the predictor node. |
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.assign | This package contains the classes for the Cluster Assigner Node. |
org.knime.base.node.mine.cluster.fuzzycmeans | The fuzzycmeans package contains all classes for the Fuzzy c-means node. |
org.knime.base.node.mine.cluster.hierarchical | Contains the implementation of a node performing hierarchical clustering. |
org.knime.base.node.mine.cluster.kmeans | This package contains the classes needed from the KMeans Node. |
org.knime.base.node.mine.decisiontree2.learner | |
org.knime.base.node.mine.decisiontree2.predictor | This package contains code for a decision tree model and predictor. |
org.knime.base.node.mine.knn | |
org.knime.base.node.mine.mds | A node that applies multi dimensional scaling (MDS) on high dimensional data. |
org.knime.base.node.mine.mds.mdsprojection | A node that applies multi dimensional scaling (MDS) projection on high dimensional data. |
org.knime.base.node.mine.neural.mlp | This package contains the classes for the MultiLayerPerceptron Predictor node. |
org.knime.base.node.mine.neural.rprop | This package contains all classes for the RProp Node. |
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.regression.predict | Node implementation performing regression prediction. |
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.sota.predictor | Contains the Sotapredictor node, which can be used for class prediction of incoming data. |
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.mine.svm.predictor | This subpackage contains all classes for the SVM Predictor 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.cellsplitbypos | |
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.numbertostring | Node to convert DoubleValue columns to StringValue columns. |
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.columnTrans | This package contains the classes of the Many2One and One2Many column transformation nodes. |
org.knime.base.node.preproc.correlation.pmcc | |
org.knime.base.node.preproc.discretization.caim2.modelapply | Contains the classes implementing a node that applies a discretization (binning) model to new data. |
org.knime.base.node.preproc.discretization.caim2.modelcreator | Contains the classes implementing a node that learns a class supervised discretization (binning) model. |
org.knime.base.node.preproc.domain | Contains a node to determine the DataTableSpec of the input data. |
org.knime.base.node.preproc.double2int | |
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.columnref | Contains a Reference Column Filter node that allows columns to be included or excluded from the first table while the second one is used as reference table. |
org.knime.base.node.preproc.filter.hilite | Node to seperate hilited and not hilited rows of given DataTable. |
org.knime.base.node.preproc.filter.hilite.collector | Contains the HiLite Collector node with can be used to apply annotations to a set of hilit rows. |
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.filter.rowref | Contains a Reference Row Filter node that allows rows to be included or excluded from the first table while the second one is used as reference table. |
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.setoperator | Contains a node to perform a set operation on two columns from two input tables. |
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.transpose | Contains a node to transpose a table by swaping rows and columns. |
org.knime.base.node.preproc.unpivot | |
org.knime.base.node.preproc.valcount | |
org.knime.base.node.rules | |
org.knime.base.node.util.cache | Contains node that allows caching of data for fast access. |
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.histogram.node | Contains classes for KNIME nodes which uses the classes of the histogram package to display a histogram view. |
org.knime.base.node.viz.liftchart | The liftchart package contains all classes for building a lift chart node. |
org.knime.base.node.viz.pie.node | This package contains the KNIME node classes for the fixed and interactive pie chart. |
org.knime.base.node.viz.plotter.box | Contains all classes that realize a box plot. |
org.knime.base.node.viz.plotter.line | A line plot plots the numeric columns of the input table as lines. |
org.knime.base.node.viz.plotter.node | This package contains a default node implementation which can be used if a simple plotter is implemented, which displays data from one inport and also wants to display only a restricted number of rows. |
org.knime.base.node.viz.plotter.parcoord | A ParallelCoordinatePlot is a representation of multi-dimensional information or data, in which multiple dimensions are allocated to parallel axes on-screen. |
org.knime.base.node.viz.plotter.scatter | A scatter plot maps to columns (dimensions) of data to 2-dimensional space, which results that each row (data instance) can be represented as one 2-dimensional point. |
org.knime.base.node.viz.plotter.scattermatrix | A scatter matrix plot is a matrix of scatter plots, where each selected column is plotted against each selected column. |
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.property.size | Contains the Size Manager and Size Appender node to set sizes for a bounded (numeric) column. |
org.knime.base.node.viz.roc | The ROC node allows you to plot ROC curves. |
org.knime.base.node.viz.statistics | Contains the Statistics Node which can be used to compute statistics based on the input data table. |
org.knime.base.node.viz.table | Node implementation of the interactive table view. |
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.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of NodeDialogPane in org.knime.base.collection.list.create |
---|
Subclasses of NodeDialogPane in org.knime.base.collection.list.create | |
---|---|
class |
CollectionCreateNodeDialogPane
|
Methods in org.knime.base.collection.list.create that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
CollectionCreateNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.collection.list.split |
---|
Subclasses of NodeDialogPane in org.knime.base.collection.list.split | |
---|---|
(package private) class |
CollectionSplitNodeDialogPane
|
Methods in org.knime.base.collection.list.split that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
CollectionSplitNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.flowvariable.appendvariabletotable |
---|
Subclasses of NodeDialogPane in org.knime.base.node.flowvariable.appendvariabletotable | |
---|---|
(package private) class |
AppendToTableNodeDialogPane
|
Uses of NodeDialogPane in org.knime.base.node.flowvariable.extractvariables |
---|
Methods in org.knime.base.node.flowvariable.extractvariables that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ExtractVariablesNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.flowvariable.injectvariables |
---|
Methods in org.knime.base.node.flowvariable.injectvariables that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
InjectVariablesNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.flowvariable.tablerowtovariable |
---|
Methods in org.knime.base.node.flowvariable.tablerowtovariable that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
TableToVariableNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.flowvariable.variableloophead |
---|
Methods in org.knime.base.node.flowvariable.variableloophead that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
LoopStartVariableNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.flowvariable.variabletotablerow |
---|
Subclasses of NodeDialogPane in org.knime.base.node.flowvariable.variabletotablerow | |
---|---|
(package private) class |
VariableToTableNodeDialogPane
|
Uses of NodeDialogPane in org.knime.base.node.io.arffreader |
---|
Subclasses of NodeDialogPane in org.knime.base.node.io.arffreader | |
---|---|
class |
ARFFReaderNodeDialog
Contains the dialog for the ARFF file reader. |
Methods in org.knime.base.node.io.arffreader that return NodeDialogPane | |
---|---|
NodeDialogPane |
ARFFReaderNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.io.arffwriter |
---|
Subclasses of NodeDialogPane in org.knime.base.node.io.arffwriter | |
---|---|
class |
ARFFWriterNodeDialog
Contains the dialog for the ARFF file writer. |
Methods in org.knime.base.node.io.arffwriter that return NodeDialogPane | |
---|---|
NodeDialogPane |
ARFFWriterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.io.csvwriter |
---|
Subclasses of NodeDialogPane in org.knime.base.node.io.csvwriter | |
---|---|
class |
CSVWriterNodeDialog
Dialog to choose a file for csv output. |
Methods in org.knime.base.node.io.csvwriter that return NodeDialogPane | |
---|---|
NodeDialogPane |
CSVWriterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.io.database |
---|
Subclasses of NodeDialogPane in org.knime.base.node.io.database | |
---|---|
class |
DatabaseLoopingNodeDialogPane
|
(package private) class |
DBColumnFilterNodeDialogPane
|
(package private) class |
DBConnectionWriterDialogPane
Dialog pane of the database connection writer. |
(package private) class |
DBQueryNodeDialogPane
|
(package private) class |
DBReaderDialogPane
|
(package private) class |
DBRowFilterNodeDialogPane
|
(package private) class |
DBWriterDialogPane
Dialog pane of the database writer. |
Methods in org.knime.base.node.io.database that return NodeDialogPane | |
---|---|
NodeDialogPane |
DBConnectionNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
DBColumnFilterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
DBQueryNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
DBReaderConnectionNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
DatabaseLoopingNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
DBConnectionWriterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
DBReaderNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
DBWriterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
DBRowFilterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.io.def |
---|
Methods in org.knime.base.node.io.def that return NodeDialogPane | |
---|---|
NodeDialogPane |
DefaultTableNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.io.filereader |
---|
Subclasses of NodeDialogPane in org.knime.base.node.io.filereader | |
---|---|
(package private) class |
FileReaderNodeDialog
|
class |
VariableFileReaderNodeDialog
|
Methods in org.knime.base.node.io.filereader that return NodeDialogPane | |
---|---|
NodeDialogPane |
FileReaderNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
VariableFileReaderNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.io.pmml.read |
---|
Subclasses of NodeDialogPane in org.knime.base.node.io.pmml.read | |
---|---|
class |
PMMLReaderNodeDialog
|
Methods in org.knime.base.node.io.pmml.read that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
PMMLReaderNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.io.pmml.write |
---|
Subclasses of NodeDialogPane in org.knime.base.node.io.pmml.write | |
---|---|
class |
PMMLWriterNodeDialog
|
Methods in org.knime.base.node.io.pmml.write that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
PMMLWriterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.io.portobject |
---|
Subclasses of NodeDialogPane in org.knime.base.node.io.portobject | |
---|---|
class |
PortObjectReaderNodeDialog
Dialog for the ModelContent Reader Node - allows user to choose file name and directory. |
class |
PortObjectWriterNodeDialog
Dialog for the Predictor Writer Node - allows user to choose file name and directory. |
Methods in org.knime.base.node.io.portobject that return NodeDialogPane | |
---|---|
NodeDialogPane |
PortObjectWriterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
PortObjectReaderNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.io.table.read |
---|
Subclasses of NodeDialogPane in org.knime.base.node.io.table.read | |
---|---|
class |
ReadTableNodeDialogPane
Simple dialog with just a file browser. |
Methods in org.knime.base.node.io.table.read that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ReadTableNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.io.table.write |
---|
Subclasses of NodeDialogPane in org.knime.base.node.io.table.write | |
---|---|
class |
WriteTableNodeDialogPane
Dialog for the node to write arbitrary tables to a file. |
Methods in org.knime.base.node.io.table.write that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
WriteTableNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.meta.feature.backwardelim |
---|
Subclasses of NodeDialogPane in org.knime.base.node.meta.feature.backwardelim | |
---|---|
class |
BWElimFilterNodeDialog
This class is the dialog for the feature filter node. |
class |
BWElimLoopEndNodeDialog
This class is the dialog for the elimination loop's tail node. |
Methods in org.knime.base.node.meta.feature.backwardelim that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
BWElimLoopStart1NodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
BWElimLoopStart2NodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
BWElimFilterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
BWElimLoopEndNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.meta.looper |
---|
Subclasses of NodeDialogPane in org.knime.base.node.meta.looper | |
---|---|
class |
LoopEndNodeDialog
This is the dialog for the loop end node. |
class |
LoopStartCountNodeDialog
This class is the dialog for the looper node. |
class |
LoopStartIntervalNodeDialog
This is the dialog for the interval looper node. |
Methods in org.knime.base.node.meta.looper that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
LoopStartIntervalNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
LoopStartCountNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
LoopEndNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.meta.looper.condition |
---|
Subclasses of NodeDialogPane in org.knime.base.node.meta.looper.condition | |
---|---|
class |
LoopEndConditionNodeDialog
This class is the dialog for the condition loop tail node in which the user can enter the condition. |
Methods in org.knime.base.node.meta.looper.condition that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
LoopStartGenericNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
LoopEndConditionNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.meta.xvalidation |
---|
Subclasses of NodeDialogPane in org.knime.base.node.meta.xvalidation | |
---|---|
class |
AggregateOutputNodeDialogPane
This dialog lets the user choose the column containing the predicted class values and the column containing the real class values. |
class |
XValidateDialog
This is the simple dialog for the cross validation node. |
Methods in org.knime.base.node.meta.xvalidation that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
AggregateOutputNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
XValidatePartitionerFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.bayes.naivebayes.learner |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.bayes.naivebayes.learner | |
---|---|
class |
NaiveBayesLearnerNodeDialog
NodeDialog for the "Naive Bayes Learner" node. |
Methods in org.knime.base.node.mine.bayes.naivebayes.learner that return NodeDialogPane | |
---|---|
NodeDialogPane |
NaiveBayesLearnerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.bayes.naivebayes.predictor |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.bayes.naivebayes.predictor | |
---|---|
class |
NaiveBayesPredictorNodeDialog
NodeDialog for the "Naive Bayes Predictor" Node. |
Methods in org.knime.base.node.mine.bayes.naivebayes.predictor that return NodeDialogPane | |
---|---|
NodeDialogPane |
NaiveBayesPredictorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.bfn |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.bfn | |
---|---|
class |
BasisFunctionLearnerNodeDialogPane
Abstract dialog pane used showing a column filter panel for class column selected and a panel for general learner options. |
class |
BasisFunctionPredictorNodeDialog
A dialog to apply data to basis functions. |
Uses of NodeDialogPane in org.knime.base.node.mine.bfn.fuzzy |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.bfn.fuzzy | |
---|---|
class |
FuzzyBasisFunctionLearnerNodeDialog
A dialog for the fuzzy basisfunction learner to set the following properties: theta minus, theta plus, and a distance measurement. |
Methods in org.knime.base.node.mine.bfn.fuzzy that return NodeDialogPane | |
---|---|
NodeDialogPane |
FuzzyBasisFunctionLearnerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
FuzzyBasisFunctionPredictorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.bfn.radial |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.bfn.radial | |
---|---|
class |
RadialBasisFunctionLearnerNodeDialog
A dialog for PNN learner to set properties, such as theta minus and plus. |
Methods in org.knime.base.node.mine.bfn.radial that return NodeDialogPane | |
---|---|
NodeDialogPane |
RadialBasisFunctionLearnerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
RadialBasisFunctionPredictorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.cluster.assign |
---|
Methods in org.knime.base.node.mine.cluster.assign that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ClusterAssignerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.cluster.fuzzycmeans |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.cluster.fuzzycmeans | |
---|---|
class |
FuzzyClusterNodeDialog
Dialog for FuzzyClusterNodeModel - allows to adjust number of
clusters and other properties. |
Methods in org.knime.base.node.mine.cluster.fuzzycmeans that return NodeDialogPane | |
---|---|
NodeDialogPane |
FuzzyClusterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.cluster.hierarchical |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.cluster.hierarchical | |
---|---|
(package private) class |
HierarchicalClusterNodeDialog
A dialog to get the number of output clusters, the distance function and the linkage type for cluster. |
Methods in org.knime.base.node.mine.cluster.hierarchical that return NodeDialogPane | |
---|---|
NodeDialogPane |
HierarchicalClusterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.cluster.kmeans |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.cluster.kmeans | |
---|---|
class |
ClusterNodeDialog
Dialog for ClusterNodeModel - allows
to adjust number of clusters and other properties. |
Methods in org.knime.base.node.mine.cluster.kmeans that return NodeDialogPane | |
---|---|
NodeDialogPane |
ClusterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.decisiontree2.learner |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.decisiontree2.learner | |
---|---|
class |
DecisionTreeLearnerNodeDialog
Dialog for a decision tree learner node. |
Methods in org.knime.base.node.mine.decisiontree2.learner that return NodeDialogPane | |
---|---|
NodeDialogPane |
DecisionTreeLearnerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.decisiontree2.predictor |
---|
Methods in org.knime.base.node.mine.decisiontree2.predictor that return NodeDialogPane | |
---|---|
NodeDialogPane |
DecTreePredictorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.knn |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.knn | |
---|---|
class |
KnnNodeDialogPane
This class represens the dialog for the kNN node. |
Methods in org.knime.base.node.mine.knn that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
KnnNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.mds |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.mds | |
---|---|
class |
MDSNodeDialog
The dialog of the MDS node. |
Methods in org.knime.base.node.mine.mds that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
MDSNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.mds.mdsprojection |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.mds.mdsprojection | |
---|---|
class |
MDSProjectionNodeDialog
The dialog of the MDS projection node. |
Methods in org.knime.base.node.mine.mds.mdsprojection that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
MDSProjectionNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.neural.mlp |
---|
Methods in org.knime.base.node.mine.neural.mlp that return NodeDialogPane | |
---|---|
NodeDialogPane |
MLPPredictorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.neural.rprop |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.neural.rprop | |
---|---|
class |
RPropNodeDialog
The RPropNodeDialog allows to configure the settings (nr. |
Methods in org.knime.base.node.mine.neural.rprop that return NodeDialogPane | |
---|---|
NodeDialogPane |
RPropNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.pca |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.pca | |
---|---|
class |
PCAApplyNodeDialog
Node dialog for PCA predictor node. |
class |
PCAComputeNodeDialog
Node dialog for PCA Learner. |
class |
PCANodeDialog
Dialog for the PCA node. |
class |
PCAReverseNodeDialog
Dialog for pca inversion. |
Methods in org.knime.base.node.mine.pca that return NodeDialogPane | |
---|---|
NodeDialogPane |
PCANodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
PCAApplyNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
PCAReverseNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
PCAComputeNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.regression.linear.learn |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.regression.linear.learn | |
---|---|
class |
LinRegLearnerNodeDialogPane
Dialog for the linear regression learner. |
Methods in org.knime.base.node.mine.regression.linear.learn that return NodeDialogPane | |
---|---|
NodeDialogPane |
LinRegLearnerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.regression.polynomial.learner |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.regression.polynomial.learner | |
---|---|
class |
PolyRegLearnerDialog
This is the dialog for the polynomial regression learner node. |
Methods in org.knime.base.node.mine.regression.polynomial.learner that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
PolyRegLearnerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.regression.predict |
---|
Methods in org.knime.base.node.mine.regression.predict that return NodeDialogPane | |
---|---|
NodeDialogPane |
RegressionPredictorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.scorer.accuracy |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.scorer.accuracy | |
---|---|
class |
AccuracyScorerNodeDialog
A dialog for the scorer to set the two table columns to score for. |
Methods in org.knime.base.node.mine.scorer.accuracy that return NodeDialogPane | |
---|---|
NodeDialogPane |
AccuracyScorerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.scorer.entrop |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.scorer.entrop | |
---|---|
class |
EntropyNodeDialogPane
|
Methods in org.knime.base.node.mine.scorer.entrop that return NodeDialogPane | |
---|---|
NodeDialogPane |
NewEntropyNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.smote |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.smote | |
---|---|
class |
SmoteNodeDialog
Dialog for smote. |
Methods in org.knime.base.node.mine.smote that return NodeDialogPane | |
---|---|
NodeDialogPane |
SmoteNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.sota |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.sota | |
---|---|
class |
SotaNodeDialog
|
Methods in org.knime.base.node.mine.sota that return NodeDialogPane | |
---|---|
NodeDialogPane |
SotaLearnerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.sota.predictor |
---|
Methods in org.knime.base.node.mine.sota.predictor that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
SotaPredictorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.subgroupminer |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.subgroupminer | |
---|---|
class |
BitVectorGeneratorNodeDialog
The dialog for the BitvectorGeneratorNode. |
class |
SubgroupMinerDialog
The dialog for the subgroup miner node. |
Methods in org.knime.base.node.mine.subgroupminer that return NodeDialogPane | |
---|---|
NodeDialogPane |
BitVectorGeneratorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
SubgroupMinerFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.svm.learner |
---|
Subclasses of NodeDialogPane in org.knime.base.node.mine.svm.learner | |
---|---|
class |
SVMLearnerNodeDialog
Dialog for the SVM Learner. |
Methods in org.knime.base.node.mine.svm.learner that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
SVMLearnerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.mine.svm.predictor |
---|
Methods in org.knime.base.node.mine.svm.predictor that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
SVMPredictorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.append.row |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.append.row | |
---|---|
class |
AppendedRowsNodeDialog
Dialog that allows for treatment of duplicate row keys. |
Methods in org.knime.base.node.preproc.append.row that return NodeDialogPane | |
---|---|
NodeDialogPane |
AppendedRowsNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.binner |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.binner | |
---|---|
(package private) class |
BinnerNodeDialogPane
Binner dialog used to group numeric columns (int or double) into intervals. |
Methods in org.knime.base.node.preproc.binner that return NodeDialogPane | |
---|---|
NodeDialogPane |
BinnerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.caseconvert |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.caseconvert | |
---|---|
class |
CaseConvertNodeDialog
Dialog for the CaseConvertNodeModel . |
Methods in org.knime.base.node.preproc.caseconvert that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
CaseConvertNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.cellsplit |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.cellsplit | |
---|---|
class |
CellSplitterNodeDialogPane
|
Methods in org.knime.base.node.preproc.cellsplit that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
CellSplitterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.cellsplitbypos |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.cellsplitbypos | |
---|---|
class |
CellSplitterByPosNodeDialog
Dialog for the CellSplitterByPos node. |
Methods in org.knime.base.node.preproc.cellsplitbypos that return NodeDialogPane | |
---|---|
NodeDialogPane |
CellSplitterByPosNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.colcombine |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.colcombine | |
---|---|
class |
ColCombineNodeDialog
NodeDialog for the "ColCombine" Node. |
Methods in org.knime.base.node.preproc.colcombine that return NodeDialogPane | |
---|---|
NodeDialogPane |
ColCombineNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.colcompare |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.colcompare | |
---|---|
class |
ColumnComparatorNodeDialogPane
Comparator node dialog pane to select two columns for comparison, replacement value or missing, and a new column name to append. |
Methods in org.knime.base.node.preproc.colcompare that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ColumnComparatorNodeFactory.createNodeDialogPane()
|
Uses of NodeDialogPane in org.knime.base.node.preproc.colconvert |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.colconvert | |
---|---|
class |
ColConvertNodeDialog
Dialog for the ColConvertNodeModel . |
Methods in org.knime.base.node.preproc.colconvert that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ColConvertNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.colconvert.numbertostring |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.colconvert.numbertostring | |
---|---|
class |
NumberToStringNodeDialog
Dialog for the Number to String Node. |
Methods in org.knime.base.node.preproc.colconvert.numbertostring that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
NumberToStringNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.colconvert.stringtonumber |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.colconvert.stringtonumber | |
---|---|
class |
StringToNumberNodeDialog
Dialog for the String to Number Node. |
Methods in org.knime.base.node.preproc.colconvert.stringtonumber that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
StringToNumberNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.colsort |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.colsort | |
---|---|
class |
ColumnResorterNodeDialog
|
Methods in org.knime.base.node.preproc.colsort that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ColumnResorterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.columnTrans |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.columnTrans | |
---|---|
class |
Many2OneColNodeDialog
NodeDialog for the "Many2One" Node. |
class |
One2ManyColNodeDialog
|
Methods in org.knime.base.node.preproc.columnTrans that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
One2ManyColNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
Many2OneColNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.correlation.pmcc |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.correlation.pmcc | |
---|---|
class |
PMCCFilterNodeDialogPane
|
class |
PMCCNodeDialogPane
Dialog for correlation node. |
Methods in org.knime.base.node.preproc.correlation.pmcc that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
PMCCNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
PMCCFilterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.discretization.caim2.modelapply |
---|
Methods in org.knime.base.node.preproc.discretization.caim2.modelapply that return NodeDialogPane | |
---|---|
NodeDialogPane |
Discretization2ApplyNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.discretization.caim2.modelcreator |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.discretization.caim2.modelcreator | |
---|---|
class |
CAIMDiscretizationNodeDialog
Dialog for the CAIM discretization algorithm. |
Methods in org.knime.base.node.preproc.discretization.caim2.modelcreator that return NodeDialogPane | |
---|---|
NodeDialogPane |
CAIMDiscretization2NodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.domain |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.domain | |
---|---|
class |
DomainNodeDialogPane
|
Methods in org.knime.base.node.preproc.domain that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
DomainNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.double2int |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.double2int | |
---|---|
class |
DoubleToIntNodeDialog
Dialog for the double to integer Node. |
Methods in org.knime.base.node.preproc.double2int that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
DoubleToIntNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.filter.column |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.filter.column | |
---|---|
(package private) class |
FilterColumnNodeDialog
This is the dialog for the column filter. |
Methods in org.knime.base.node.preproc.filter.column that return NodeDialogPane | |
---|---|
NodeDialogPane |
FilterColumnNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.filter.columnref |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.filter.columnref | |
---|---|
class |
ColumnFilterRefNodeDialogPane
The dialog pane to filter column which offers options to include or exclude column and two check column type compatibility. |
Methods in org.knime.base.node.preproc.filter.columnref that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ColumnFilterRefNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.filter.hilite |
---|
Methods in org.knime.base.node.preproc.filter.hilite that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
HiliteFilterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.filter.hilite.collector |
---|
Methods in org.knime.base.node.preproc.filter.hilite.collector that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
HiLiteCollectorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.filter.nominal |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.filter.nominal | |
---|---|
class |
NominalValueRowFilterNodeDialog
NodeDialog for the "PossibleValueRowFilter" Node. |
Methods in org.knime.base.node.preproc.filter.nominal that return NodeDialogPane | |
---|---|
NodeDialogPane |
NominalValueRowFilterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.filter.row |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.filter.row | |
---|---|
class |
RowFilter2PortNodeDialog
|
class |
RowFilterNodeDialogPane
|
Methods in org.knime.base.node.preproc.filter.row that return NodeDialogPane | |
---|---|
NodeDialogPane |
RowFilter2PortNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
RowFilterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.filter.rowref |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.filter.rowref | |
---|---|
class |
RowFilterRefNodeDialogPane
The dialog pane for the Reference Row Filter node which offers an include and exclude option. |
Methods in org.knime.base.node.preproc.filter.rowref that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
RowFilterRefNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.groupby |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.groupby | |
---|---|
class |
GroupByNodeDialog
The node dialog of the group by node. |
Methods in org.knime.base.node.preproc.groupby that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
GroupByNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.joiner |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.joiner | |
---|---|
class |
NewJoinerNodeDialog
This is the dialog for the joiner node. |
Methods in org.knime.base.node.preproc.joiner that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
NewJoinerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.lowvarfilter |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.lowvarfilter | |
---|---|
class |
LowVarFilterNodeDialogPane
Dialog for low variance filter node. |
Methods in org.knime.base.node.preproc.lowvarfilter that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
LowVarFilterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.missingval |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.missingval | |
---|---|
class |
MissingValueHandlingNodeDialog
Dialog to the missing value handling node. |
Methods in org.knime.base.node.preproc.missingval that return NodeDialogPane | |
---|---|
NodeDialogPane |
MissingValueHandlingNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.normalize |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.normalize | |
---|---|
class |
NormalizerNodeDialog
The NormalizeNodeDialog lets the user choose the three different methods of normalization. |
Methods in org.knime.base.node.preproc.normalize that return NodeDialogPane | |
---|---|
NodeDialogPane |
NormalizerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
NormalizerApplyNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.partition |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.partition | |
---|---|
class |
PartitionNodeDialog
Dialog that allows to define the partitioning of the input table. |
Methods in org.knime.base.node.preproc.partition that return NodeDialogPane | |
---|---|
NodeDialogPane |
PartitionNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.pivot |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.pivot | |
---|---|
class |
PivotNodeDialogPane
Pivot dialog pane used to selected the pivot and group column, and optional an aggregation column. |
Methods in org.knime.base.node.preproc.pivot that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
PivotNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.regexsplit |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.regexsplit | |
---|---|
(package private) class |
RegexSplitNodeDialogPane
|
Methods in org.knime.base.node.preproc.regexsplit that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
RegexSplitNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.rename |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.rename | |
---|---|
class |
RenameNodeDialogPane
Dialog for the renaming node. |
Methods in org.knime.base.node.preproc.rename that return NodeDialogPane | |
---|---|
NodeDialogPane |
RenameNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.rowkey |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.rowkey | |
---|---|
class |
RowKeyNodeDialog
The node dialog of the row key manipulation node. |
Methods in org.knime.base.node.preproc.rowkey that return NodeDialogPane | |
---|---|
NodeDialogPane |
RowKeyNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.rowsplit |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.rowsplit | |
---|---|
class |
NumericRowSplitterNodeDialogPane
|
Methods in org.knime.base.node.preproc.rowsplit that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
NumericRowSplitterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.sample |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.sample | |
---|---|
class |
SamplingNodeDialog
Dialog for sampling node. |
Methods in org.knime.base.node.preproc.sample that return NodeDialogPane | |
---|---|
NodeDialogPane |
SamplingNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.setoperator |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.setoperator | |
---|---|
class |
SetOperatorNodeDialog
|
Methods in org.knime.base.node.preproc.setoperator that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
SetOperatorNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.shuffle |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.shuffle | |
---|---|
class |
ShuffleNodeDialogPane
Dialog to enter a seed. |
Methods in org.knime.base.node.preproc.shuffle that return NodeDialogPane | |
---|---|
NodeDialogPane |
ShuffleNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.sorter |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.sorter | |
---|---|
class |
SorterNodeDialog
Dialog for choosing the columns that will be sorted. |
Methods in org.knime.base.node.preproc.sorter that return NodeDialogPane | |
---|---|
NodeDialogPane |
SorterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.split |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.split | |
---|---|
class |
SplitNodeDialog
Dialog with a column filter which is used to define the split of the columns. |
Methods in org.knime.base.node.preproc.split that return NodeDialogPane | |
---|---|
NodeDialogPane |
SplitNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.stringreplacer |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.stringreplacer | |
---|---|
class |
StringReplacerDialog
This is the dialog for the string replacer node where the user can enter the pattern, the replacement string and several other options. |
Methods in org.knime.base.node.preproc.stringreplacer that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
StringReplacerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.stringreplacer.dict |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.stringreplacer.dict | |
---|---|
(package private) class |
SearchReplaceDictNodeDialogPane
Dialog for Search & Replace (Dictionary) node. |
Methods in org.knime.base.node.preproc.stringreplacer.dict that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
SearchReplaceDictNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.transpose |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.transpose | |
---|---|
class |
TransposeTableNodeDialogPane
|
Methods in org.knime.base.node.preproc.transpose that return NodeDialogPane | |
---|---|
NodeDialogPane |
TransposeTableNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.unpivot |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.unpivot | |
---|---|
class |
UnpivotNodeDialogPane
|
Methods in org.knime.base.node.preproc.unpivot that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
UnpivotNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.preproc.valcount |
---|
Subclasses of NodeDialogPane in org.knime.base.node.preproc.valcount | |
---|---|
class |
ValueCounterNodeDialog
This class is the dialog for the value counter dialog that lets the user selected an arbitrary column. |
Methods in org.knime.base.node.preproc.valcount that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ValueCounterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.rules |
---|
Subclasses of NodeDialogPane in org.knime.base.node.rules | |
---|---|
class |
RuleEngineNodeDialog
|
Methods in org.knime.base.node.rules that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
RuleEngineNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.util.cache |
---|
Methods in org.knime.base.node.util.cache that return NodeDialogPane | |
---|---|
NodeDialogPane |
CacheNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.util.sampledata |
---|
Subclasses of NodeDialogPane in org.knime.base.node.util.sampledata | |
---|---|
class |
SampleDataNodeDialog
|
Methods in org.knime.base.node.util.sampledata that return NodeDialogPane | |
---|---|
NodeDialogPane |
SampleDataNodeFactory.createNodeDialogPane()
Throws exception so far. |
Uses of NodeDialogPane in org.knime.base.node.viz.condbox |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.condbox | |
---|---|
class |
ConditionalBoxPlotNodeDialog
This class provides the configuration dialog for the conditional box plot node. |
Methods in org.knime.base.node.viz.condbox that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ConditionalBoxPlotNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.enrichment |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.enrichment | |
---|---|
class |
EnrichmentPlotterDialog
This is the dialog for the enrichment plotter in which the two columns for the curves are selected. |
Methods in org.knime.base.node.viz.enrichment that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
EnrichmentPlotterFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.histogram.node |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.histogram.node | |
---|---|
class |
FixedColumnHistogramDialogPane
|
class |
HistogramNodeDialogPane
The dialog of the HistogramNodeModel where the user can
define the x column and the number of rows. |
Methods in org.knime.base.node.viz.histogram.node that return NodeDialogPane | |
---|---|
NodeDialogPane |
FixedColumnHistogramNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
HistogramNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.liftchart |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.liftchart | |
---|---|
class |
LiftChartNodeDialog
Class for an configuration dialog for the lift chart node. |
Methods in org.knime.base.node.viz.liftchart that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
LiftChartNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.pie.node |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.pie.node | |
---|---|
class |
PieNodeDialogPane
The dialog of the PieNodeModel where the user can
define the x column and the number of rows. |
Methods in org.knime.base.node.viz.pie.node that return NodeDialogPane | |
---|---|
NodeDialogPane |
PieNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.plotter.box |
---|
Methods in org.knime.base.node.viz.plotter.box that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
BoxPlotNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.plotter.line |
---|
Methods in org.knime.base.node.viz.plotter.line that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
LinePlotterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.plotter.node |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.plotter.node | |
---|---|
class |
DefaultVisualizationNodeDialog
Lets the user define the maximum number of rows to be displayed. |
Uses of NodeDialogPane in org.knime.base.node.viz.plotter.parcoord |
---|
Methods in org.knime.base.node.viz.plotter.parcoord that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ParallelCoordinateNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.plotter.scatter |
---|
Methods in org.knime.base.node.viz.plotter.scatter that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ScatterPlotterNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.plotter.scattermatrix |
---|
Methods in org.knime.base.node.viz.plotter.scattermatrix that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ScatterMatrixNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.property.color |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.property.color | |
---|---|
class |
ColorAppender2NodeDialogPane
Dialog to select column to apply colors to. |
(package private) class |
ColorManager2NodeDialogPane
Color manager dialog which shows all columns of the input data and its corresponding values inside two combo boxes divided by range and nominal ones. |
Methods in org.knime.base.node.viz.property.color that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ColorAppender2NodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
ColorManager2NodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.property.shape |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.property.shape | |
---|---|
class |
ShapeAppenderNodeDialogPane
Dialog to select column to apply shape to. |
(package private) class |
ShapeManagerNodeDialogPane
|
Methods in org.knime.base.node.viz.property.shape that return NodeDialogPane | |
---|---|
NodeDialogPane |
ShapeManagerNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
ShapeAppenderNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.property.size |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.property.size | |
---|---|
class |
SizeAppenderNodeDialogPane
Dialog to select column to apply size to. |
class |
SizeManager2NodeDialogPane
|
Methods in org.knime.base.node.viz.property.size that return NodeDialogPane | |
---|---|
NodeDialogPane |
SizeManager2NodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
protected NodeDialogPane |
SizeAppenderNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.roc |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.roc | |
---|---|
class |
ROCNodeDialog
This dialog lets the user set the necessary values for drawing ROC curves. |
Methods in org.knime.base.node.viz.roc that return NodeDialogPane | |
---|---|
protected NodeDialogPane |
ROCNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.base.node.viz.statistics |
---|
Subclasses of NodeDialogPane in org.knime.base.node.viz.statistics | |
---|---|
class |
Statistics2NodeDialogPane
Node dialog for the Statistics node. |
Methods in org.knime.base.node.viz.statistics that return NodeDialogPane | |
---|---|
NodeDialogPane |
Statistics2NodeFactory.createNodeDialogPane()
This node has no dialog. |
Uses of NodeDialogPane in org.knime.base.node.viz.table |
---|
Methods in org.knime.base.node.viz.table that return NodeDialogPane | |
---|---|
NodeDialogPane |
TableNodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
Uses of NodeDialogPane in org.knime.core.node |
---|
Subclasses of NodeDialogPane in org.knime.core.node | |
---|---|
class |
EmptyNodeDialogPane
An empty dialog, which is used to create dialogs with only miscellaneous tabs (such as memory policy and job selector panel). |
Methods in org.knime.core.node that return NodeDialogPane | |
---|---|
protected abstract NodeDialogPane |
NodeFactory.createNodeDialogPane()
Creates and returns a new node dialog pane, if NodeFactory.hasDialog()
returns true . |
NodeDialogPane |
Node.getDialogPane()
Get reference to the node dialog instance. |
NodeDialogPane |
Node.getDialogPaneWithSettings(PortObjectSpec[] inSpecs,
FlowObjectStack foStack,
NodeSettingsRO settings)
|
(package private) NodeDialogPane |
FlowVariableModel.getParent()
|
Constructors in org.knime.core.node with parameters of type NodeDialogPane | |
---|---|
FlowVariableModel(NodeDialogPane parent,
String[] keys,
FlowVariable.Type type)
Create a new WVM object. |
|
NodeDialog(NodeDialogPane pane,
NodeContainer node)
Creates a new dialog which is used for the stand-alone application in order to view the NodeDialogPane . |
Uses of NodeDialogPane in org.knime.core.node.defaultnodesettings |
---|
Subclasses of NodeDialogPane in org.knime.core.node.defaultnodesettings | |
---|---|
class |
DefaultNodeSettingsPane
Default implementation for a NodeDialogPane that allows to add standard DialogComponents which will be displayed in a standard way and automatically stored and retrieved in the node settings objects. |
Uses of NodeDialogPane in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow that return NodeDialogPane | |
---|---|
(package private) abstract NodeDialogPane |
NodeContainer.getDialogPane()
|
(package private) NodeDialogPane |
WorkflowManager.getDialogPane()
|
(package private) NodeDialogPane |
SingleNodeContainer.getDialogPane()
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |