Package com.azalient.api.ui.undo

This package provides interfaces to the "undo" stack.

See:
          Description

Interface Summary
IUndoable An action, normally placed on a stack , that can be called to undo a previous action, see IUndoStack
IUndoableCollapsable A tagged version of an undo action indicating that this undoable can be collapsed in the stack on the undo panel
IUndoStack A stack used to store undoable actions.
 

Package com.azalient.api.ui.undo Description

This package provides interfaces to the "undo" stack.