Package org.apache.batik.apps.svgbrowser
Class JSVGViewerFrame.NextTransformAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NextTransformAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action,JComponentModifier
- Enclosing class:
- JSVGViewerFrame
public class JSVGViewerFrame.NextTransformAction extends javax.swing.AbstractAction implements JComponentModifier
To go forward to the next transform- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Listcomponents
-
Constructor Summary
Constructors Constructor Description NextTransformAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)voidaddJComponent(javax.swing.JComponent c)Gives a reference to a component to this objectprotected voidupdate()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
addJComponent
public void addJComponent(javax.swing.JComponent c)
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()
-
-