Skip navigation links
org.netbeans.api.progress/1 1.63
A B C D E F G I M N O P R S T 

S

setController(Controller) - Method in class org.netbeans.modules.progress.spi.InternalHandle
 
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.
setInitialDelay(int) - Method in class org.netbeans.modules.progress.spi.InternalHandle
 
setModel(TaskModel) - Method in interface org.netbeans.modules.progress.spi.ProgressUIWorkerWithModel
 
setMonitor(ProgressMonitor) - Method in class org.netbeans.api.progress.aggregate.AggregateProgressHandle
allow to watch the incoming events from the individual progress contributors.
showPopup() - Method in interface org.netbeans.modules.progress.spi.ProgressUIWorkerWithModel
 
showProgressDialogAndRun(Runnable, ProgressHandle, boolean) - Static method in class org.netbeans.api.progress.BaseProgressUtils
Show a modal progress dialog that blocks the main window and all other currently displayed frames or dialogs, while running the passed runnable on a background thread.
showProgressDialogAndRun(ProgressRunnable<T>, String, boolean) - Static method in class org.netbeans.api.progress.BaseProgressUtils
Show a modal progress dialog that blocks the main window and all other currently displayed frames or dialogs, while running the passed runnable on a background thread.
showProgressDialogAndRun(Runnable, String) - Static method in class org.netbeans.api.progress.BaseProgressUtils
Show a modal progress dialog that blocks the main window and all other currently displayed frames or dialogs, while running the passed runnable on a background thread with an indeterminate-state progress bar.
showProgressDialogAndRun(Runnable, ProgressHandle, boolean) - Method in interface org.netbeans.modules.progress.spi.RunOffEDTProvider.Progress
Show a modal progress dialog that blocks the main window while running a background process.
showProgressDialogAndRun(ProgressRunnable<T>, String, boolean) - Method in interface org.netbeans.modules.progress.spi.RunOffEDTProvider.Progress
Show a modal progress dialog that blocks the main window while running a background process.
showProgressDialogAndRunLater(ProgressRunnable<T>, ProgressHandle, boolean) - Static method in class org.netbeans.api.progress.BaseProgressUtils
Show a modal progress dialog that blocks the main window and all other currently displayed frames or dialogs while running a background process.
showProgressDialogAndRunLater(ProgressRunnable<T>, ProgressHandle, boolean) - Method in interface org.netbeans.modules.progress.spi.RunOffEDTProvider.Progress
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.
start(String, int, long) - Method in class org.netbeans.modules.progress.spi.InternalHandle
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.
STATE_FINISHED - Static variable in class org.netbeans.modules.progress.spi.InternalHandle
 
STATE_INITIALIZED - Static variable in class org.netbeans.modules.progress.spi.InternalHandle
 
STATE_REQUEST_STOP - Static variable in class org.netbeans.modules.progress.spi.InternalHandle
 
STATE_RUNNING - Static variable in class org.netbeans.modules.progress.spi.InternalHandle
 
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
Current 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 B C D E F G I M N O P R S T 
Skip navigation links
org.netbeans.api.progress/1 1.63