|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUndoManager | |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
org.eclipse.jface.text.source | Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer. |
Uses of IUndoManager in org.eclipse.jface.text |
Classes in org.eclipse.jface.text that implement IUndoManager | |
class |
DefaultUndoManager
Standard implementation of IUndoManager . |
Fields in org.eclipse.jface.text declared as IUndoManager | |
protected IUndoManager |
TextViewer.fUndoManager
The text viewer's undo manager |
Methods in org.eclipse.jface.text with parameters of type IUndoManager | |
void |
TextViewer.setUndoManager(IUndoManager undoManager)
|
void |
ITextViewer.setUndoManager(IUndoManager undoManager)
Sets this viewer's undo manager. |
Uses of IUndoManager in org.eclipse.jface.text.source |
Methods in org.eclipse.jface.text.source that return IUndoManager | |
IUndoManager |
SourceViewerConfiguration.getUndoManager(ISourceViewer sourceViewer)
Returns the undo manager for the given source viewer. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |