Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractTableModel.
Public Member Functions | |
int | getColumnCount () |
String | getColumnName (int column) |
int | getRowCount () |
Object | getValueAt (int rowIndex, int columnIndex) |
Private Attributes | |
final List< String > | columnHeaders = new ArrayList<>() |
final IngestJobInfo | currJob |
Definition at line 243 of file IngestJobInfoPanel.java.
int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getColumnCount | ( | ) |
Definition at line 263 of file IngestJobInfoPanel.java.
String org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getColumnName | ( | int | column | ) |
Definition at line 282 of file IngestJobInfoPanel.java.
int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getRowCount | ( | ) |
Definition at line 255 of file IngestJobInfoPanel.java.
Object org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getValueAt | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 268 of file IngestJobInfoPanel.java.
|
private |
Definition at line 245 of file IngestJobInfoPanel.java.
|
private |
Definition at line 246 of file IngestJobInfoPanel.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Mar 28 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.