|
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 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 | ( | ) |
Definition at line 49 of file OtherOccurrencesCasesTableModel.java.
Referenced by org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.getCaseCreatedDate(), org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.populateTableForOneType(), org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.saveToCSV(), org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.updateOnCaseSelection(), and org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.updateOnFileSelection().
| 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.OtherOccurrencesPanel.updateOnFileSelection().
|
private |
Definition at line 34 of file OtherOccurrencesCasesTableModel.java.
|
staticprivate |
Definition at line 33 of file OtherOccurrencesCasesTableModel.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.