Package | Description |
---|---|
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.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Class and Description |
---|---|
class |
FileDocumentProvider
Shared document provider specialized for file resources (
IFile ). |
class |
ForwardingDocumentProvider
A forwarding document provider is a document provider that forwards all requests
to a known parent document provider.
|
class |
StorageDocumentProvider
Shared document provider specialized for
IStorage s. |
class |
TextFileDocumentProvider
Shared document provider specialized for
IFile based domain elements. |
protected static class |
TextFileDocumentProvider.NullProvider
Deprecated.
As of 3.3 - do not use
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocumentProvider
An abstract implementation of a sharable document provider.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.