Class InstanceListModel

java.lang.Object
javax.swing.AbstractListModel
com.inductiveautomation.sfc.client.ui.InstanceListModel
All Implemented Interfaces:
Serializable, ListModel

public class InstanceListModel extends AbstractListModel
Created by carl.gould on 6/17/2014.
See Also:
  • Field Details

  • Constructor Details

    • InstanceListModel

      public InstanceListModel()
  • Method Details

    • update

      public void update(List<ChartInfo> newList)
    • getSize

      public int getSize()
    • getElementAt

      public ChartInfo getElementAt(int index)