Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Package
org.eclipse.text.edits

Packages that use org.eclipse.text.edits
org.eclipse.core.filebuffers.manipulation Provides the API for manipulating file buffers. 
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support. 
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
org.eclipse.text.edits Provides support for describing and applying textual document editions. 
 

Classes in org.eclipse.text.edits used by org.eclipse.core.filebuffers.manipulation
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.
MultiTextEdit
          A multi-text edit can be used to aggregate several edits into one edit.
TextEdit
          A text edit describes an elementary text manipulation operation.
UndoEdit
          This class encapsulates the reverse changes of an executed text edit tree.
 

Classes in org.eclipse.text.edits used by org.eclipse.jface.text
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.
TextEdit
          A text edit describes an elementary text manipulation operation.
TextEditProcessor
          A TextEditProcessor manages a set of edits and applies them as a whole to an IDocument.
UndoEdit
          This class encapsulates the reverse changes of an executed text edit tree.
 

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.ltk.core.refactoring
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.
TextEdit
          A text edit describes an elementary text manipulation operation.
TextEditGroup
          A text edit group combines a list of TextEdits and a name into a single object.
UndoEdit
          This class encapsulates the reverse changes of an executed text edit tree.
 

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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire