Class InstanceListModel

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.ListModel

    public class InstanceListModel
    extends javax.swing.AbstractListModel
    Created by carl.gould on 6/17/2014.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<ChartInfo> chartInfos  
      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ChartInfo getElementAt​(int index)  
      int getSize()  
      void update​(java.util.List<ChartInfo> newList)  
      • Methods inherited from class javax.swing.AbstractListModel

        addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • chartInfos

        protected java.util.List<ChartInfo> chartInfos
    • Constructor Detail

      • InstanceListModel

        public InstanceListModel()
    • Method Detail

      • update

        public void update​(java.util.List<ChartInfo> newList)
      • getSize

        public int getSize()
      • getElementAt

        public ChartInfo getElementAt​(int index)