Package editor

Class AbstractGotoPopup.AbstractPopupListModel<T>

    • Field Summary

      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract T getElementAt​(int index)  
      • 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

        getSize
    • Constructor Detail

      • AbstractPopupListModel

        public AbstractPopupListModel()
    • Method Detail

      • getElementAt

        public abstract T getElementAt​(int index)