public class InstanceListModel
extends javax.swing.AbstractListModel
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ChartInfo> |
chartInfos |
| Constructor and Description |
|---|
InstanceListModel() |
| Modifier and Type | Method and Description |
|---|---|
ChartInfo |
getElementAt(int index) |
int |
getSize() |
void |
update(java.util.List<ChartInfo> newList) |