Class SourceEditor.AvailableSourcesModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<ExtendedSourceEntry> data  
      • Fields inherited from class javax.swing.table.AbstractTableModel

        listenerList
    • Constructor Summary

      Constructors 
      Constructor Description
      AvailableSourcesModel()
      Constructs a new AvailableSourcesListModel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumnCount()  
      int getRowCount()  
      ExtendedSourceEntry getValueAt​(int rowIndex)  
      ExtendedSourceEntry getValueAt​(int rowIndex, int ignored)  
      void setSources​(java.util.List<ExtendedSourceEntry> sources)
      Sets the source list.
      • 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