Class SwingAppUndoableAction
java.lang.Object
javax.swing.AbstractAction
net.thevpc.echo.swing.helpers.actions.SwingAbstractAppAction
net.thevpc.echo.swing.helpers.actions.SwingAppUndoableAction
- All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, AppUndoableActionSupplier
public abstract class SwingAppUndoableAction
extends SwingAbstractAppAction
implements AppUndoableActionSupplier
- See Also:
-
Field Summary
Fields inherited from class SwingAbstractAppAction
application, idFields inherited from class AbstractAction
changeSupport, enabledFields inherited from interface Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsConstructorDescriptionSwingAppUndoableAction(Application application, String id) SwingAppUndoableAction(Application application, String id, UndoableAction undoableAction) -
Method Summary
Methods inherited from class SwingAbstractAppAction
actionPerformed, confirmation, getApplication, getId, getMainComponent, isVisible, refresh, setAccessible, setVisibleMethods inherited from class AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
SwingAppUndoableAction
-
SwingAppUndoableAction
-
-
Method Details
-
supply
- Specified by:
supplyin interfaceAppUndoableActionSupplier
-
createUndo
-
actionPerformedImpl
- Specified by:
actionPerformedImplin classSwingAbstractAppAction
-