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 Type
    Method
    Description
    Creates a new node dialog instance.
    default boolean
     
  • Method Details

    • hasNodeDialog

      default boolean hasNodeDialog()
      Returns:
      true if there is a dialog, otherwise false
    • createNodeDialog

      NodeDialog createNodeDialog()
      Creates a new node dialog instance. It is guaranteed that a NodeContext is available when the method is called.
      Returns:
      a new node dialog instance