Uses of Package
org.knime.core.webui.node.dialog
Packages that use org.knime.core.webui.node.dialog
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.THis package contains the rpc data service
DefaultNodeDialogDataServiceImpl of a
DefaultNodeDialog.This package contains defines
JsonFormsSettings containing:
Data (see JsonFormsDataUtil
Schema (see org.knime.core.webui.node.dialog.defaultdialog.jsonforms.schema)
UiSchema (see org.knime.core.webui.node.dialog.defaultdialog.jsonforms.uischema)
This package offers an factory for simple WebUI nodes making use of
DefaultNodeSettings.-
Classes in org.knime.core.webui.node.dialog used by org.knime.core.webui.node.dialogClassDescriptionRepresents
NodeSettingsROandVariableSettingsRO.RepresentsNodeSettingsWOandVariableSettingsWO.Represents a dialog of a node.Can be implemented and provided to the NodeDialog upon creation.Implemented byNodeFactorys to register a node dialog.Manages (web-ui) node dialog instances and provides associated functionality.Functionality aroundNodeSettingsas required by theNodeDialog.A settings type (usually associated withNodeSettingsinstances) denotes whether certain settings are going to be loaded into aNodeModelor aNodeView.Gives access to the variable settings tree.Write-only settings for using and exposing other settings via flow variables. -
Classes in org.knime.core.webui.node.dialog used by org.knime.core.webui.node.dialog.defaultdialogClassDescriptionRepresents
NodeSettingsROandVariableSettingsRO.RepresentsNodeSettingsWOandVariableSettingsWO.Represents a dialog of a node.Can be implemented and provided to the NodeDialog upon creation.Functionality aroundNodeSettingsas required by theNodeDialog.A settings type (usually associated withNodeSettingsinstances) denotes whether certain settings are going to be loaded into aNodeModelor aNodeView. -
Classes in org.knime.core.webui.node.dialog used by org.knime.core.webui.node.dialog.defaultdialog.dataserviceClassDescriptionA settings type (usually associated with
NodeSettingsinstances) denotes whether certain settings are going to be loaded into aNodeModelor aNodeView. -
Classes in org.knime.core.webui.node.dialog used by org.knime.core.webui.node.dialog.defaultdialog.jsonformsClassDescriptionA settings type (usually associated with
NodeSettingsinstances) denotes whether certain settings are going to be loaded into aNodeModelor aNodeView. -
Classes in org.knime.core.webui.node.dialog used by org.knime.core.webui.node.dialog.defaultdialog.settingsconversionClassDescriptionA settings type (usually associated with
NodeSettingsinstances) denotes whether certain settings are going to be loaded into aNodeModelor aNodeView.Gives access to the variable settings tree.Write-only settings for using and exposing other settings via flow variables. -
Classes in org.knime.core.webui.node.dialog used by org.knime.core.webui.node.dialog.internalClassDescriptionA settings type (usually associated with
NodeSettingsinstances) denotes whether certain settings are going to be loaded into aNodeModelor aNodeView.Gives access to the variable settings tree.Write-only settings for using and exposing other settings via flow variables. -
Classes in org.knime.core.webui.node.dialog used by org.knime.core.webui.node.implClassDescriptionRepresents a dialog of a node.Implemented by
NodeFactorys to register a node dialog.