Class JSVGViewerFrame.PreviousTransformAction
java.lang.Object
javax.swing.AbstractAction
org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreviousTransformAction
- All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, JComponentModifier
- Enclosing class:
JSVGViewerFrame
public class JSVGViewerFrame.PreviousTransformAction
extends AbstractAction
implements JComponentModifier
To go back to the previous transform
- Version:
- $Id$
- See Also:
-
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidGives a reference to a component to this objectprotected voidupdate()Methods inherited from class AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
components
List components
-
-
Constructor Details
-
PreviousTransformAction
public PreviousTransformAction()
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
addJComponent
Description copied from interface:JComponentModifierGives a reference to a component to this object- Specified by:
addJComponentin interfaceJComponentModifier- Parameters:
c- the component associed with this object
-
update
protected void update()
-