Class ConfigListPanel.Model<T extends ConfigListPanel.EditItem>

    • Field Summary

      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Constructor Summary

      Constructors 
      Constructor Description
      Model()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void add​(T item)  
      abstract void clear()  
      abstract ConfigurationPropertyModel getConfigModel()  
      abstract boolean isEmpty()  
      abstract void refresh()  
      abstract void remove​(java.util.List<T> sel)  
      • 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
      • Methods inherited from interface javax.swing.ListModel

        getElementAt, getSize
    • Constructor Detail

      • Model

        public Model()
    • Method Detail

      • add

        public abstract void add​(T item)
      • refresh

        public abstract void refresh()
      • remove

        public abstract void remove​(java.util.List<T> sel)
      • clear

        public abstract void clear()
      • isEmpty

        public abstract boolean isEmpty()