|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogComponent | |
---|---|
org.knime.base.node.mine.pca | This package contains all classes for the PCA (principal component analysis) Node. |
org.knime.base.node.mine.svm.learner | This subpackage contains all classes for the SVM Learner Node. |
org.knime.base.node.viz.histogram.util | Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns. |
org.knime.core.node.defaultnodesettings | Contains default dialog components, which can be used to quickly create a simple dialog. |
Uses of DialogComponent in org.knime.base.node.mine.pca |
---|
Subclasses of DialogComponent in org.knime.base.node.mine.pca | |
---|---|
class |
DialogComponentChoiceConfig
dialog component for dimension selection in PCA configuration, used for SettingsModelPCADimensions |
Uses of DialogComponent in org.knime.base.node.mine.svm.learner |
---|
Methods in org.knime.base.node.mine.svm.learner with parameters of type DialogComponent | |
---|---|
(package private) void |
KernelPanel.addComponent(DialogComponent comp)
|
Uses of DialogComponent in org.knime.base.node.viz.histogram.util |
---|
Subclasses of DialogComponent in org.knime.base.node.viz.histogram.util | |
---|---|
class |
AggregationColumnDialogComponent
|
Uses of DialogComponent in org.knime.core.node.defaultnodesettings |
---|
Subclasses of DialogComponent in org.knime.core.node.defaultnodesettings | |
---|---|
class |
DialogComponentBoolean
Provides a standard component for a dialog that allows to edit a boolean value. |
class |
DialogComponentButton
Provides a component containing a button. |
class |
DialogComponentButtonGroup
A standard component to display radio buttons. |
class |
DialogComponentButtonLabel
Provides a component containing a button and a label. |
class |
DialogComponentColumnFilter
Provides a component for column filtering. |
class |
DialogComponentColumnNameSelection
Provides a standard component for a dialog that allows to select a column in a given DataTableSpec . |
class |
DialogComponentDoubleRange
Allows the user to enter a floating point number range. |
class |
DialogComponentFileChooser
A standard component allowing to choose a location(directory) and/or file name. |
class |
DialogComponentLabel
Provides a component containing a label. |
class |
DialogComponentMultiLineString
|
class |
DialogComponentNumber
Provide a standard component for a dialog that allows to edit number value. |
class |
DialogComponentNumberEdit
Provides a standard component for a dialog that allows to edit a number value. |
class |
DialogComponentPasswordField
Provide a standard component for a dialog that allows to edit a text field. |
class |
DialogComponentString
Provide a standard component for a dialog that allows to edit a text field. |
class |
DialogComponentStringListSelection
Provide a standard component for a dialog that allows to select one or more strings from a list of strings. |
class |
DialogComponentStringSelection
Provide a standard component for a dialog that allows to select a string from a list of strings. |
Methods in org.knime.core.node.defaultnodesettings with parameters of type DialogComponent | |
---|---|
void |
DefaultNodeSettingsPane.addDialogComponent(DialogComponent diaC)
Add a new DialogComponent to the underlying dialog. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |