- 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
-
- createHandle(String) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
-
- createHandle(String, Cancellable) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
-
- createHandle(String, Action) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
-
- createHandle(String, Cancellable, Action) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
-
- 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.
- createSystemHandle(String, ProgressContributor[], Cancellable, Action) - Static method in class org.netbeans.api.progress.aggregate.AggregateProgressFactory
-
- createSystemHandle(String) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
-
- createSystemHandle(String, Cancellable) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
-
- createSystemHandle(String, Cancellable, Action) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
-
- createSystemUIHandle(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.
- createUIHandle(String, Cancellable, Action) - Static method in class org.netbeans.api.progress.ProgressHandleFactory
-
Create a progress UI handle for a long lasting task.
- createWorker() - Method in class org.netbeans.modules.progress.spi.SwingController
-