Interface SubNodeContainerUI

All Superinterfaces:
EventListener, org.knime.core.node.workflow.NodeContainerStateObservable, NodeContainerUI, org.knime.core.node.workflow.NodeProgressListener, SingleNodeContainerUI, UI
All Known Implementing Classes:
SubNodeContainerWrapper

public interface SubNodeContainerUI extends SingleNodeContainerUI, UI
UI-interface that mirrors the SubNodeContainer.
Author:
Martin Horn, University of Konstanz
  • Method Details

    • getVirtualInNodeID

      org.knime.core.node.workflow.NodeID getVirtualInNodeID()
      Returns:
      the inNodeID
    • getVirtualOutNodeID

      org.knime.core.node.workflow.NodeID getVirtualOutNodeID()
      Returns:
      the outNodeID
    • getWorkflowManager

      WorkflowManagerUI getWorkflowManager()
      Returns:
      underlying workflow.
    • isWriteProtected

      boolean isWriteProtected()
      Is this workflow represents a linked metanode (locked for edit). This flag is only a hint for the UI -- non of the add/remove operations will read this flag.
      Returns:
      Whether edit operations are not permitted.
    • hasWizardPage

      boolean hasWizardPage()
      Returns:
      whether the component has a composite view