info.monitorenter.gui.chart.events
Class ErrorBarPolicyActionRemovePainter
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.AErrorBarPolicyAction
info.monitorenter.gui.chart.events.ErrorBarPolicyActionRemovePainter
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
public class ErrorBarPolicyActionRemovePainter
- extends AErrorBarPolicyAction
Action that removes the constructor given
IErrorBarPainter
from he
constructor given
IErrorBarPolicy
.
- Version:
- $Revision: 1.5 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
ErrorBarPolicyActionRemovePainter
public ErrorBarPolicyActionRemovePainter(IErrorBarPolicy errorBarPolicy,
String description,
IErrorBarPainter errorBarpainter)
- Create an instance that accesses the error bar policy
to remove a painter from it with the given action String.
- Parameters:
errorBarPolicy
- the target the action will work on.errorBarpainter
- the error bar painter to remove from the given error bar policy.description
- the descriptive String
that will be displayed by
AbstractButton
subclasses that get this
Action
assigned (
AbstractButton.setAction(javax.swing.Action)
).
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- See Also:
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
actionPerformed
public void actionPerformed(ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
Copyright © 2001 - 2007 LGPL, All Rights Footloose.