- finish() - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
-
finish the task, remove the task's component from the progress bar UI, any additional incoming events from the
contributors will be ignored.
- finish() - Method in class org.netbeans.api.progress.aggregate.ProgressContributor
-
finish the contributor, possibly also the whole task if this instance was
the last one to finish.
- finish() - Method in class org.netbeans.api.progress.ProgressHandle
-
Finish the task, remove the task's component from the progress bar UI.
- finish() - Method in class org.netbeans.modules.progress.spi.InternalHandle
-
finish the task, remove the task's component from the progress bar UI.
- finished(ProgressContributor) - Method in interface org.netbeans.api.progress.aggregate.ProgressMonitor
-
the given contributor finished it's work.