Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IResourceDelta.accept(IResourceDeltaVisitor visitor)
Accepts the given visitor.
|
void |
IResourceDelta.accept(IResourceDeltaVisitor visitor,
boolean includePhantoms)
Accepts the given visitor.
|
void |
IResourceDelta.accept(IResourceDeltaVisitor visitor,
int memberFlags)
Accepts the given visitor.
|
Modifier and Type | Class and Description |
---|---|
protected class |
FileDocumentProvider.FileSynchronizer
Synchronizes the document with external resource changes.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.