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

Uses of Class org.netbeans.api.progress.aggregate.AggregateProgressHandle (Progress API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.progress/1 1.9.0 1

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

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

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

Methods in org.netbeans.api.progress.aggregate that return AggregateProgressHandle
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.
 

Methods in org.netbeans.api.progress.aggregate with parameters of type AggregateProgressHandle
static JLabel AggregateProgressFactory.createDetailLabelComponent(AggregateProgressHandle handle)
          Get the detail messages component for use in custom dialogs, the task won't show in the progress bar anymore.The text of the label is changed by calls to contributors' progress(String) methods.
static JLabel AggregateProgressFactory.createMainLabelComponent(AggregateProgressHandle handle)
          Get the task title component for use in custom dialogs, the task won't show in the progress bar anymore.
static JComponent AggregateProgressFactory.createProgressComponent(AggregateProgressHandle handle)
          Get the progress bar component for use in custom dialogs, the task won't show in the progress bar anymore.
 


org.netbeans.api.progress/1 1.9.0 1

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