Class TLcdUndoAction

java.lang.Object
com.luciad.gui.ALcdAction
com.luciad.gui.TLcdUndoAction
All Implemented Interfaces:
ILcdAction, ILcdPropertyChangeSource, ActionListener, Serializable, EventListener

public class TLcdUndoAction extends ALcdAction

This ILcdAction allows to call undo on the TLcdUndoManager given at construction time. It automatically enables/disables this action when needed.

A custom name or icon can be set to this action using the ILcdAction interface.

See Also:
  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Asks this TLcdUndoAction to be performed. It will get the current ILcdUndoable from the TLcdUndoManager of the application, and then call its undo() method.