Class ScatterPlot.AttXListener
- java.lang.Object
-
- adams.gui.visualization.stats.scatterplot.ScatterPlot.AttXListener
-
- All Implemented Interfaces:
ItemListener
,EventListener
- Enclosing class:
- ScatterPlot
protected class ScatterPlot.AttXListener extends Object implements ItemListener
Listener for when the x attribute BaseComboBox selection changes.- Author:
- msf8
-
-
Field Summary
Fields Modifier and Type Field Description protected ScatterPlot
m_parent
-
Constructor Summary
Constructors Constructor Description AttXListener(ScatterPlot parent)
-
-
-
Field Detail
-
m_parent
protected ScatterPlot m_parent
-
-
Constructor Detail
-
AttXListener
public AttXListener(ScatterPlot parent)
-
-
Method Detail
-
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Specified by:
itemStateChanged
in interfaceItemListener
-
-