Class TLcdRedoAction

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

public class TLcdRedoAction extends ALcdAction

This ILcdAction allows to call redo 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 Link icon

  • Method Details Link icon

    • actionPerformed Link icon

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