Class GTaskListModel<T>

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.ListModel<T>
    Direct Known Subclasses:
    CompletedTaskListModel

    public abstract class GTaskListModel<T>
    extends javax.swing.AbstractListModel<T>
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Constructor Summary

      Constructors 
      Constructor Description
      GTaskListModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void fireContentsChanged​(int index0, int index1)  
      protected void fireIntervalAdded​(int index0, int index1)  
      protected void fireIntervalRemoved​(int index0, int index1)  
      • 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
      • Methods inherited from interface javax.swing.ListModel

        getElementAt, getSize
    • Constructor Detail

      • GTaskListModel

        public GTaskListModel()
    • Method Detail

      • fireContentsChanged

        protected void fireContentsChanged​(int index0,
                                           int index1)
      • fireIntervalAdded

        protected void fireIntervalAdded​(int index0,
                                         int index1)
      • fireIntervalRemoved

        protected void fireIntervalRemoved​(int index0,
                                           int index1)