Interface SingleNodeContainerUI

All Superinterfaces:
EventListener, org.knime.core.node.workflow.NodeContainerStateObservable, NodeContainerUI, org.knime.core.node.workflow.NodeProgressListener, UI
All Known Subinterfaces:
NativeNodeContainerUI, SubNodeContainerUI
All Known Implementing Classes:
NativeNodeContainerWrapper, SingleNodeContainerWrapper, SubNodeContainerWrapper

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

    • isMemberOfScope

      boolean isMemberOfScope()
      Check if the given node is part of a scope (loop, try/catch...).
      Returns:
      true if node is part of a scope context.
      Since:
      2.8
    • isInactive

      boolean isInactive()
      Returns:
      true if configure or execute were skipped because node is part of an inactive branch.
      See Also:
      • Node#isInactive()
    • getXMLDescription

      Element getXMLDescription()
      Returns:
      the XML description of the node for the NodeDescription view