Package | Description |
---|---|
org.eclipse.core.resources.mapping |
Provides APIs for integrating application models with the workspace
Package Specification
This package specifies the APIs in the Resources plug-in that are used to integrate
application models with the workspace.
|
org.eclipse.ltk.core.refactoring.participants |
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
|
org.eclipse.ui.ide.undo |
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
|
Modifier and Type | Method and Description |
---|---|
IResourceChangeDescriptionFactory |
ResourceChangeValidator.createDeltaFactory()
Return an empty change description factory that can be used to build a
proposed resource delta.
|
Modifier and Type | Method and Description |
---|---|
IResourceChangeDescriptionFactory |
ResourceChangeChecker.getDeltaFactory()
Returns the delta factory to be used to record resource
operations.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
MoveResourcesOperation.updateResourceChangeDescriptionFactory(IResourceChangeDescriptionFactory factory,
int operation) |
protected boolean |
AbstractWorkspaceOperation.updateResourceChangeDescriptionFactory(IResourceChangeDescriptionFactory factory,
int operation)
Update the provided resource change description factory so it can
generate a resource delta describing the result of an undo or redo.
|
protected boolean |
CopyResourcesOperation.updateResourceChangeDescriptionFactory(IResourceChangeDescriptionFactory factory,
int operation) |
protected boolean |
DeleteResourcesOperation.updateResourceChangeDescriptionFactory(IResourceChangeDescriptionFactory factory,
int operation) |
protected boolean |
MoveProjectOperation.updateResourceChangeDescriptionFactory(IResourceChangeDescriptionFactory factory,
int operation) |
protected boolean |
CopyProjectOperation.updateResourceChangeDescriptionFactory(IResourceChangeDescriptionFactory factory,
int operation) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.