Uses of Interface
org.knime.core.webui.node.dialog.NodeAndVariableSettingsWO
Packages that use NodeAndVariableSettingsWO
Package
Description
The dialog of a node is an UI extension that allows a user to change node settings.
This package offers a default implementation of a Node Dialog as described in
org.knime.core.webui.node.dialog.-
Uses of NodeAndVariableSettingsWO in org.knime.core.webui.node.dialog
Method parameters in org.knime.core.webui.node.dialog with type arguments of type NodeAndVariableSettingsWOModifier and TypeMethodDescriptionvoidNodeSettingsService.toNodeSettings(String textSettings, Map<SettingsType, NodeAndVariableSettingsWO> settings) Called when dialog settings are applied. -
Uses of NodeAndVariableSettingsWO in org.knime.core.webui.node.dialog.defaultdialog
Method parameters in org.knime.core.webui.node.dialog.defaultdialog with type arguments of type NodeAndVariableSettingsWOModifier and TypeMethodDescriptionvoidDefaultNodeSettingsServiceWithVariables.toNodeSettings(String textSettings, Map<SettingsType, NodeAndVariableSettingsWO> settings)