Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


 

Uses of Package
org.eclipse.text.edits

Packages that use org.eclipse.text.edits
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
org.eclipse.text.edits   
 

Classes in org.eclipse.text.edits used by org.eclipse.jface.text.templates
MalformedTreeException
          Thrown to indicate that an edit got added to a parent edit but the child edit somehow conflicts with the parent or one of it siblings.
 

Classes in org.eclipse.text.edits used by org.eclipse.text.edits
CopyingRangeMarker
          A CopyingRangeMarker can be used to track positions when executing text edits.
CopySourceEdit
          A copy source edit denotes the source of a copy operation.
CopyTargetEdit
          A copy target edit denotes the target of a copy operation.
DeleteEdit
          Text edit to delete a range in a document.
InsertEdit
          Text edit to insert a text at a given position in a document.
ISourceModifier
          A source modifier can be used to modify the source of a move or copy edit before it gets inserted at the target position.
MalformedTreeException
          Thrown to indicate that an edit got added to a parent edit but the child edit somehow conflicts with the parent or one of it siblings.
MoveSourceEdit
          A move source edit denotes the source of a move operation.
MoveTargetEdit
          A move target edit denotes the target of a move operation.
MultiTextEdit
          A multi-text edit can be used to aggregate several edits into one edit.
RangeMarker
          A range marker can be used to track positions when executing text edits.
ReplaceEdit
          Text edit to replace a range in a document with a different string.
TextEdit
          A text edit describes an elementary text manipulation operation.
TextEditCopier
          Copies a tree of text edits.
TextEditVisitor
          A visitor for text edits.
UndoEdit
          This class encapsulates the reverse changes of an executed text edit tree.
 


 

Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


Guidelines for using Eclipse APIs.

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