Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractTableModel.
Public Member Functions | |
Class< String > | getColumnClass (int colIdx) |
int | getColumnCount () |
String | getColumnName (int colIdx) |
int | getRowCount () |
Object | getValueAt (int rowIdx, int colIdx) |
Private Attributes | |
final List< CorrelationCaseWrapper > | correlationCaseList = new ArrayList<>() |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Model for cells in the cases section of the other occurrences data content viewer
Definition at line 31 of file OtherOccurrencesCasesTableModel.java.
Class<String> org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getColumnClass | ( | int | colIdx | ) |
Definition at line 94 of file OtherOccurrencesCasesTableModel.java.
int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getColumnCount | ( | ) |
Definition at line 44 of file OtherOccurrencesCasesTableModel.java.
String org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getColumnName | ( | int | colIdx | ) |
Definition at line 55 of file OtherOccurrencesCasesTableModel.java.
int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getRowCount | ( | ) |
Object org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getValueAt | ( | int | rowIdx, |
int | colIdx | ||
) |
Definition at line 61 of file OtherOccurrencesCasesTableModel.java.
Referenced by org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.updateOnFileSelection().
|
private |
Definition at line 34 of file OtherOccurrencesCasesTableModel.java.
|
staticprivate |
Definition at line 33 of file OtherOccurrencesCasesTableModel.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.