Uses of Interface
org.knime.core.node.workflow.NodeProgressListener

Packages that use NodeProgressListener
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
 

Uses of NodeProgressListener in org.knime.core.node
 

Classes in org.knime.core.node that implement NodeProgressListener
 class NodeProgressMonitorView
          A dialog that contains a progress bar, a label with a message, and a cancel button.
 

Methods in org.knime.core.node with parameters of type NodeProgressListener
 void NodeProgressMonitor.addProgressListener(NodeProgressListener l)
          Adds a new listener to the list of instances which are interested in receiving progress events.
 void DefaultNodeProgressMonitor.addProgressListener(NodeProgressListener l)
          Adds a new listener to the list of instances which are interested in receiving progress events.
 void DefaultNodeProgressMonitor.SubNodeProgressMonitor.addProgressListener(NodeProgressListener l)
          Must not be called.
 void NodeProgressMonitor.removeProgressListener(NodeProgressListener l)
          Removes the given listener from the list and will therefore no longer receive progress events.
 void DefaultNodeProgressMonitor.removeProgressListener(NodeProgressListener l)
          Removes the given listener from the list and will therefore no longer receive progress events.
 void DefaultNodeProgressMonitor.SubNodeProgressMonitor.removeProgressListener(NodeProgressListener l)
          Must not be called.
 

Constructors in org.knime.core.node with parameters of type NodeProgressListener
DefaultNodeProgressMonitor(NodeProgressListener l)
          Creates a new node progress monitor, with the cancel requested false, and no progress.
 

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

Classes in org.knime.core.node.workflow that implement NodeProgressListener
 class NodeContainer
          Abstract super class for containers holding node or just structural information of a meta node.
 class SingleNodeContainer
          Holds a node in addition to some status information.
 class WorkflowManager
          Container holding nodes and connections of a (sub) workflow.
 

Methods in org.knime.core.node.workflow with parameters of type NodeProgressListener
 boolean NodeContainer.addProgressListener(NodeProgressListener listener)
           
 boolean NodeContainer.removeNodeProgressListener(NodeProgressListener listener)
           
 



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.