info.monitorenter.gui.chart.events
Class ErrorBarPainterActionEdit
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.AErrorBarPainterAction
info.monitorenter.gui.chart.events.ErrorBarPainterActionEdit
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class ErrorBarPainterActionEdit
- extends AErrorBarPainterAction
Action that pops up a modal dialog to edit the given
IErrorBarPainter
.
- Version:
- $Revision: 1.6 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
ErrorBarPainterActionEdit
public ErrorBarPainterActionEdit(IErrorBarPainter errorBarPainter,
String description,
Component dialogParent)
- Create an instance that accesses the error bar painter with a modal dialog to edit it and
identifies itself with the given action String.
- Parameters:
errorBarPainter
- 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)
).dialogParent
- the parent component for the modal dialog.
actionPerformed
public void actionPerformed(ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
Copyright © 2001 - 2007 LGPL, All Rights Footloose.