actionListeners
Class AxisDisplaySettingsAxisChoiceComboActionListener

java.lang.Object
  extended by 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

Constructor Summary
AxisDisplaySettingsAxisChoiceComboActionListener(Chart chart, AxisDisplaySettingsPanel panel, javax.swing.JComboBox combo)
          Instantiates a new axis display settings axis choice combo action listener.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener