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

C-Index (Progress API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.progress/1 1.9.0 1
A C F G O P S

C

createDetailLabelComponent(AggregateProgressHandle) - Static method in class org.netbeans.api.progress.aggregate.AggregateProgressFactory
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.
createDetailLabelComponent(ProgressHandle) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
Get the detail messages component for use in custom dialogs, the task won't show in the progress bar anymore.
createHandle(String, ProgressContributor[], Cancellable, Action) - Static method in class org.netbeans.api.progress.aggregate.AggregateProgressFactory
Create an aggregating progress ui handle for a long lasting task.
createHandle(String) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
Create a progress ui handle for a long lasting task.
createHandle(String, Cancellable) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
Create a progress ui handle for a long lasting task.
createHandle(String, Action) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
Create a progress ui handle for a long lasting task.
createHandle(String, Cancellable, Action) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
Create a progress ui handle for a long lasting task.
createMainLabelComponent(AggregateProgressHandle) - Static method in class org.netbeans.api.progress.aggregate.AggregateProgressFactory
Get the task title component for use in custom dialogs, the task won't show in the progress bar anymore.
createMainLabelComponent(ProgressHandle) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
Get the task title component for use in custom dialogs, the task won't show in the progress bar anymore.
createProgressComponent(AggregateProgressHandle) - Static method in class org.netbeans.api.progress.aggregate.AggregateProgressFactory
Get the progress bar component for use in custom dialogs, the task won't show in the progress bar anymore.
createProgressComponent(ProgressHandle) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
Get the progress bar component for use in custom dialogs, the task won't show in the progress bar anymore.
createProgressContributor(String) - Static method in class org.netbeans.api.progress.aggregate.AggregateProgressFactory
 
createSystemHandle(String, ProgressContributor[], Cancellable, Action) - Static method in class org.netbeans.api.progress.aggregate.AggregateProgressFactory
Create an aggregating progress ui handle for a long lasting task.
createSystemHandle(String) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
Create a handle for a long lasting task that is not triggered by explicit user action.
createSystemHandle(String, Cancellable) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
Create a cancelable handle for a task that is not triggered by explicit user action.
createSystemHandle(String, Cancellable, Action) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
Create a progress ui handle for a task that is not triggered by explicit user action.

org.netbeans.api.progress/1 1.9.0 1
A C F G O P S
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.