public final class ErrorBarPainterActionSetSegmentPainter extends AbstractAction
Action
that sets an IPointPainter
to the
corresponding segment of an error bar painter.
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
ErrorBarPainterActionSetSegmentPainter(IErrorBarPainter.ISegment errorBarPainterFacade,
IPointPainterConfigurableUI<?> pointPainter,
String name)
Create an
Action that accesses the error bar painter and
identifies itself with the given action String. |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
String |
toString()
Overridden to work inside
. |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public ErrorBarPainterActionSetSegmentPainter(IErrorBarPainter.ISegment errorBarPainterFacade, IPointPainterConfigurableUI<?> pointPainter, 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(ActionEvent e)
public String toString()
JComboBox
.
toString
in class Object
Object.toString()
Copyright © 2001 - 2010 LGPL, All Rights Footloose.