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.List
components
-
Constructor Summary
Constructors Constructor Description NextTransformAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
void
addJComponent(javax.swing.JComponent c)
Gives a reference to a component to this objectprotected void
update()
-
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:
actionPerformed
in interfacejava.awt.event.ActionListener
-
addJComponent
public void addJComponent(javax.swing.JComponent c)
Description copied from interface:JComponentModifier
Gives a reference to a component to this object- Specified by:
addJComponent
in interfaceJComponentModifier
- Parameters:
c
- the component associed with this object
-
update
protected void update()
-
-