Class BrowserView.BrowserColumnList.Model

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.ListModel
    Enclosing class:
    BrowserView.BrowserColumnList

    protected class BrowserView.BrowserColumnList.Model
    extends javax.swing.AbstractListModel
    BrowserColumnListModel.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Model()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fireContentsChanged​(java.lang.Object src, int ind0, int ind1)  
      java.lang.Object getElementAt​(int anIndex)  
      int getSize()  
      • Methods inherited from class javax.swing.AbstractListModel

        addListDataListener, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Model

        protected Model()
    • Method Detail

      • getSize

        public int getSize()
      • getElementAt

        public java.lang.Object getElementAt​(int anIndex)
      • fireContentsChanged

        public void fireContentsChanged​(java.lang.Object src,
                                        int ind0,
                                        int ind1)
        Overrides:
        fireContentsChanged in class javax.swing.AbstractListModel