Uses of Class
org.eclipse.text.edits.UndoEdit
Packages that use 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
Methods in org.eclipse.core.filebuffers.manipulation that return UndoEditModifier and TypeMethodDescriptionfinal UndoEditMultiTextEditWithProgress.apply(IDocument document, int style, IProgressMonitor progressMonitor) final UndoEditMultiTextEditWithProgress.apply(IDocument document, IProgressMonitor progressMonitor) -
Uses of UndoEdit in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return UndoEdit -
Uses of UndoEdit in org.eclipse.ltk.core.refactoring
Methods in org.eclipse.ltk.core.refactoring that return UndoEditModifier and TypeMethodDescriptionprotected UndoEditDocumentChange.performEdits(IDocument document) protected UndoEditTextChange.performEdits(IDocument document) Executes the text edits on the given document.protected UndoEditTextFileChange.performEdits(IDocument document) Methods in org.eclipse.ltk.core.refactoring with parameters of type UndoEditModifier and TypeMethodDescriptionprotected ChangeDocumentChange.createUndoChange(UndoEdit edit) protected abstract ChangeTextChange.createUndoChange(UndoEdit edit) Hook to create an undo change for the given undo edit.protected final ChangeTextFileChange.createUndoChange(UndoEdit edit) protected ChangeTextFileChange.createUndoChange(UndoEdit edit, ContentStamp stampToRestore) Hook to create an undo change for the given undo edit and content stamp.protected ChangeUndoTextFileChange.createUndoChange(UndoEdit edit, ContentStamp stampToRestore) Hook to create an undo change for the given undo edit.Constructors in org.eclipse.ltk.core.refactoring with parameters of type UndoEditModifierConstructorDescriptionprotectedUndoTextFileChange(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 UndoEditModifier and TypeMethodDescriptionfinal UndoEditApplies the edit tree rooted by this edit to the given document.final UndoEditApplies the edit tree rooted by this edit to the given document.TextEditProcessor.performEdits()Executes the text edits.Methods in org.eclipse.text.edits with parameters of type UndoEdit