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_chartchangeSupport, enabledACCELERATOR_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 |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
void |
propertyChange(PropertyChangeEvent evt) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic Chart2DActionSetPaintLabels(Chart2D chart, 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(ActionEvent e)
public void propertyChange(PropertyChangeEvent evt)
Copyright © 2001 - 2010 LGPL, All Rights Footloose.