info.monitorenter.gui.chart.events
Class ChartPanelActionAddAnnotation
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.AChartPanelAction
info.monitorenter.gui.chart.events.ChartPanelActionAddAnnotation
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
public class ChartPanelActionAddAnnotation
- extends AChartPanelAction
Action that adds an annotation to a ChartPanel
.
- Version:
- $Revision: 1.9 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
ChartPanelActionAddAnnotation
public ChartPanelActionAddAnnotation(ChartPanel chartpanel,
String description)
- Create an
Action
that accesses the chart and identifies itself
with the given action String.
- Parameters:
chartpanel
- the target the action will work ondescription
- the descriptive String
that will be displayed by
AbstractButton
subclasses that get this
Action
assigned (
AbstractButton.setAction(javax.swing.Action)
).
actionPerformed
public void actionPerformed(ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- See Also:
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
Copyright © 2001 - 2010 LGPL, All Rights Footloose.