org.jfree.report.modules.gui.base
Class PreviewProxyBase.ZoomSetAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.jfree.report.modules.gui.base.components.AbstractActionDowngrade
          extended byorg.jfree.report.modules.gui.base.PreviewProxyBase.ZoomSetAction
All Implemented Interfaces:
javax.swing.Action, ActionDowngrade, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Enclosing class:
PreviewProxyBase

protected class PreviewProxyBase.ZoomSetAction
extends AbstractActionDowngrade

A zoom set action.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jfree.report.modules.gui.base.components.AbstractActionDowngrade
ACCELERATOR_KEY, MNEMONIC_KEY
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
PreviewProxyBase.ZoomSetAction(int factorIndex)
          Creates a new action.
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 

Constructor Detail

PreviewProxyBase.ZoomSetAction

public PreviewProxyBase.ZoomSetAction(int factorIndex)
Creates a new action.

Parameters:
factorIndex - the zoom factor index.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.

Parameters:
e - the action event.