Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.text.edits.UndoEdit

Packages that use UndoEdit
org.eclipse.text.edits   
 

Uses of UndoEdit in org.eclipse.text.edits
 

Methods in org.eclipse.text.edits that return UndoEdit
 UndoEdit TextEditProcessor.performEdits()
          Executes the text edits.
 UndoEdit TextEdit.apply(IDocument document, int style)
          Applies the edit tree rooted by this edit to the given document.
 UndoEdit TextEdit.apply(IDocument document)
          Applies the edit tree rooted by this edit to the given document.
 

Methods in org.eclipse.text.edits with parameters of type UndoEdit
 boolean TextEditVisitor.visit(UndoEdit edit)
          Visits a UndoEdit instance.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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