Autopsy
4.7.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 148 of file IngestJobInfoPanel.java.
int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getColumnCount | ( | ) |
Definition at line 168 of file IngestJobInfoPanel.java.
String org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getColumnName | ( | int | column | ) |
Definition at line 187 of file IngestJobInfoPanel.java.
int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getRowCount | ( | ) |
Definition at line 160 of file IngestJobInfoPanel.java.
Object org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getValueAt | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 173 of file IngestJobInfoPanel.java.
|
private |
Definition at line 150 of file IngestJobInfoPanel.java.
|
private |
Definition at line 151 of file IngestJobInfoPanel.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.