info.monitorenter.gui.chart.events
Class ErrorBarPainterActionSetSegmentPainter
java.lang.Object
   javax.swing.AbstractAction
javax.swing.AbstractAction
       info.monitorenter.gui.chart.events.ErrorBarPainterActionSetSegmentPainter
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
- Version:
- $Revision: 1.2 $
- Author:
- Achim Westermann 
- See Also:
- Serialized Form
 
 
 
 
 
 
 
ErrorBarPainterActionSetSegmentPainter
public ErrorBarPainterActionSetSegmentPainter(IErrorBarPainter.ISegment errorBarPainterFacade,
                                              IPointPainter pointPainter,
                                              String name)
- Create an Actionthat 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- Stringthat will be displayed by- AbstractButtonsubclasses that get this- Actionassigned (- 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:
- toStringin class- Object
 
- 
- See Also:
- Object.toString()
 
                Copyright © 2001 - 2007 LGPL, All Rights Footloose.