|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResourceDelta | |
---|---|
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
org.eclipse.ui.editors.text | Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. |
org.eclipse.ui.model | 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 |
---|
Methods in org.eclipse.core.resources that return IResourceDelta | |
IResourceDelta |
IncrementalProjectBuilder.getDelta(IProject project)
Returns the resource delta recording the changes in the given project since the last time this builder was run. |
IResourceDelta |
IResourceDelta.findMember(IPath path)
Finds and returns the descendent delta identified by the given path in this delta, or null if no such descendent exists.
|
IResourceDelta[] |
IResourceDelta.getAffectedChildren()
Returns resource deltas for all children of this resource which were added, removed, or changed. |
IResourceDelta[] |
IResourceDelta.getAffectedChildren(int kindMask)
Returns resource deltas for all children of this resource whose kind is included in the given mask. |
IResourceDelta[] |
IResourceDelta.getAffectedChildren(int kindMask,
int memberFlags)
Returns resource deltas for all children of this resource whose kind is included in the given mask. |
IResourceDelta |
IResourceChangeEvent.getDelta()
Returns a resource delta, rooted at the workspace, describing the set of changes that happened to resources in the workspace. |
Methods in org.eclipse.core.resources with parameters of type IResourceDelta | |
boolean |
IResourceDeltaVisitor.visit(IResourceDelta delta)
Visits the given resource delta. |
Uses of IResourceDelta in org.eclipse.ui.editors.text |
---|
Methods in org.eclipse.ui.editors.text with parameters of type IResourceDelta | |
boolean |
FileDocumentProvider.FileSynchronizer.visit(IResourceDelta delta)
|
Uses of IResourceDelta in org.eclipse.ui.model |
---|
Methods in org.eclipse.ui.model with parameters of type IResourceDelta | |
protected void |
WorkbenchContentProvider.processDelta(IResourceDelta delta)
Process the resource delta. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.