Class AbstractHistoryReferencesTableModel<T extends HistoryReferencesTableEntry>

    • Constructor Detail

      • AbstractHistoryReferencesTableModel

        public AbstractHistoryReferencesTableModel​(HistoryReferencesTableModel.Column[] columns)
        Constructs an AbstractHistoryReferencesTableModel with the specified columns (in the specified order).
        Parameters:
        columns - the columns that will have the model
        Throws:
        java.lang.IllegalArgumentException - if columns is null or empty.