Package org.eclipse.jface.text
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 SummaryModifier and TypeMethodDescriptionReturns this undo manager's undo context.
- 
Method Details- 
getUndoContextIUndoContext getUndoContext()Returns this undo manager's undo context.- Returns:
- the undo context or nullif the undo manager is not connected
- See Also:
 
 
-