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.
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.
m_chart
Constructor and Description |
---|
Chart2DActionSetPaintLabels(Chart2D chart,
java.lang.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. |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
public Chart2DActionSetPaintLabels(Chart2D chart, java.lang.String description)
Action
that accesses the axis, identifies itself
with the given action String and invokes
Chart2D.setPaintLabels(boolean)
on the
chart upon selection.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)
).public void actionPerformed(java.awt.event.ActionEvent e)
ActionListener.actionPerformed(java.awt.event.ActionEvent)
public void propertyChange(java.beans.PropertyChangeEvent evt)
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
Copyright © 2001 - 2010 LGPL, All Rights Footloose.