info.monitorenter.gui.chart.events
Class Chart2DActionSetPaintLabels
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.AChart2DAction
info.monitorenter.gui.chart.events.Chart2DActionSetPaintLabels
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
public class Chart2DActionSetPaintLabels
- extends AChart2DAction
Action
that invokes
Chart2D.setPaintLabels(boolean)
on a
constructor given Chart2D
.
This action is not used by the context menu labels of
ChartPanel
because that instance
deactivates this feature in order to use a custom JLabel
that triggers a popup menu for trace controls.
Caution
This implementation only works if assigned to a
JCheckBoxMenuItem
: It assumes that the source instance
given to actionPerformed(ActionEvent)
within the action event is of
that type as the state information (turn paint labels on or off) is needed.
- Version:
- $Revision: 1.6 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
Chart2DActionSetPaintLabels
public Chart2DActionSetPaintLabels(Chart2D chart,
String description)
- Create an
Action
that accesses the axis, identifies itself
with the given action String and invokes
Chart2D.setPaintLabels(boolean)
on the
chart upon selection.
- Parameters:
chart
- the target the action will work on.description
- 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)
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- See Also:
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
Copyright © 2001 - 2007 LGPL, All Rights Footloose.