Package jmri.profile

Class ProfileListModel

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.ListModel<Profile>

    public class ProfileListModel
    extends javax.swing.AbstractListModel<Profile>
    A list of Profiles, suitable for use in Swing components that display a list of items.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Profile getElementAt​(int index)  
      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