Uses of Interface
org.eclipse.jface.text.IUndoManager
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a framework for connecting document regions
with annotations and for displaying those.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.-
Uses of IUndoManager in org.eclipse.jface.text
Modifier and TypeClassDescriptionclass
Deprecated.class
Implementation ofIUndoManager
using the shared document undo manager.Modifier and TypeFieldDescriptionprotected IUndoManager
TextViewer.fUndoManager
The text viewer's undo managerModifier and TypeMethodDescriptionITextViewerExtension6.getUndoManager()
Returns this viewer's undo manager.TextViewer.getUndoManager()
Modifier and TypeMethodDescriptionvoid
ITextViewer.setUndoManager
(IUndoManager undoManager) Sets this viewer's undo manager.void
TextViewer.setUndoManager
(IUndoManager undoManager) -
Uses of IUndoManager in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionSourceViewerConfiguration.getUndoManager
(ISourceViewer sourceViewer) Returns the undo manager for the given source viewer. -
Uses of IUndoManager in org.eclipse.ui.editors.text
Modifier and TypeMethodDescriptionTextSourceViewerConfiguration.getUndoManager
(ISourceViewer sourceViewer)
TextViewerUndoManager