|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectactionListeners.AxisDisplaySettingsAxisChoiceComboActionListener
public class AxisDisplaySettingsAxisChoiceComboActionListener
ActionListener for the combobox that allows to switch the Axis that is currently being edited in an Axis Display Settings Dialog.
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 |
---|
private Chart chart
private AxisDisplaySettingsPanel panel
private javax.swing.JComboBox combo
Constructor Detail |
---|
public AxisDisplaySettingsAxisChoiceComboActionListener(Chart chart, AxisDisplaySettingsPanel panel, javax.swing.JComboBox combo)
chart
- the chart to which the Dialog belongs.panel
- the panel on which the combo is located.combo
- the comboboxMethod Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |