Go to the documentation of this file.
19package org.sleuthkit.autopsy.centralrepository.contentviewer;
21import java.util.ArrayList;
23import javax.swing.table.AbstractTableModel;
24import org.openide.util.NbBundle.Messages;
25import org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase;
31public class OtherOccurrencesCasesTableModel
extends AbstractTableModel {
39 OtherOccurrencesCasesTableModel() {
53 @Messages({
"OtherOccurrencesCasesTableModel.case=Case",})
56 return Bundle.OtherOccurrencesCasesTableModel_case();
59 @Messages({
"OtherOccurrencesCasesTableModel.noData=No Data."})
68 return Bundle.OtherOccurrencesCasesTableModel_noData();
103 void addCorrelationCase(CorrelationCaseWrapper newCorrelationCaseWrapper) {
105 fireTableDataChanged();
113 fireTableDataChanged();
static final long serialVersionUID
Object getValueAt(int rowIdx, int colIdx)
String getColumnName(int colIdx)
Class< String > getColumnClass(int colIdx)
final List< CorrelationCaseWrapper > correlationCaseList
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.