Class ZoomableChartZoomOutAction
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.AZoomableChartAction
info.monitorenter.gui.chart.events.ZoomableChartZoomOutAction
- All Implemented Interfaces:
ActionListener,PropertyChangeListener,Serializable,Cloneable,EventListener,Action
Action for zooming a ZoomableChart
to the original size (zoom out).
- Version:
- $Revision: 1.4 $
- Author:
- Vasilis Pappas
- See Also:
-
Field Summary
Fields inherited from class info.monitorenter.gui.chart.events.AZoomableChartAction
m_chartFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields 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
ConstructorsConstructorDescriptionZoomableChartZoomOutAction(ZoomableChart chart, String description) Create anActionthat zooms out a zoomable chart. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
ZoomableChartZoomOutAction
Create anActionthat zooms out a zoomable chart.- Parameters:
chart- the target the action will work on.description- the description of this action to show in the UI.
-
-
Method Details
-
actionPerformed
-
propertyChange
-