Uses of Interface
org.eclipse.jface.text.IUndoManager
-
Packages that use IUndoManager Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input. -
-
Uses of IUndoManager in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement IUndoManager Modifier and Type Class Description classDefaultUndoManagerDeprecated.As of 3.2, replaced byTextViewerUndoManagerclassTextViewerUndoManagerImplementation ofIUndoManagerusing the shared document undo manager.Fields in org.eclipse.jface.text declared as IUndoManager Modifier and Type Field Description protected IUndoManagerTextViewer. fUndoManagerThe text viewer's undo managerMethods in org.eclipse.jface.text that return IUndoManager Modifier and Type Method Description IUndoManagerITextViewerExtension6. getUndoManager()Returns this viewer's undo manager.IUndoManagerTextViewer. getUndoManager()Methods in org.eclipse.jface.text with parameters of type IUndoManager Modifier and Type Method Description voidITextViewer. 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 IUndoManager Modifier and Type Method Description IUndoManagerSourceViewerConfiguration. 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 IUndoManager Modifier and Type Method Description IUndoManagerTextSourceViewerConfiguration. getUndoManager(ISourceViewer sourceViewer)
-