Uses of Interface
org.eclipse.jface.text.IUndoManager
Packages that use 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
Classes in org.eclipse.jface.text that implement IUndoManagerModifier and TypeClassDescriptionclassDeprecated.classImplementation ofIUndoManagerusing the shared document undo manager.Fields in org.eclipse.jface.text declared as IUndoManagerModifier and TypeFieldDescriptionprotected IUndoManagerTextViewer.fUndoManagerThe text viewer's undo managerMethods in org.eclipse.jface.text that return IUndoManagerModifier and TypeMethodDescriptionITextViewerExtension6.getUndoManager()Returns this viewer's undo manager.TextViewer.getUndoManager()Methods in org.eclipse.jface.text with parameters of type IUndoManagerModifier and TypeMethodDescriptionvoidITextViewer.setUndoManager(IUndoManager undoManager) Sets this viewer's undo manager.voidTextViewer.setUndoManager(IUndoManager undoManager) -
Uses of IUndoManager in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source that return IUndoManagerModifier and TypeMethodDescriptionSourceViewerConfiguration.getUndoManager(ISourceViewer sourceViewer) Returns the undo manager for the given source viewer. -
Uses of IUndoManager in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text that return IUndoManagerModifier and TypeMethodDescriptionTextSourceViewerConfiguration.getUndoManager(ISourceViewer sourceViewer)
TextViewerUndoManager