Class InstanceListModel
- java.lang.Object
- 
- javax.swing.AbstractListModel
- 
- com.inductiveautomation.sfc.client.ui.InstanceListModel
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.swing.ListModel
 
 public class InstanceListModel extends javax.swing.AbstractListModelCreated by carl.gould on 6/17/2014.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.List<ChartInfo>chartInfos
 - 
Constructor SummaryConstructors Constructor Description InstanceListModel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartInfogetElementAt(int index)intgetSize()voidupdate(java.util.List<ChartInfo> newList)
 
-