Package | Description |
---|---|
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
org.eclipse.core.runtime.jobs |
Provides core support for scheduling and interacting with background activity.
|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWorkspaceRunnable
This interface is structurally equivalent to
ICoreRunnable . |
Modifier and Type | Method and Description |
---|---|
void |
IWorkspace.run(ICoreRunnable action,
IProgressMonitor monitor)
Runs the given action as an atomic workspace operation.
|
void |
IWorkspace.run(ICoreRunnable action,
ISchedulingRule rule,
int flags,
IProgressMonitor monitor)
Runs the given action as an atomic workspace operation.
|
Modifier and Type | Method and Description |
---|---|
static Job |
Job.create(String name,
ICoreRunnable runnable)
Creates a new Job that will execute the provided runnable when it runs.
|
static Job |
Job.createSystem(ICoreRunnable runnable)
Creates a new system
Job that will execute the provided runnable
when it runs. |
static Job |
Job.createSystem(String name,
ICoreRunnable runnable)
Creates a new system
Job with the given name that will execute
the provided runnable when it runs. |
Modifier and Type | Class and Description |
---|---|
class |
RunToLineHandler
Handles a run to line operation.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckConditionsOperation
Operation that, when run, checks the preconditions of the
Refactoring
passed on creation. |
class |
CreateChangeOperation
Operation that, when performed, creates a
Change object for a given
refactoring. |
class |
PerformChangeOperation
Operation that, when run, performs a
Change object. |
class |
PerformRefactoringHistoryOperation
Operation that, when run, executes a series of refactoring sequentially.
|
class |
PerformRefactoringOperation
Operation that, when run, executes a refactoring.
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.