Interface IUndoManagerExtension

All Known Implementing Classes:
DefaultUndoManager, TextViewerUndoManager

public interface IUndoManagerExtension
Extension interface for IUndoManager. Introduces access to the undo context.
Since:
3.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns this undo manager's undo context.
  • Method Details

    • getUndoContext

      IUndoContext getUndoContext()
      Returns this undo manager's undo context.
      Returns:
      the undo context or null if the undo manager is not connected
      See Also: