|
Autopsy
4.9.1
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<>() |
Definition at line 93 of file IngestJobInfoPanel.java.
| int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getColumnCount | ( | ) |
Definition at line 110 of file IngestJobInfoPanel.java.
| String org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getColumnName | ( | int | column | ) |
Definition at line 140 of file IngestJobInfoPanel.java.
| int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getRowCount | ( | ) |
Definition at line 105 of file IngestJobInfoPanel.java.
| Object org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getValueAt | ( | int | rowIndex, |
| int | columnIndex | ||
| ) |
Definition at line 115 of file IngestJobInfoPanel.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
Definition at line 95 of file IngestJobInfoPanel.java.
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.