actionListeners.scatter2DChartSettings
public class ParallelChartFrameComboModel extends javax.swing.AbstractListModel implements javax.swing.MutableComboBoxModel
ChartFrame
s that carry a ParallelCoordinatesChart
.Constructor and Description |
---|
ParallelChartFrameComboModel(Main mainWindow,
ChartFrame chartFrame,
ScatterPlot2D plot)
Instantiates parallel chart frame combo box model
|
Modifier and Type | Method and Description |
---|---|
void |
addElement(java.lang.Object obj) |
java.lang.Object |
getElementAt(int index) |
java.lang.Object |
getSelectedItem() |
int |
getSize() |
void |
insertElementAt(java.lang.Object obj,
int index) |
void |
removeElement(java.lang.Object obj) |
void |
removeElementAt(int index) |
void |
setSelectedItem(java.lang.Object anItem) |
addListDataListener, getListDataListeners, getListeners, removeListDataListener
public ParallelChartFrameComboModel(Main mainWindow, ChartFrame chartFrame, ScatterPlot2D plot)
mainWindow
- the main windowpublic void setSelectedItem(java.lang.Object anItem)
setSelectedItem
in interface javax.swing.ComboBoxModel
public java.lang.Object getSelectedItem()
getSelectedItem
in interface javax.swing.ComboBoxModel
public java.lang.Object getElementAt(int index)
getElementAt
in interface javax.swing.ListModel
public int getSize()
getSize
in interface javax.swing.ListModel
public void addElement(java.lang.Object obj)
addElement
in interface javax.swing.MutableComboBoxModel
public void insertElementAt(java.lang.Object obj, int index)
insertElementAt
in interface javax.swing.MutableComboBoxModel
public void removeElement(java.lang.Object obj)
removeElement
in interface javax.swing.MutableComboBoxModel
public void removeElementAt(int index)
removeElementAt
in interface javax.swing.MutableComboBoxModel