Package com.luciad.gui
Class TLcdUndoAction
java.lang.Object
com.luciad.gui.ALcdAction
com.luciad.gui.TLcdUndoAction
- All Implemented Interfaces:
ILcdAction,ILcdPropertyChangeSource,ActionListener,Serializable,EventListener
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:
-
Field Summary
Fields inherited from class com.luciad.gui.ALcdAction
changeSupportFields inherited from interface com.luciad.gui.ILcdAction
DEFAULT, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SHOW_ACTION_NAME, SMALL_ICON, VISIBLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAsks thisTLcdUndoActionto be performed.Methods inherited from class com.luciad.gui.ALcdAction
addPropertyChangeListener, firePropertyChange, getDisplayName, getIcon, getLongDescription, getName, getShortDescription, getValue, isEnabled, isTraceOn, putValue, registerInstance, removePropertyChangeListener, setClassTraceOn, setDisplayName, setEnabled, setIcon, setLongDescription, setName, setShortDescription, setTraceOn
-
Constructor Details
-
TLcdUndoAction
-
-
Method Details
-
actionPerformed
Asks thisTLcdUndoActionto be performed. It will get the currentILcdUndoablefrom theTLcdUndoManagerof the application, and then call itsundo()method.
-