Uses of Class
org.eclipse.ui.progress.UIJob
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of UIJob in org.eclipse.ui.progress
Modifier and TypeClassDescriptionclass
WorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling.Modifier and TypeMethodDescriptionstatic UIJob
UIJob.create
(String name, ICoreRunnable runnable) Creates a new UIJob that will execute the provided runnable in the UI thread when it runs.static UIJob
UIJob.create
(String name, IJobFunction function) Creates a new UIJob that will execute the provided function in the UI thread when it runs.