virtual void actionPerformed(const ActionEventUnrecPtr e)
    {
		TheUndoManager->undo();
    }
void handleUndoButtonAction(ActionEventDetails* const details,
                            UndoManagerPtr TheUndoManager)
{
    TheUndoManager->undo();
}