Class SearchTextResultListPanel.ResultListModel<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<T> items  
      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ResultListModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getElementAt​(int index)  
      int getSize()  
      boolean isEmpty()  
      void setItems​(java.util.List<T> items)  
      • 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