Uses of Interface
org.knime.core.webui.node.dialog.NodeDialog
Packages that use NodeDialog
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 offers an factory for simple WebUI nodes making use of
DefaultNodeSettings.-
Uses of NodeDialog in org.knime.core.webui.node.dialog
Methods in org.knime.core.webui.node.dialog that return NodeDialogModifier and TypeMethodDescriptionNodeDialogFactory.createNodeDialog()Creates a new node dialog instance.SubNodeContainerDialogFactory.createNodeDialog()Methods in org.knime.core.webui.node.dialog with parameters of type NodeDialogModifier and TypeMethodDescriptionstatic org.knime.core.node.NodeDialogPaneNodeDialogManager.createLegacyFlowVariableNodeDialog(NodeDialog dialog) -
Uses of NodeDialog in org.knime.core.webui.node.dialog.defaultdialog
Classes in org.knime.core.webui.node.dialog.defaultdialog that implement NodeDialogModifier and TypeClassDescriptionfinal classDefault node dialog implementation where all the dialog widgets are defined through aDefaultNodeSettings-implementation. -
Uses of NodeDialog in org.knime.core.webui.node.impl
Methods in org.knime.core.webui.node.impl that return NodeDialog