|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResourceVisitor | |
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
Uses of IResourceVisitor in org.eclipse.core.resources |
Methods in org.eclipse.core.resources with parameters of type IResourceVisitor | |
void |
ISynchronizer.accept(QualifiedName partner,
IResource start,
IResourceVisitor visitor,
int depth)
Visits the given resource and its descendents with the specified visitor if sync information for the given sync partner is found on the resource. |
void |
IResource.accept(IResourceVisitor visitor)
Accepts the given visitor. |
void |
IResource.accept(IResourceVisitor visitor,
int depth,
boolean includePhantoms)
Accepts the given visitor. |
void |
IResource.accept(IResourceVisitor visitor,
int depth,
int memberFlags)
Accepts the given visitor. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |