站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Class org.netbeans.api.progress.aggregate.ProgressContributor (NetBeans Progress API) - NetBeans API Javadoc 5.0.0

 

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 ProgressMonitor.started(ProgressContributor contributor)
          the given contributor started it's work.
 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 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.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.