Eclipse Platform
Release 3.1

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

Packages that use UndoEdit
org.eclipse.core.filebuffers.manipulation Provides the API for manipulating file buffers. 
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
org.eclipse.text.edits   
 

Uses of UndoEdit in org.eclipse.core.filebuffers.manipulation
 

Methods in org.eclipse.core.filebuffers.manipulation that return UndoEdit
 UndoEdit MultiTextEditWithProgress.apply(IDocument document, IProgressMonitor progressMonitor)
           
 UndoEdit MultiTextEditWithProgress.apply(IDocument document, int style, IProgressMonitor progressMonitor)
           
 

Uses of UndoEdit in org.eclipse.ltk.core.refactoring
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type UndoEdit
protected  Change UndoTextFileChange.createUndoChange(UndoEdit edit, ContentStamp stampToRestore)
          Hook to create an undo change for the given undo edit.
protected  Change TextFileChange.createUndoChange(UndoEdit edit, ContentStamp stampToRestore)
          Hook to create an undo change for the given undo edit and content stamp.
protected  Change TextFileChange.createUndoChange(UndoEdit edit)
          Hook to create an undo change for the given undo edit. This hook gets called while performing the change to construct the corresponding undo change object.
protected abstract  Change TextChange.createUndoChange(UndoEdit edit)
          Hook to create an undo change for the given undo edit.
protected  Change DocumentChange.createUndoChange(UndoEdit edit)
          Hook to create an undo change for the given undo edit. This hook gets called while performing the change to construct the corresponding undo change object.
 

Constructors in org.eclipse.ltk.core.refactoring with parameters of type UndoEdit
UndoTextFileChange(String name, IFile file, UndoEdit undo, ContentStamp stamp, int saveMode)
          Create a new undo text file change object.
 

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.1

Guidelines for using Eclipse APIs.

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