Uses of Class
org.knime.core.node.workflow.NodeMessage

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

Uses of NodeMessage in org.knime.core.node.workflow
 

Fields in org.knime.core.node.workflow declared as NodeMessage
static NodeMessage NodeMessage.NONE
          Convenience member to signal that there is no message.
 

Methods in org.knime.core.node.workflow that return NodeMessage
 NodeMessage NodeMessageEvent.getMessage()
           
 NodeMessage NodeContainerMetaPersistor.getNodeMessage()
           
 NodeMessage NodeContainerMetaPersistorVersion1xx.getNodeMessage()
          
 NodeMessage NodeContainer.getNodeMessage()
          Get the message to be displayed to the user.
 NodeMessage CopyNodeContainerMetaPersistor.getNodeMessage()
          
protected  NodeMessage NodeContainerMetaPersistorVersion200.loadNodeMessage(NodeSettingsRO settings)
          
protected  NodeMessage NodeContainerMetaPersistorVersion1xx.loadNodeMessage(NodeSettingsRO settings)
           
static NodeMessage NodeMessage.merge(NodeMessage m1, NodeMessage m2)
          Merges two messages.
 

Methods in org.knime.core.node.workflow that return types with arguments of type NodeMessage
 List<NodeMessage> WorkflowManager.getNodeErrorMessages()
           
 

Methods in org.knime.core.node.workflow with parameters of type NodeMessage
static NodeMessage NodeMessage.merge(NodeMessage m1, NodeMessage m2)
          Merges two messages.
 void NodeContainer.setNodeMessage(NodeMessage newMessage)
           
 

Constructors in org.knime.core.node.workflow with parameters of type NodeMessage
NodeMessageEvent(NodeID nodeId, NodeMessage message)
           
 

Uses of NodeMessage in org.knime.core.node.workflow.execresult
 

Methods in org.knime.core.node.workflow.execresult that return NodeMessage
 NodeMessage NodeContainerExecutionResult.getNodeMessage()
          Get a node message that was set during execution.
 

Methods in org.knime.core.node.workflow.execresult with parameters of type NodeMessage
 void NodeContainerExecutionResult.setMessage(NodeMessage message)
          Set a node message.
 



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.