Class AbstractMultipleOptionsBaseTableModel<E>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static long serialVersionUID  
      • Fields inherited from class javax.swing.table.AbstractTableModel

        listenerList
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void addElement​(E e)  
      void clear()  
      E getElement​(int row)  
      abstract java.util.List<E> getElements()  
      void modifyElement​(int row, E e)  
      void removeElement​(int row)  
      • Methods inherited from class javax.swing.table.AbstractTableModel

        addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.swing.table.TableModel

        getColumnCount, getRowCount, getValueAt
    • Constructor Detail

      • AbstractMultipleOptionsBaseTableModel

        public AbstractMultipleOptionsBaseTableModel()
    • Method Detail

      • getElements

        public abstract java.util.List<E> getElements()
      • getElement

        public E getElement​(int row)
      • addElement

        public void addElement​(E e)
      • modifyElement

        public void modifyElement​(int row,
                                  E e)
      • removeElement

        public void removeElement​(int row)
      • clear

        public void clear()