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

S

setDisplayName(String) - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
change the display name of the progress task.
setDisplayName(String) - Method in class org.netbeans.api.progress.ProgressHandle
change the display name of the progress task.
setInitialDelay(int) - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
allows to set a custom initial delay for the progress task to appear in the status bar.
setInitialDelay(int) - Method in class org.netbeans.api.progress.ProgressHandle
Set a custom initial delay for the progress task to appear in the status bar.
setMonitor(ProgressMonitor) - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
allow to watch the incoming events from the individual progress contributors.
showProgressDialogAndRun(Runnable, ProgressHandle, boolean) - Static method in class org.netbeans.api.progress.ProgressUtils
Show a modal progress dialog that blocks the main window, while running the passed runnable on a background thread.
showProgressDialogAndRun(ProgressRunnable<T>, String, boolean) - Static method in class org.netbeans.api.progress.ProgressUtils
Show a modal progress dialog that blocks the main window, while running the passed runnable on a background thread.
showProgressDialogAndRun(Runnable, String) - Static method in class org.netbeans.api.progress.ProgressUtils
Show a modal progress dialog that blocks the main window, while running the passed runnable on a background thread with an indeterminate-state progress bar.
showProgressDialogAndRunLater(ProgressRunnable<T>, ProgressHandle, boolean) - Static method in class org.netbeans.api.progress.ProgressUtils
Show a modal progress dialog that blocks the main window while running a background process.
start() - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
start the progress indication for the task, shows the progress in the UI, events from the contributors are expected after this call.
start(long) - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
start the progress indication for the task with an initial time estimate, shows the progress in the UI, events from the contributors are expected after this call.
start(int) - Method in class org.netbeans.api.progress.aggregate.ProgressContributor
start the progress indication for a task with known number of steps.
start() - Method in class org.netbeans.api.progress.ProgressHandle
start the progress indication for indeterminate task.
start(int) - Method in class org.netbeans.api.progress.ProgressHandle
start the progress indication for a task with known number of steps.
start(int, long) - Method in class org.netbeans.api.progress.ProgressHandle
start the progress indication for a task with known number of steps and known time estimate for completing the task.
started(ProgressContributor) - Method in interface org.netbeans.api.progress.aggregate.ProgressMonitor
the given contributor started it's work.
suspend(String) - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
Currently running task can switch to silent suspend mode where the progress bar stops moving, hides completely or partially.
suspend(String) - Method in class org.netbeans.api.progress.ProgressHandle
Currently running task can switch to silent suspend mode where the progress bar stops moving, hides completely or partially.
switchToDeterminate(int) - Method in class org.netbeans.api.progress.ProgressHandle
Currently indeterminate task can be switched to show percentage completed.
switchToDeterminate(int, long) - Method in class org.netbeans.api.progress.ProgressHandle
Currently indeterminate task can be switched to show the time estimate til completion.
switchToIndeterminate() - Method in class org.netbeans.api.progress.ProgressHandle
Currently determinate task (with percentage or time estimate) can be switched to indeterminate mode.
A C F G O P R S 
org.netbeans.api.progress/1 1.24.1

Built on March 18 2014.  |  Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.