Package 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.-
Interface Summary Interface Description IEncodingActionsConstants Deprecated, for removal: This API element is subject to removal in a future version. As of 3.1, encoding needs to be changed via properties dialog.IEncodingActionsDefinitionIds Deprecated, for removal: This API element is subject to removal in a future version. As of 3.1, encoding needs to be changed via properties dialog.IEncodingActionsHelpContextIds Deprecated, for removal: This API element is subject to removal in a future version. As of 3.1, encoding needs to be changed via properties dialog.IEncodingSupport Interface to be implemented by objects supporting character encodings.IFoldingCommandIds Command IDs for folding commands.ILocationProvider This class gets the location for a given object.ILocationProviderExtension Extension interface forILocationProvider
.IStorageDocumentProvider Document provider forIStorage
based domain elements.ITextEditorHelpContextIds Help context IDs for the text editor. -
Class Summary Class Description DefaultEncodingSupport The standard implementation ofIEncodingSupport
.EditorsUI The central class for access to this plug-in.EncodingActionGroup Deprecated, for removal: This API element is subject to removal in a future version. As of 3.1, encoding needs to be changed via properties dialog.FileBufferOperationAction File buffer operation action.FileBufferOperationHandler Operation handler for a file buffer.FileDocumentProvider Shared document provider specialized for file resources (IFile
).ForwardingDocumentProvider A forwarding document provider is a document provider that forwards all requests to a known parent document provider.StorageDocumentProvider Shared document provider specialized forIStorage
s.TextEditor The standard/default text editor.TextEditorActionContributor Manages the installation and de-installation of global actions for the default text editor.TextEditorPreferenceConstants Preference constants used in the default text editor preference store.TextEditorPreferencePage Deprecated. As of 2.1, fonts are managed by the workbench, no longer supportedTextFileDocumentProvider Shared document provider specialized forIFile
based domain elements.TextFileDocumentProvider.DocumentProviderOperation Operation created by the document provider and to be executed by the providers runnable context.TextFileDocumentProvider.FileInfo TextFileDocumentProvider.NullProvider Deprecated. As of 3.3 - do not useTextSourceViewerConfiguration Source viewer configuration for the text editor.