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

org.netbeans.api.progress.aggregate (NetBeans Progress API) - NetBeans API Javadoc 5.0.0

 

Package org.netbeans.api.progress.aggregate

Advanced progress manipulation, allowing to construct a single progress indication bar from multiple, possibly independent sources.

See:
          Description

Interface Summary
ProgressMonitor Interface allowing to monitor the progress within the agrregated handle.
 

Class Summary
AggregateProgressFactory Factory for creation of aggregate progress indication handles and individual contributor instances.
AggregateProgressHandle a progress handle that allows aggregation of progress indication from multiple independant sources.
ProgressContributor A contributor to the aggragete progress indication.
 

Package org.netbeans.api.progress.aggregate Description

Advanced progress manipulation, allowing to construct a single progress indication bar from multiple, possibly independent sources.

Note: The APIs in the package resemble the APIs from the main package but are separate.
There are the same visualization options as with the regular progress indication, with additional customization options provided.


 

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