Uses of Class
org.knime.core.node.workflow.NodeContainer.State

Packages that use NodeContainer.State
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
 

Uses of NodeContainer.State in org.knime.core.node.workflow
 

Methods in org.knime.core.node.workflow that return NodeContainer.State
 NodeContainer.State NodeOutPortWrapper.getNodeState()
          
 NodeContainer.State NodeOutPort.getNodeState()
           
 NodeContainer.State NodeContainerOutPort.getNodeState()
          
 NodeContainer.State NodeContainerMetaPersistor.getState()
           
 NodeContainer.State NodeContainerMetaPersistorVersion1xx.getState()
          
 NodeContainer.State NodeContainer.getState()
           
 NodeContainer.State CopyNodeContainerMetaPersistor.getState()
          
 NodeContainer.State NodeStateEvent.getState()
           
protected  NodeContainer.State NodeContainerMetaPersistorVersion200.loadState(NodeSettingsRO settings, NodeSettingsRO parentSettings)
          Load the state of the node.
protected  NodeContainer.State NodeContainerMetaPersistorVersion1xx.loadState(NodeSettingsRO settings, NodeSettingsRO parentSettings)
          Load the state of the node.
static NodeContainer.State NodeContainer.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeContainer.State[] NodeContainer.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.knime.core.node.workflow with parameters of type NodeContainer.State
protected  void NodeContainer.setState(NodeContainer.State state)
          Set new status and notify listeners.
protected  boolean NodeContainer.setState(NodeContainer.State state, boolean setDirty)
          Set new status and notify listeners.
(package private) static NodePersistor.LoadNodeModelSettingsFailPolicy SingleNodeContainerPersistorVersion1xx.translateToFailPolicy(NodeContainer.State nodeState)
           
 

Constructors in org.knime.core.node.workflow with parameters of type NodeContainer.State
NodeStateEvent(NodeID src, NodeContainer.State state)
           
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.