Uses of Interface
org.knime.core.webui.node.dialog.VariableSettingsRO
Packages that use VariableSettingsRO
Package
Description
The dialog of a node is an UI extension that allows a user to change node settings.
-
Uses of VariableSettingsRO in org.knime.core.webui.node.dialog
Subinterfaces of VariableSettingsRO in org.knime.core.webui.node.dialogMethods in org.knime.core.webui.node.dialog that return VariableSettingsRO -
Uses of VariableSettingsRO 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 VariableSettingsROModifier and TypeMethodDescriptionstatic voidVariableSettingsUtil.addVariableSettingsToRootJson(com.fasterxml.jackson.databind.node.ObjectNode root, Map<SettingsType, VariableSettingsRO> settings, DefaultNodeSettings.DefaultNodeSettingsContext context) Transforms the given variable settings to an object node which is to be provide within the top-level node of the data provided to the front-end and adds it to the given root. -
Uses of VariableSettingsRO in org.knime.core.webui.node.dialog.internal
Classes in org.knime.core.webui.node.dialog.internal that implement VariableSettingsROModifier 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 VariableSettingsRO