Uses of Interface
org.knime.core.node.NodeProgressMonitor

Packages that use NodeProgressMonitor
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
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 NodeProgressMonitor in org.knime.base.node.io.filereader
 

Constructors in org.knime.base.node.io.filereader with parameters of type NodeProgressMonitor
FileReaderExecutionMonitor(NodeProgressMonitor progressMonitor)
          Creates a new object with the specified NodeProgressMonitor.
 

Uses of NodeProgressMonitor in org.knime.core.node
 

Classes in org.knime.core.node that implement NodeProgressMonitor
 class DefaultNodeProgressMonitor
          The default node progress monitor which keep a progress value between 0 and 1, and a progress message.
(package private) static class DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
          Silent progress monitor which does only forward changed of the progress value rather than progress message.
(package private) static class DefaultNodeProgressMonitor.SubNodeProgressMonitor
          Progress monitor that is used by "sub-progresses", it doesn't have the range [0, 1] but only [0, b] where b is user-defined.
 

Methods in org.knime.core.node that return NodeProgressMonitor
(package private)  NodeProgressMonitor ExecutionMonitor.createSilentSubProgressMonitor(double maxProg)
          Factory method to create a new silent sub progress monitor.
(package private)  NodeProgressMonitor ExecutionMonitor.createSubProgressMonitor(double maxProg)
          Factory method to create a new sub progress monitor.
 NodeProgressMonitor NodeProgressMonitorView.getMonitor()
          Reference to the underlying progress monitor.
 NodeProgressMonitor ExecutionMonitor.getProgressMonitor()
           
 

Constructors in org.knime.core.node with parameters of type NodeProgressMonitor
DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor(NodeProgressMonitor parent, double max)
           
DefaultNodeProgressMonitor.SubNodeProgressMonitor(NodeProgressMonitor parent, double max)
          Creates new sub progress monitor.
ExecutionContext(NodeProgressMonitor progMon, Node node)
          Deprecated. Use the constructor with a table repository argument instead. This constructor potentially does not support serialization of blobs.
ExecutionContext(NodeProgressMonitor progMon, Node node, SingleNodeContainer.MemoryPolicy policy, HashMap<Integer,ContainerTable> tableRepository)
          Creates new object based on a progress monitor and a node as parent of any created buffered data table.
ExecutionMonitor(NodeProgressMonitor progress)
          Creates a new execution monitor with the given progress monitor which can be null.
NodeProgressMonitorView(Frame parent, NodeProgressMonitor mon)
          Constructor that takes the underlying model mon and a frame, which is the parent (or the frame to be modal to).
 

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

Methods in org.knime.core.node.workflow that return NodeProgressMonitor
(package private)  NodeProgressMonitor NodeContainer.getProgressMonitor()
           
 



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.