info.monitorenter.gui.chart.events
Class ChartActionSetToolTipType
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.AChart2DAction
info.monitorenter.gui.chart.events.ChartActionSetToolTipType
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
public class ChartActionSetToolTipType
- extends AChart2DAction
Action
that invokes
Chart2D.setToolTipType(IToolTipType)
with a
constructor given IToolTipType
.
- Version:
- $Revision: 1.3 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
ChartActionSetToolTipType
public ChartActionSetToolTipType(Chart2D chart,
String description,
IToolTipType toolTipType)
- Create an
Action
that sets the constructor given
IToolTipType
to the chart.
- Parameters:
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)
).- See Also:
Chart2D.setToolTipType(IToolTipType)
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 - 2010 LGPL, All Rights Footloose.