public class ChartActionSetToolTipType extends AChart2DAction
m_chart
changeSupport, enabled
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 and Description |
---|
ChartActionSetToolTipType(Chart2D chart,
String description,
IToolTipType toolTipType)
Create an
Action that sets the constructor given
to the chart. |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
void |
propertyChange(PropertyChangeEvent evt) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public ChartActionSetToolTipType(Chart2D chart, String description, IToolTipType toolTipType)
Action
that sets the constructor given
IToolTipType
to the chart.
chart
- the owner of the axis to trigger actions upon.toolTipType
- the tool tip type to use.description
- the descriptive String
that will be displayed by
AbstractButton
subclasses that get this
Action
assigned (
AbstractButton.setAction(javax.swing.Action)
).Chart2D.setToolTipType(IToolTipType)
public void actionPerformed(ActionEvent e)
public void propertyChange(PropertyChangeEvent evt)
Copyright © 2001 - 2010 LGPL, All Rights Footloose.