Class EditCircuitPaths.PathListModel

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener, javax.swing.ListModel<OPath>
    Enclosing class:
    EditCircuitPaths

    class EditCircuitPaths.PathListModel
    extends javax.swing.AbstractListModel<OPath>
    implements java.beans.PropertyChangeListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) EditFrame _parent  
      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dataChange()  
      OPath getElementAt​(int index)  
      int getSize()  
      void propertyChange​(java.beans.PropertyChangeEvent e)  
      • 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
    • Method Detail

      • getSize

        public int getSize()
        Specified by:
        getSize in interface javax.swing.ListModel<OPath>
      • getElementAt

        public OPath getElementAt​(int index)
        Specified by:
        getElementAt in interface javax.swing.ListModel<OPath>
      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent e)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener