Interface MutableListModel<T>

  • All Superinterfaces:
    javax.swing.ListModel<T>
    All Known Subinterfaces:
    SortableListModel<T>
    All Known Implementing Classes:
    SortableListModelImpl

    public interface MutableListModel<T>
    extends javax.swing.ListModel<T>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean add​(T element)  
      boolean addAll​(java.lang.Iterable<T> elements)  
      void clear()  
      • Methods inherited from interface javax.swing.ListModel

        addListDataListener, getElementAt, getSize, removeListDataListener
    • Method Detail

      • add

        boolean add​(T element)
      • addAll

        boolean addAll​(java.lang.Iterable<T> elements)
      • clear

        void clear()