Package | Description |
---|---|
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
org.eclipse.debug.core.model |
Defines interfaces for debug model elements, source lookup, and launching.
|
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.
|
org.eclipse.team.core.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.core.mapping.provider |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.core.subscribers |
Application programming interfaces for generating and refreshing
synchronization state.
|
org.eclipse.team.core.variants |
Application programming interfaces for accessing and managing resource variants.
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkspace.run(IWorkspaceRunnable action,
IProgressMonitor monitor)
Runs the given action as an atomic workspace operation.
|
void |
IWorkspace.run(IWorkspaceRunnable action,
ISchedulingRule rule,
int flags,
IProgressMonitor monitor)
Runs the given action as an atomic workspace operation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Breakpoint.run(ISchedulingRule rule,
IWorkspaceRunnable wr)
Execute the given workspace runnable with the scheduling rule to use when running the operation.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IMergeContext.run(IWorkspaceRunnable runnable,
ISchedulingRule rule,
int flags,
IProgressMonitor monitor)
Runs the given action as an atomic workspace operation.
|
Modifier and Type | Method and Description |
---|---|
void |
MergeContext.run(IWorkspaceRunnable runnable,
ISchedulingRule rule,
int flags,
IProgressMonitor monitor)
|
Modifier and Type | Method and Description |
---|---|
protected void |
SubscriberMergeContext.runInBackground(IWorkspaceRunnable runnable)
Run the given runnable when the background handler
for this context is idle.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreeWaySynchronizer.run(IResource resourceRule,
IWorkspaceRunnable runnable,
IProgressMonitor monitor)
Perform multiple sync state modifications and fire only a single change notification
at the end.
|
void |
ResourceVariantByteStore.run(IResource root,
IWorkspaceRunnable runnable,
IProgressMonitor monitor)
Run the given action which may contain multiple modifications
to the byte store.
|
void |
PersistantResourceVariantByteStore.run(IResource root,
IWorkspaceRunnable runnable,
IProgressMonitor monitor) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.