Package editor

Class GotoTypePopup.TypeModel

    • Field Summary

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

        listenerList
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeModel​(java.util.List<java.lang.String> allTypes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getElementAt​(int i)  
      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
    • Field Detail

      • _allTypes

        private java.util.List<java.lang.String> _allTypes
    • Constructor Detail

      • TypeModel

        public TypeModel​(java.util.List<java.lang.String> allTypes)