actionListeners
Class AxisDisplaySettingsAxisChoiceComboActionListener
java.lang.Object
actionListeners.AxisDisplaySettingsAxisChoiceComboActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class AxisDisplaySettingsAxisChoiceComboActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
ActionListener for the combobox that allows to switch the Axis that
is currently being edited in an Axis Display Settings Dialog.
- See Also:
AxisDisplaySettingsPanel
,
DisplaySettingsDialog
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisDisplaySettingsAxisChoiceComboActionListener
public AxisDisplaySettingsAxisChoiceComboActionListener(Chart chart,
AxisDisplaySettingsPanel panel,
javax.swing.JComboBox combo)
- Instantiates a new axis display settings axis choice combo action listener.
- Parameters:
chart
- the chart to which the Dialog belongs.panel
- the panel on which the combo is located.combo
- the combobox
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener