Class TabListPopup.TabListModel

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.ListModel<ITab>
    Enclosing class:
    TabListPopup

    class TabListPopup.TabListModel
    extends javax.swing.AbstractListModel<ITab>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<ITab> _tabs  
      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Constructor Summary

      Constructors 
      Constructor Description
      TabListModel​(java.util.List<ITab> tabs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ITab 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

      • _tabs

        java.util.List<ITab> _tabs
    • Constructor Detail

      • TabListModel

        TabListModel​(java.util.List<ITab> tabs)
    • Method Detail

      • getSize

        public int getSize()
      • getElementAt

        public ITab getElementAt​(int i)