Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.text.IUndoManager

Packages that use IUndoManager
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
org.eclipse.ui.editors.text 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 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 that return IUndoManager
 IUndoManager TextViewer.getUndoManager()
           
 IUndoManager ITextViewerExtension6.getUndoManager()
          Returns this 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.
 

Uses of IUndoManager in org.eclipse.ui.editors.text
 

Methods in org.eclipse.ui.editors.text that return IUndoManager
 IUndoManager TextSourceViewerConfiguration.getUndoManager(ISourceViewer sourceViewer)
           
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.