Eclipse Platform
Release 3.1

org.eclipse.jface.text
Interface IUndoManagerExtension

All Known Implementing Classes:
DefaultUndoManager

public interface IUndoManagerExtension

Extension interface for IUndoManager. Introduces access to the undo context.

Since:
3.1
See Also:
IUndoManager

Method Summary
 IUndoContext getUndoContext()
          Returns this undo manager's undo context.
 

Method Detail

getUndoContext

public IUndoContext getUndoContext()
Returns this undo manager's undo context.

Returns:
the undo context or null if the undo manager is not connected
See Also:
IUndoContext

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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