Eclipse Platform
2.0

Uses of Package
org.eclipse.jface.text

Packages that use org.eclipse.jface.text
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
org.eclipse.jface.text.information Provides an information provider add-on for an ITextViewer
org.eclipse.jface.text.reconciler Provides a reconciler add-on for an ITextViewer
org.eclipse.jface.text.rules Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations of IPresentationDamager, IPresentationRepairer and IDocumentPartitioner
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
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.jface.text used by org.eclipse.jface.text
AbstractDocument
          Abstract implementation of IDocument.
AbstractInformationControlManager
          Manages the life cycle, visibility, layout, and contents of an IInformationControl.
AbstractLineTracker
          Abstract implementation of ILineTracker.
BadLocationException
          Indicates the attempt to access a non-existing position.
BadPositionCategoryException
          Indicates the attempt to access a non-existing position category in a document.
IAutoIndentStrategy
          An auto indent strategy can adapt changes that will be applied to a text viewer's document.
IDocument
          An IDocument represents text providing support for text manipulation positions partitions line information search document change listeners document partition change listeners A document allows to set its content and to manipulate it.
IDocumentExtension
          Extension interface for IDocument.
IDocumentListener
          Interface for objects which are interested in getting informed about document changes.
IInformationControl
          Interface of a control presenting information.
IInformationControlExtension
          Extension interface for IInformationControl.
ILineTracker
          A line tracker maps character positions to line numbers and vice versa.
IMarkSelection
          A mark selection.
IPositionUpdater
          A position updater is responsible for adapting document positions.
IRegion
          A region describes a certain range in an indexed text store.
ITextDoubleClickStrategy
          A text double click strategy defines the reaction of a text viewer to mouse double click events.
ITextOperationTarget
          Defines the target for a text operation.
ITextOperationTargetExtension
          Extension interface to ITextOperationTarget.
ITextSelection
          This interface represents a textual selection.
ITextStore
          Interface for storing and managing text.
ITextViewer
          A text viewer turns a text widget into a document-based text widget.
ITextViewerExtension
          Extension interface for ITextViewer.
ITypedRegion
          Describes a region of an indexed text store such as document or string.
IUndoManager
          An undo manager is connected to at most one text viewer.
IWidgetTokenOwner
          A widget token must be aquired in order to display information in a temporary window.
Position
          Positions describe text ranges of a document and are adapted to changes applied to that document.
Region
          A default implementation of the IRegion interface.
 

Classes in org.eclipse.jface.text used by org.eclipse.jface.text.contentassist
IWidgetTokenKeeper
          A widget token keeper may require a widget token from an IWidgetTokenOwner and release the token to the owner after usage.
 

Classes in org.eclipse.jface.text used by org.eclipse.jface.text.information
AbstractInformationControlManager
          Manages the life cycle, visibility, layout, and contents of an IInformationControl.
IWidgetTokenKeeper
          A widget token keeper may require a widget token from an IWidgetTokenOwner and release the token to the owner after usage.
 

Classes in org.eclipse.jface.text used by org.eclipse.jface.text.reconciler
IRegion
          A region describes a certain range in an indexed text store.
ITypedRegion
          Describes a region of an indexed text store such as document or string.
 

Classes in org.eclipse.jface.text used by org.eclipse.jface.text.rules
BadLocationException
          Indicates the attempt to access a non-existing position.
IDocumentPartitioner
          A document partitioner divides a document into a set of disjoint text partitions.
IDocumentPartitionerExtension
          Extension interface for IDocumentPartitioner.
 

Classes in org.eclipse.jface.text used by org.eclipse.jface.text.source
ITextOperationTarget
          Defines the target for a text operation.
ITextOperationTargetExtension
          Extension interface to ITextOperationTarget.
ITextViewer
          A text viewer turns a text widget into a document-based text widget.
ITextViewerExtension
          Extension interface for ITextViewer.
IWidgetTokenOwner
          A widget token must be aquired in order to display information in a temporary window.
TextViewer
          SWT based implementation of ITextViewer.
 

Classes in org.eclipse.jface.text used by org.eclipse.ui.editors.text
IDocumentListener
          Interface for objects which are interested in getting informed about document changes.
 

Classes in org.eclipse.jface.text used by org.eclipse.ui.texteditor
IDocumentListener
          Interface for objects which are interested in getting informed about document changes.
IMarkRegionTarget
          A mark region target to support marked regions as found in emacs.
PropagatingFontFieldEditor
          This font field editor implements chaining between a source preference store and a target preference store.
 


Eclipse Platform
2.0

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