| Package | Description |
|---|---|
| editor.util |
| Modifier and Type | Method and Description |
|---|---|
protected static ProgressFeedback |
ProgressFeedback.runWithProgress(IRunnableWithProgress task,
ProgressFeedback progressFeedback) |
static ProgressFeedback |
ProgressFeedback.runWithProgress(String strNotice,
IRunnableWithProgress task)
A helper method that executes a task in a worker thread and displays feedback
in a progress windows.
|
static ProgressFeedback |
ProgressFeedback.runWithProgress(String strNotice,
IRunnableWithProgress task,
boolean bHideAbortBtn) |
static ProgressFeedback |
ProgressFeedback.runWithProgress(String strNotice,
IRunnableWithProgress task,
boolean bHideAbortBtn,
boolean bShowInStudioGlassPane) |
Copyright © 2018. All rights reserved.