Class ErrorBarPainterActionSetSegmentPainter
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.ErrorBarPainterActionSetSegmentPainter
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
Action
that sets an IPointPainter
to the
corresponding segment of an error bar painter.
- Version:
- $Revision: 1.7 $
- Author:
- Achim Westermann
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
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 Summary
ConstructorsConstructorDescriptionErrorBarPainterActionSetSegmentPainter
(IErrorBarPainter.ISegment errorBarPainterFacade, IPointPainterConfigurableUI<?> pointPainter, String name) Create anAction
that accesses the error bar painter and identifies itself with the given action String. -
Method Summary
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
ErrorBarPainterActionSetSegmentPainter
public ErrorBarPainterActionSetSegmentPainter(IErrorBarPainter.ISegment errorBarPainterFacade, IPointPainterConfigurableUI<?> pointPainter, String name) Create anAction
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 descriptiveString
that will be displayed byAbstractButton
subclasses that get thisAction
assigned (AbstractButton.setAction(javax.swing.Action)
).
-
-
Method Details