Eclipse Platform
Release 3.0

Uses of Package
org.eclipse.ui.texteditor

Packages that use org.eclipse.ui.texteditor
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.ui.console.actions

Application programming interfaces for Eclipse console specific actions. 

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.  
org.eclipse.ui.texteditor.quickdiff Provides interfaces to for the org.eclipse.ui.editors.quickDiffReferenceProvider extension point and adds an action to enable quick diff display for an editor. 
 

Classes in org.eclipse.ui.texteditor used by org.eclipse.debug.ui
IUpdate
          Indicates the support of an update method.
 

Classes in org.eclipse.ui.texteditor used by org.eclipse.ui.console.actions
IUpdate
          Indicates the support of an update method.
 

Classes in org.eclipse.ui.texteditor used by org.eclipse.ui.editors.text
AbstractDecoratedTextEditor
          An intermediate editor comprising functionality not present in the leaner AbstractTextEditor, but used in many heavy weight (and especially source editing) editors, such as line numbers, change ruler, overview ruler, print margins, current line highlighting, etc.
AbstractDocumentProvider
          An abstract implementation of a sharable document provider.
AbstractDocumentProvider.ElementInfo
          Collection of all information managed for a connected element.
AbstractTextEditor
          Abstract base implementation of a text editor.
AnnotationPreferenceLookup
          Provides the strategy for finding the annotation preference for a given annotation.
AnnotationTypeLookup
          Provides the strategy for determining annotation types for given markers.
BasicTextEditorActionContributor
          Manages the installation and uninstallation of global actions for the same type of editors.
IAbstractTextEditorHelpContextIds
          Help context ids for the text editor.
IDocumentProvider
          A document provider maps between domain elements and documents.
IDocumentProviderExtension
          Extension interface for IDocumentProvider.
IDocumentProviderExtension2
          Extension interface for IDocumentProvider.
IDocumentProviderExtension3
          Extension interface for IDocumentProvider.
IElementStateListener
          Interface for parties interested in standardized element changes.
ISchedulingRuleProvider
          A scheduling rule provider provides a scheduling rule which can be used when running operations.
ITextEditor
          Interface to a text editor.
ITextEditorExtension
          Extension interface for ITextEditor.
ITextEditorExtension2
          Extension interface for ITextEditor.
ITextEditorExtension3
          Extension interface for ITextEditor.
StatusTextEditor
          Capable of handling input elements that have an associated status with them.
 

Classes in org.eclipse.ui.texteditor used by org.eclipse.ui.texteditor
AbstractDocumentProvider.DocumentProviderOperation
          Operation created by the document provider and to be executed by the providers runnable context.
AbstractDocumentProvider.ElementInfo
          Collection of all information managed for a connected element.
AbstractMarkerAnnotationModel
          Abstract implementation of a marker-based annotation model.
AbstractRulerActionDelegate
          This class serves as an adapter for actions contributed to the vertical ruler's context menu.
AbstractTextEditor
          Abstract base implementation of a text editor.
AddMarkerAction
          Action for creating a marker of a specified type for the editor's input element based on the editor's selection.
AnnotationPreference
          An annotation preference provides all the information required for handing the preferences for the presentation of annotations of a specified type.
AnnotationPreferenceLookup
          Provides the strategy for finding the annotation preference for a given annotation.
DocumentProviderRegistry
          This registry manages shared document providers.
IAnnotationImageProvider
          Provides an image for a given annotation.
IDocumentProvider
          A document provider maps between domain elements and documents.
IDocumentProviderExtension
          Extension interface for IDocumentProvider.
IDocumentProviderExtension2
          Extension interface for IDocumentProvider.
IDocumentProviderExtension3
          Extension interface for IDocumentProvider.
IElementStateListener
          Interface for parties interested in standardized element changes.
IMarkerUpdater
          A marker updater is responsible for saving changes to markers.
IReadOnlyDependent
          Extension interface for actions.
IStatusField
          Interface of a status field of a text editor.
IStatusFieldExtension
          Extends IStatusField with the following concepts: set error text and image set tool tip control visibility
ITextEditor
          Interface to a text editor.
ITextEditorExtension
          Extension interface for ITextEditor.
ITextEditorExtension2
          Extension interface for ITextEditor.
ITextEditorExtension3
          Extension interface for ITextEditor.
ITextEditorExtension3.InsertMode
          Constitutes entities to enumerate the editor insert modes.
IUpdate
          Indicates the support of an update method.
IWorkbenchActionDefinitionIds
          Defines the definitions ids for workbench actions.
MarkerAnnotation
          Annotation representing a marker on a resource in the workspace.
MarkerAnnotationPreferences
          Objects of this class provide access to all extensions declared for the markerAnnotationSpecification extension point.
MarkerRulerAction
          A ruler action which can add and remove markers which have a visual representation in the ruler.
ResourceAction
          An action which configures its label, image, tooltip, and description from a resource bundle using known keys.
SelectMarkerRulerAction
          A ruler action which can select the textual range of a marker that has a visual representation in a vertical ruler.
SimpleMarkerAnnotation
          An annotation representing a marker.
SourceViewerDecorationSupport
          Support class used by text editors to draw and update decorations on the source viewer and its rulers.
StatusTextEditor
          Capable of handling input elements that have an associated status with them.
TextEditorAction
          Skeleton of a standard text editor action.
TextNavigationAction
          An Action wrapper for text widget navigational and selection actions.
WorkbenchChainedTextFontFieldEditor
          Deprecated. since 3.0 not longer in use, no longer supported
 

Classes in org.eclipse.ui.texteditor used by org.eclipse.ui.texteditor.quickdiff
ITextEditor
          Interface to a text editor.
IUpdate
          Indicates the support of an update method.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.