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

Field Summary
private  Chart chart
          The chart for which the settings are edited.
private  javax.swing.JComboBox combo
          The combobox that allows the user to choose from the available Axes.
private  AxisDisplaySettingsPanel panel
          The panel on which the combobox is located.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chart

private Chart chart
The chart for which the settings are edited.


panel

private AxisDisplaySettingsPanel panel
The panel on which the combobox is located.


combo

private javax.swing.JComboBox combo
The combobox that allows the user to choose from the available Axes.

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