org.pentaho.reporting.engine.classic.core.modules.gui.base.actions
Class ZoomAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.pentaho.reporting.engine.classic.core.modules.gui.base.actions.ZoomAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class ZoomAction
extends AbstractAction

Creation-Date: 16.11.2006, 18:51:18

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.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
ZoomAction(double zoom, PreviewPane previewPane)
          Defines an Action object with a default description string and default icon.
 
Method Summary
 void actionPerformed(ActionEvent e)
          Invoked when an action occurs.
 void deinitialize()
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoomAction

public ZoomAction(double zoom,
                  PreviewPane previewPane)
Defines an Action object with a default description string and default icon.

Method Detail

actionPerformed

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


deinitialize

public void deinitialize()