Class NodeDialogEnt


public class NodeDialogEnt extends NodeUIExtensionEnt<NodeWrapper>
Node dialog entity containing the info required by the UI (i.e. frontend) to be able to display a node dialog.
Author:
Martin Horn, KNIME GmbH, Konstanz, Germany
  • Constructor Details

    • NodeDialogEnt

      public NodeDialogEnt(org.knime.core.node.workflow.SingleNodeContainer nc)
      Parameters:
      nc -
  • Method Details

    • getHasNodeView

      public boolean getHasNodeView()
      Returns:
      true if the node this dialog belongs to also has a node view, otherwise false
    • isWriteProtected

      public boolean isWriteProtected()
      Returns:
      true if the dialog settings can't be saved (e.g. meaning that the OK-button is disabled); otherwise false