Class AvailableItemsListModel

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

    public class AvailableItemsListModel
    extends javax.swing.AbstractListModel
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Method Summary

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

      • getSize

        public int getSize()
      • getElementAt

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

        public void update()