org.netbeans.api.progress/1 1.20.2

Uses of Class
org.netbeans.api.progress.aggregate.ProgressContributor

Packages that use ProgressContributor
org.netbeans.api.progress.aggregate Advanced progress manipulation, allowing to construct a single progress indication bar from multiple, possibly independent sources. 
 

Uses of ProgressContributor in org.netbeans.api.progress.aggregate
 

Methods in org.netbeans.api.progress.aggregate that return ProgressContributor
static ProgressContributor AggregateProgressFactory.createProgressContributor(String trackingId)
           
 

Methods in org.netbeans.api.progress.aggregate with parameters of type ProgressContributor
 void AggregateProgressHandle.addContributor(ProgressContributor contributor)
          add a contributor to the global, aggregated progress.
static AggregateProgressHandle AggregateProgressFactory.createHandle(String displayName, ProgressContributor[] contributors, Cancellable allowToCancel, Action linkOutput)
          Create an aggregating progress ui handle for a long lasting task.
static AggregateProgressHandle AggregateProgressFactory.createSystemHandle(String displayName, ProgressContributor[] contributors, Cancellable allowToCancel, Action linkOutput)
          Create an aggregating progress ui handle for a long lasting task.
 void ProgressMonitor.finished(ProgressContributor contributor)
          the given contributor finished it's work.
 void ProgressMonitor.progressed(ProgressContributor contributor)
          the given contributor progressed in it's work.
 void ProgressMonitor.started(ProgressContributor contributor)
          the given contributor started it's work.
 


org.netbeans.api.progress/1 1.20.2

Built on April 28 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.