|
Autopsy
4.15.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<>() |
Definition at line 125 of file IngestJobInfoPanel.java.
| int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getColumnCount | ( | ) |
Definition at line 141 of file IngestJobInfoPanel.java.
| String org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getColumnName | ( | int | column | ) |
Definition at line 163 of file IngestJobInfoPanel.java.
| int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getRowCount | ( | ) |
Definition at line 136 of file IngestJobInfoPanel.java.
| Object org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getValueAt | ( | int | rowIndex, |
| int | columnIndex | ||
| ) |
Definition at line 146 of file IngestJobInfoPanel.java.
|
private |
Definition at line 127 of file IngestJobInfoPanel.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.