info.monitorenter.gui.chart.events
Class ErrorBarPolicyActionShowWizard
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.AErrorBarPolicyAction
info.monitorenter.gui.chart.events.ErrorBarPolicyActionShowWizard
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
public class ErrorBarPolicyActionShowWizard
- extends AErrorBarPolicyAction
An action that shows a modal error bar wizard dialog.
- Version:
- $Revision: 1.2 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
ErrorBarPolicyActionShowWizard
public ErrorBarPolicyActionShowWizard(IErrorBarPolicy errorBarPolicy,
String description)
- Creates a trigger for showing the error bar policy wizard dialog for the given
IErrorBarPolicy
with the given name.
- 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)
).
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.