Package editor

Class TypePopup.TypeModel

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.ListModel<java.lang.CharSequence>
    Enclosing class:
    TypePopup

    class TypePopup.TypeModel
    extends javax.swing.AbstractListModel<java.lang.CharSequence>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.ArrayList<java.lang.CharSequence> _allTypes  
      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.CharSequence 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

        java.util.ArrayList<java.lang.CharSequence> _allTypes
    • Constructor Detail

      • TypeModel

        TypeModel​(java.util.ArrayList<java.lang.CharSequence> allTypes)
    • Method Detail

      • getSize

        public int getSize()
      • getElementAt

        public java.lang.CharSequence getElementAt​(int i)