info.monitorenter.gui.chart.events
Class ErrorBarPainterActionSetSegmentPainter
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.ErrorBarPainterActionSetSegmentPainter
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public final class ErrorBarPainterActionSetSegmentPainter
- extends AbstractAction
Action
that sets an IPointPainter
to
the corresponding segment of an error bar painter.
- Version:
- $Revision: 1.2 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
ErrorBarPainterActionSetSegmentPainter
public ErrorBarPainterActionSetSegmentPainter(IErrorBarPainter.ISegment errorBarPainterFacade,
IPointPainter pointPainter,
String name)
- Create an
Action
that accesses the error bar painter and
identifies itself with the given action String.
- Parameters:
errorBarPainterFacade
- the target the action will work on.pointPainter
- the point painter to set to the segment of the error bar painter.name
- 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)
toString
public String toString()
- Overridden to work inside
JComboBox
.
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2001 - 2007 LGPL, All Rights Footloose.