info.monitorenter.gui.chart.events
Class ErrorBarPolicyActionAddPainter
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.AErrorBarPolicyAction
info.monitorenter.gui.chart.events.ErrorBarPolicyActionAddPainter
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
public class ErrorBarPolicyActionAddPainter
- extends AErrorBarPolicyAction
Action that adds a new
ErrorBarPainter
to the given
IErrorBarPolicy
.
- Version:
- $Revision: 1.4 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
ErrorBarPolicyActionAddPainter
public ErrorBarPolicyActionAddPainter(IErrorBarPolicy errorBarPolicy,
String description)
- Create an instance that accesses the error bar policy to add a new painter
to it with the given action String.
- Parameters:
errorBarPolicy
- the target the action will work on.description
- 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 - 2007 LGPL, All Rights Footloose.