|
Autopsy
4.16.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 191 of file IngestJobInfoPanel.java.
| int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getColumnCount | ( | ) |
Definition at line 211 of file IngestJobInfoPanel.java.
| String org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getColumnName | ( | int | column | ) |
Definition at line 230 of file IngestJobInfoPanel.java.
| int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getRowCount | ( | ) |
Definition at line 203 of file IngestJobInfoPanel.java.
| Object org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestModuleTableModel.getValueAt | ( | int | rowIndex, |
| int | columnIndex | ||
| ) |
Definition at line 216 of file IngestJobInfoPanel.java.
|
private |
Definition at line 193 of file IngestJobInfoPanel.java.
|
private |
Definition at line 194 of file IngestJobInfoPanel.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.