Uses of Class
editor.util.ProgressFeedback
Packages that use ProgressFeedback
-
Uses of ProgressFeedback in editor.util
Methods in editor.util that return ProgressFeedbackModifier and TypeMethodDescriptionprotected 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) Methods in editor.util with parameters of type ProgressFeedbackModifier and TypeMethodDescriptionprotected static ProgressFeedback
ProgressFeedback.runWithProgress
(IRunnableWithProgress task, ProgressFeedback progressFeedback)