Uses of Interface
org.eclipse.core.runtime.ICoreRunnable
Packages that use ICoreRunnable
Package
Description
Provides basic support for managing a workspace and
its resources.
Provides core support for scheduling and interacting with background activity.
Provides a set of actions related to running and debugging applications.
Application programmer interface to implement semantic preserving workspace transformations.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of ICoreRunnable in org.eclipse.core.resources
Subinterfaces of ICoreRunnable in org.eclipse.core.resourcesModifier and TypeInterfaceDescriptioninterfaceThis interface is structurally equivalent toICoreRunnable.Methods in org.eclipse.core.resources with parameters of type ICoreRunnableModifier and TypeMethodDescriptionvoidIWorkspace.run(ICoreRunnable action, IProgressMonitor monitor) Runs the given action as an atomic workspace operation.voidIWorkspace.run(ICoreRunnable action, ISchedulingRule rule, int flags, IProgressMonitor monitor) Runs the given action as an atomic workspace operation. -
Uses of ICoreRunnable in org.eclipse.core.runtime.jobs
Methods in org.eclipse.core.runtime.jobs with parameters of type ICoreRunnableModifier and TypeMethodDescriptionstatic JobJob.create(String name, ICoreRunnable runnable) Creates a new Job that will execute the provided runnable when it runs.static JobJob.createSystem(String name, ICoreRunnable runnable) Creates a new systemJobwith the given name that will execute the provided runnable when it runs. -
Uses of ICoreRunnable in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement ICoreRunnable -
Uses of ICoreRunnable in org.eclipse.ltk.core.refactoring
Classes in org.eclipse.ltk.core.refactoring that implement ICoreRunnableModifier and TypeClassDescriptionclassOperation that, when run, checks the preconditions of theRefactoringpassed on creation.classOperation that, when performed, creates aChangeobject for a given refactoring.classOperation that, when run, performs aChangeobject.classOperation that, when run, executes a series of refactoring sequentially.classOperation that, when run, executes a refactoring. -
Uses of ICoreRunnable in org.eclipse.ui.progress
Methods in org.eclipse.ui.progress with parameters of type ICoreRunnableModifier and TypeMethodDescriptionstatic UIJobUIJob.create(String name, ICoreRunnable runnable) Creates a new UIJob that will execute the provided runnable in the UI thread when it runs.