Uses of Interface
org.eclipse.core.resources.IResourceDelta
Package
Description
Provides basic support for managing a workspace and
its resources.
Provides APIs for integrating application models with the workspace
Application programming interfaces for working with resource mappings.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.APIs for the IDE-specific portion of the Eclipse Platform User Interface.
Provides a workbench adapter for displaying workbench elements in the UI without
having to know the concrete type of the element, and various label providers for
workbench-specific objects like editors, views, and perspectives.
-
Uses of IResourceDelta in org.eclipse.core.resources
Modifier and TypeMethodDescriptionIResourceDelta.findMember
(IPath path) Finds and returns the descendent delta identified by the given path in this delta, ornull
if no such descendent exists.IResourceDelta.getAffectedChildren()
Returns resource deltas for all children of this resource which were added, removed, or changed.IResourceDelta.getAffectedChildren
(int kindMask) Returns resource deltas for all children of this resource whose kind is included in the given mask.IResourceDelta.getAffectedChildren
(int kindMask, int memberFlags) Returns resource deltas for all children of this resource whose kind is included in the given mask.final IResourceDelta
Returns the resource delta recording the changes in the given project since the last time this builder was run.IResourceChangeEvent.getDelta()
Returns a resource delta, rooted at the workspace, describing the set of changes that happened to resources in the workspace.Modifier and TypeMethodDescriptionboolean
IResourceDeltaVisitor.visit
(IResourceDelta delta) Visits the given resource delta. -
Uses of IResourceDelta in org.eclipse.core.resources.mapping
Modifier and TypeMethodDescriptionIResourceChangeDescriptionFactory.getDelta()
Return the proposed delta that has been accumulated by this factory.Modifier and TypeMethodDescriptionModelProvider.validateChange
(IResourceDelta delta, IProgressMonitor monitor) Validates the proposed changes contained in the given delta.ResourceChangeValidator.validateChange
(IResourceDelta delta, IProgressMonitor monitor) Validate the proposed changes contained in the given delta by consulting all model providers to determine if the changes have any adverse side effects. -
Uses of IResourceDelta in org.eclipse.team.core.mapping
Modifier and TypeMethodDescriptionprotected boolean
ChangeTracker.isChangeOfInterest
(IResourceDelta delta) Return whether the given delta represents a change of interest. -
Uses of IResourceDelta in org.eclipse.ui.editors.text
Modifier and TypeMethodDescriptionboolean
FileDocumentProvider.FileSynchronizer.visit
(IResourceDelta delta) -
Uses of IResourceDelta in org.eclipse.ui.ide
Modifier and TypeMethodDescriptionstatic boolean
IDE.promptToConfirm
(Shell shell, String title, String message, IResourceDelta delta, String[] ignoreModelProviderIds, boolean syncExec) Prompt the user to inform them of the possible side effects of an operation on resources. -
Uses of IResourceDelta in org.eclipse.ui.model
Modifier and TypeMethodDescriptionprotected void
WorkbenchContentProvider.processDelta
(IResourceDelta delta) Process the resource delta.