Package org.knime.core.webui.node.dialog
Interface NodeDialogFactory
- All Known Implementing Classes:
SubNodeContainerDialogFactory,WebUINodeFactory
public interface NodeDialogFactory
Implemented by
NodeFactorys to register a node dialog.
Pending API - needs to be integrated with NodeFactory eventually.- Since:
- 4.5
- Author:
- Martin Horn, KNIME GmbH, Konstanz, Germany
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new node dialog instance.default boolean
-
Method Details
-
hasNodeDialog
default boolean hasNodeDialog()- Returns:
trueif there is a dialog, otherwisefalse
-
createNodeDialog
NodeDialog createNodeDialog()Creates a new node dialog instance. It is guaranteed that aNodeContextis available when the method is called.- Returns:
- a new node dialog instance
-