Autopsy
4.21.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 Member Functions | |
String | createNodeKey (NodeData nodeData) |
Private Attributes | |
final List< String > | nodeKeys = new ArrayList<>() |
final Map< String, List< NodeData > > | nodeMap = new HashMap<>() |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(OtherOccurrencesFilesTableModel.class.getName()) |
static final long | serialVersionUID = 1L |
Model for cells in the files section of the other occurrences data content viewer
Definition at line 40 of file OtherOccurrencesFilesTableModel.java.
|
private |
Definition at line 124 of file OtherOccurrencesFilesTableModel.java.
References org.sleuthkit.autopsy.centralrepository.application.NodeData.getCaseName(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase.getCaseUUID(), org.sleuthkit.autopsy.centralrepository.application.NodeData.getCorrelationAttributeInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationCase(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.centralrepository.application.NodeData.getDataSourceName(), org.sleuthkit.autopsy.centralrepository.application.NodeData.getDeviceID(), org.sleuthkit.autopsy.centralrepository.application.NodeData.getFilePath(), org.sleuthkit.autopsy.casemodule.Case.getName(), and org.sleuthkit.autopsy.centralrepository.application.OtherOccurrences.getPlaceholderUUID().
Class<String> org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getColumnClass | ( | int | colIdx | ) |
Definition at line 103 of file OtherOccurrencesFilesTableModel.java.
int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getColumnCount | ( | ) |
Definition at line 55 of file OtherOccurrencesFilesTableModel.java.
String org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getColumnName | ( | int | colIdx | ) |
Definition at line 67 of file OtherOccurrencesFilesTableModel.java.
int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getRowCount | ( | ) |
Definition at line 60 of file OtherOccurrencesFilesTableModel.java.
Referenced by org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.showCaseDetails(), org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.updateOnDataSourceSelection(), and org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.updateOnFileSelection().
Object org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getValueAt | ( | int | rowIdx, |
int | colIdx | ||
) |
Definition at line 72 of file OtherOccurrencesFilesTableModel.java.
|
staticprivate |
Definition at line 43 of file OtherOccurrencesFilesTableModel.java.
|
private |
Definition at line 44 of file OtherOccurrencesFilesTableModel.java.
|
private |
Definition at line 45 of file OtherOccurrencesFilesTableModel.java.
|
staticprivate |
Definition at line 42 of file OtherOccurrencesFilesTableModel.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.