Class ChartActionSetToolTipType
- java.lang.Object
-
- javax.swing.AbstractAction
-
- info.monitorenter.gui.chart.events.AChart2DAction
-
- info.monitorenter.gui.chart.events.ChartActionSetToolTipType
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.beans.PropertyChangeListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class ChartActionSetToolTipType extends AChart2DAction
- Version:
- $Revision: 1.3 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class info.monitorenter.gui.chart.events.AChart2DAction
m_chart
-
-
Constructor Summary
Constructors Constructor Description ChartActionSetToolTipType(Chart2D chart, java.lang.String description, IToolTipType toolTipType)
Create anAction
that sets the constructor given
to the chart.IToolTipType
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
void
propertyChange(java.beans.PropertyChangeEvent evt)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ChartActionSetToolTipType
public ChartActionSetToolTipType(Chart2D chart, java.lang.String description, IToolTipType toolTipType)
Create anAction
that sets the constructor given
to the chart.IToolTipType
- Parameters:
chart
- the owner of the axis to trigger actions upon.toolTipType
- the tool tip type to use.description
- the descriptiveString
that will be displayed byAbstractButton
subclasses that get thisAction
assigned (AbstractButton.setAction(javax.swing.Action)
).- See Also:
Chart2D.setToolTipType(IToolTipType)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- See Also:
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
-
-