- close() - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
-
- close() - Method in class org.netbeans.api.progress.ProgressHandle
-
- Controller - Class in org.netbeans.modules.progress.spi
-
- Controller(ProgressUIWorker) - Constructor for class org.netbeans.modules.progress.spi.Controller
-
Creates a new instance of Controller
- copyMessageFromEarlier(ProgressEvent) - Method in class org.netbeans.modules.progress.spi.ProgressEvent
-
used in controller, preserve dynamic message from earlier events
if this one doesn't have it's own.
- createHandle(String, ProgressContributor[], Cancellable) - Static method in class org.netbeans.api.progress.aggregate.BasicAggregateProgressFactory
-
Create an aggregating progress ui handle for a long lasting task.
- createHandle(String, ProgressContributor[], Cancellable, Action) - Static method in class org.netbeans.api.progress.aggregate.BasicAggregateProgressFactory
-
Create an aggregating progress ui handle for a long lasting task.
- createHandle(String) - Static method in class org.netbeans.api.progress.ProgressHandle
-
Create a progress ui handle for a long lasting task.
- createHandle(String, Cancellable) - Static method in class org.netbeans.api.progress.ProgressHandle
-
Create a progress ui handle for a long lasting task.
- createHandle(String, Cancellable, Action) - Static method in class org.netbeans.api.progress.ProgressHandle
-
Creates a potentially cancellable handle, which can deliver an event if the user 'triggers' the handle.
- createHandle(String, Cancellable, boolean) - Method in interface org.netbeans.modules.progress.spi.ProgressEnvironment
-
Creates a ProgressHandle with the specified parameters.
- createProgressContributor(String) - Static method in class org.netbeans.api.progress.aggregate.BasicAggregateProgressFactory
-
- createProgressHandle() - Method in class org.netbeans.modules.progress.spi.InternalHandle
-
- createSystemHandle(String, ProgressContributor[], Cancellable, Action) - Static method in class org.netbeans.api.progress.aggregate.BasicAggregateProgressFactory
-
Create an aggregating progress ui handle for a long lasting task.
- createSystemHandle(String, Cancellable) - Static method in class org.netbeans.api.progress.ProgressHandle
-
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.ProgressHandle
-
Creates a possibly cancellable handle, not initiated by the user, e.g.
- createWorker() - Method in class org.netbeans.modules.progress.spi.Controller
-
Creates a worker.