Package org.openscience.cdk.controller
Class UndoAdapter
java.lang.Object
org.openscience.cdk.controller.UndoAdapter
- All Implemented Interfaces:
EventListener,UndoableEditListener
An undo adapter for updating the state of the undo components according to
the new state of the undo history list. Is registered as a listener to the
undoSupport which is receiving the undo/redo events.
- Author:
- tohel
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UndoAdapter
- Parameters:
undoManager- The undoManager handling the undo/redo history list
-
-
Method Details
-
undoableEditHappened
- Specified by:
undoableEditHappenedin interfaceUndoableEditListener
-