Uses of Interface
org.knime.core.webui.node.dialog.VariableSettingsWO
Packages that use VariableSettingsWO
Package
Description
The dialog of a node is an UI extension that allows a user to change node settings.
-
Uses of VariableSettingsWO in org.knime.core.webui.node.dialog
Subinterfaces of VariableSettingsWO in org.knime.core.webui.node.dialogMethods in org.knime.core.webui.node.dialog that return VariableSettingsWOModifier and TypeMethodDescriptionVariableSettingsWO.getOrCreateVariableSettings(String key) Access the variable settings of a settings group that was added byNodeSettings.addNodeSettings(String). -
Uses of VariableSettingsWO in org.knime.core.webui.node.dialog.defaultdialog.settingsconversion
Method parameters in org.knime.core.webui.node.dialog.defaultdialog.settingsconversion with type arguments of type VariableSettingsWOModifier and TypeMethodDescriptionstatic voidVariableSettingsUtil.rootJsonToVariableSettings(com.fasterxml.jackson.databind.JsonNode root, Map<SettingsType, VariableSettingsWO> variableSettings) This method reads the JSON representation of variables from the keyVariableSettingsUtil.FLOW_VARIABLE_SETTINGS_KEYand transforms them to node settings. -
Uses of VariableSettingsWO in org.knime.core.webui.node.dialog.internal
Classes in org.knime.core.webui.node.dialog.internal that implement VariableSettingsWOModifier and TypeClassDescriptionfinal classAn implementation ofVariableSettingsWOthat only adds the settings for the variables to the node settings if necessary.Methods in org.knime.core.webui.node.dialog.internal that return VariableSettingsWO