Autopsy
4.12.0
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 171 of file IngestJobInfoPanel.java.
int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getColumnCount | ( | ) |
Definition at line 191 of file IngestJobInfoPanel.java.
String org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getColumnName | ( | int | column | ) |
Definition at line 210 of file IngestJobInfoPanel.java.
int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getRowCount | ( | ) |
Definition at line 183 of file IngestJobInfoPanel.java.
Object org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getValueAt | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 196 of file IngestJobInfoPanel.java.
|
private |
Definition at line 173 of file IngestJobInfoPanel.java.
|
private |
Definition at line 174 of file IngestJobInfoPanel.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.