Uses of Interface
org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory
Package
Description
Provides APIs for integrating application models with the workspace
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
-
Uses of IResourceChangeDescriptionFactory in org.eclipse.core.resources.mapping
Modifier and TypeMethodDescriptionResourceChangeValidator.createDeltaFactory()
Return an empty change description factory that can be used to build a proposed resource delta. -
Uses of IResourceChangeDescriptionFactory in org.eclipse.ltk.core.refactoring.participants
Modifier and TypeMethodDescriptionResourceChangeChecker.getDeltaFactory()
Returns the delta factory to be used to record resource operations. -
Uses of IResourceChangeDescriptionFactory in org.eclipse.ui.ide.undo
Modifier and TypeMethodDescriptionprotected 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
CopyProjectOperation.updateResourceChangeDescriptionFactory
(IResourceChangeDescriptionFactory factory, int operation) 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
MoveResourcesOperation.updateResourceChangeDescriptionFactory
(IResourceChangeDescriptionFactory factory, int operation)