public final class ErrorBarPainterActionSetSegmentPainter
extends javax.swing.AbstractAction
Action that sets an IPointPainter to the
corresponding segment of an error bar painter.
| Constructor | Description |
|---|---|
ErrorBarPainterActionSetSegmentPainter(IErrorBarPainter.ISegment errorBarPainterFacade,
IPointPainterConfigurableUI<?> pointPainter,
java.lang.String name) |
Create an
Action that accesses the error bar painter and
identifies itself with the given action String. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
|
java.lang.String |
toString() |
Overridden to work inside
. |
public ErrorBarPainterActionSetSegmentPainter(IErrorBarPainter.ISegment errorBarPainterFacade, IPointPainterConfigurableUI<?> pointPainter, java.lang.String name)
Action that accesses the error bar painter and
identifies itself with the given action String.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)).public void actionPerformed(java.awt.event.ActionEvent e)
ActionListener.actionPerformed(java.awt.event.ActionEvent)public java.lang.String toString()
JComboBox.
toString in class java.lang.ObjectObject.toString()Copyright © 2001 - 2010 LGPL, All Rights Footloose.