Uses of Interface
editor.util.IRunnableWithProgress
Packages that use IRunnableWithProgress
-
Uses of IRunnableWithProgress in editor.util
Methods in editor.util with parameters of type IRunnableWithProgressModifier and TypeMethodDescriptionprotected static ProgressFeedbackProgressFeedback.runWithProgress(IRunnableWithProgress task, ProgressFeedback progressFeedback) static ProgressFeedbackProgressFeedback.runWithProgress(String strNotice, IRunnableWithProgress task) A helper method that executes a task in a worker thread and displays feedback in a progress windows.static ProgressFeedbackProgressFeedback.runWithProgress(String strNotice, IRunnableWithProgress task, boolean bHideAbortBtn) static ProgressFeedbackProgressFeedback.runWithProgress(String strNotice, IRunnableWithProgress task, boolean bHideAbortBtn, boolean bShowInStudioGlassPane)