Eclipse Platform
2.1

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

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

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.