- removeHandle(InternalHandle) - Method in class org.netbeans.modules.progress.spi.TaskModel
-
- removeListDataListener(ListDataListener) - Method in class org.netbeans.modules.progress.spi.TaskModel
-
- removeListSelectionListener(ListSelectionListener) - Method in class org.netbeans.modules.progress.spi.TaskModel
-
- requestAction(String, Action) - Method in class org.netbeans.modules.progress.spi.InternalHandle
-
Request a interaction callback to be attached to the Handle.
- requestCancel() - Method in class org.netbeans.modules.progress.spi.InternalHandle
-
- requestDisplayNameChange(String) - Method in class org.netbeans.modules.progress.spi.InternalHandle
-
- requestExplicitSelection() - Method in class org.netbeans.modules.progress.spi.InternalHandle
-
- requestStateSnapshot() - Method in class org.netbeans.modules.progress.spi.InternalHandle
-
- requestView() - Method in class org.netbeans.modules.progress.spi.InternalHandle
-
- resetTimer(int, boolean) - Method in class org.netbeans.modules.progress.spi.Controller
-
The method is responsible to start or stop a timing service in the environment.
- run(ProgressHandle) - Method in interface org.netbeans.api.progress.ProgressRunnable
-
Perform the background work
- runEvents() - Method in class org.netbeans.modules.progress.spi.Controller
-
Processes the queued events.
- runNow() - Method in class org.netbeans.modules.progress.spi.Controller
-
- RunOffEDTProvider - Interface in org.netbeans.modules.progress.spi
-
Interface for ProgressUtils.runOffEventDispatchThread() methods
- RunOffEDTProvider.Progress - Interface in org.netbeans.modules.progress.spi
-
Interface all RunOffEDTProviders should implement, which allows for
blocking the main window and showing a progress bar in a dialog while
executing a runnable.
- RunOffEDTProvider.Progress2 - Interface in org.netbeans.modules.progress.spi
-
- runOffEventDispatchThread(Runnable, String, AtomicBoolean, boolean) - Static method in class org.netbeans.api.progress.BaseProgressUtils
-
Runs operation out of event dispatch thread, blocks UI while operation is in progress.
- runOffEventDispatchThread(Runnable, String, AtomicBoolean, boolean, int, int) - Static method in class org.netbeans.api.progress.BaseProgressUtils
-
Runs operation out of event dispatch thread, blocks UI while operation is in progress.
- runOffEventDispatchThread(Runnable, String, AtomicBoolean, boolean, int, int) - Method in interface org.netbeans.modules.progress.spi.RunOffEDTProvider
-
- runOffEventThreadWithCustomDialogContent(Runnable, String, JPanel, int, int) - Method in interface org.netbeans.modules.progress.spi.RunOffEDTProvider.Progress2
-
- runOffEventThreadWithProgressDialog(Runnable, String, ProgressHandle, boolean, int, int) - Static method in class org.netbeans.api.progress.BaseProgressUtils
-
Runs operation out of the event thread, blocking the whole UI.
- runOffEventThreadWithProgressDialog(Runnable, String, ProgressHandle, boolean, int, int) - Method in interface org.netbeans.modules.progress.spi.RunOffEDTProvider.Progress2
-
Runs operation out of the event thread, blocking the whole UI.