Eclipse Platform
Release 3.0

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. 
 

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 ITextViewer.setUndoManager(IUndoManager undoManager)
          Sets this viewer's undo manager.
 void TextViewer.setUndoManager(IUndoManager undoManager)
           
 

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
Release 3.0

Guidelines for using Eclipse APIs.

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