Uses of Class
org.eclipse.text.edits.UndoEdit
Package
Description
Provides the API for manipulating file buffers.
Provides a framework for creating and manipulating text documents.
Application programmer interface to implement semantic preserving workspace transformations.
Provides support for describing and applying textual document editions.
-
Uses of UndoEdit in org.eclipse.core.filebuffers.manipulation
Modifier and TypeMethodDescriptionfinal UndoEdit
MultiTextEditWithProgress.apply
(IDocument document, int style, IProgressMonitor progressMonitor) final UndoEdit
MultiTextEditWithProgress.apply
(IDocument document, IProgressMonitor progressMonitor) -
Uses of UndoEdit in org.eclipse.jface.text
-
Uses of UndoEdit in org.eclipse.ltk.core.refactoring
Modifier and TypeMethodDescriptionprotected UndoEdit
DocumentChange.performEdits
(IDocument document) protected UndoEdit
TextChange.performEdits
(IDocument document) Executes the text edits on the given document.protected UndoEdit
TextFileChange.performEdits
(IDocument document) Modifier and TypeMethodDescriptionprotected Change
DocumentChange.createUndoChange
(UndoEdit edit) protected abstract Change
TextChange.createUndoChange
(UndoEdit edit) Hook to create an undo change for the given undo edit.protected final Change
TextFileChange.createUndoChange
(UndoEdit 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
UndoTextFileChange.createUndoChange
(UndoEdit edit, ContentStamp stampToRestore) Hook to create an undo change for the given undo edit.ModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptionfinal UndoEdit
Applies the edit tree rooted by this edit to the given document.final UndoEdit
Applies the edit tree rooted by this edit to the given document.TextEditProcessor.performEdits()
Executes the text edits.