Class ZoomAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.jfree.report.modules.gui.swing.preview.actions.ZoomAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class ZoomAction extends javax.swing.AbstractAction
Creation-Date: 16.11.2006, 18:51:18- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZoomAction(double zoom, PreviewPane previewPane)
Defines anAction
object with a default description string and default icon.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ZoomAction
public ZoomAction(double zoom, PreviewPane previewPane)
Defines anAction
object with a default description string and default icon.
-
-