Class AgendaPanel.HistoryModel

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

    protected class AgendaPanel.HistoryModel
    extends javax.swing.AbstractListModel
    List model for history.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected HistoryModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fireAgendaChanged()  
      java.lang.Object getElementAt​(int index)  
      int getSize()  
      • 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
    • Constructor Detail

      • HistoryModel

        protected HistoryModel()
    • Method Detail

      • getElementAt

        public java.lang.Object getElementAt​(int index)
      • getSize

        public int getSize()
      • fireAgendaChanged

        public void fireAgendaChanged()