Eclipse Platform
2.1

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.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

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.editors.text
AbstractDocumentProvider
          An abstract implementation of a shareable document provider.
AbstractDocumentProvider.ElementInfo
          Collection of all information managed for a connected element.
AbstractTextEditor
          Abstract base implementation of a text editor.
BasicTextEditorActionContributor
          Manages the installation and deinstallation 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.
ITextEditor
          Interface to a text editor.
ITextEditorExtension
          Extension interface for ITextEditor.
ITextEditorExtension2
          Extension interface for ITextEditor.
SourceViewerDecorationSupport
          Support for source viewer decoration.
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
          An abstract implementation of a shareable document provider.
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.
DocumentProviderRegistry
          This registry manages shareable document provider.
IDocumentProvider
          A document provider maps between domain elements and documents.
IDocumentProviderExtension
          Extension interface for IDocumentProvider.
IDocumentProviderExtension2
          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.
ITextEditor
          Interface to a text editor.
ITextEditorExtension
          Extension interface for ITextEditor.
ITextEditorExtension2
          Extension interface for ITextEditor.
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.
TextEditorAction
          Sekelleton of a standard text editor action.
WorkbenchChainedTextFontFieldEditor
          This font field editor implements chaining between the workbench's preference store and a given target preference store.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.