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 col) |
int | getRowCount () |
Object | getValueAt (int rowIndex, int columnIndex) |
Private Member Functions | |
IngestJobTableModel () | |
void | refresh () |
Private Attributes | |
final String[] | columnNames |
List< DataSourceIngestJob.Snapshot > | jobSnapshots |
Definition at line 166 of file IngestProgressSnapshotPanel.java.
|
private |
Definition at line 188 of file IngestProgressSnapshotPanel.java.
int org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestJobTableModel.getColumnCount | ( | ) |
Definition at line 203 of file IngestProgressSnapshotPanel.java.
String org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestJobTableModel.getColumnName | ( | int | col | ) |
Definition at line 208 of file IngestProgressSnapshotPanel.java.
int org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestJobTableModel.getRowCount | ( | ) |
Definition at line 198 of file IngestProgressSnapshotPanel.java.
Object org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestJobTableModel.getValueAt | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 213 of file IngestProgressSnapshotPanel.java.
|
private |
Definition at line 192 of file IngestProgressSnapshotPanel.java.
|
private |
Definition at line 168 of file IngestProgressSnapshotPanel.java.
|
private |
Definition at line 186 of file IngestProgressSnapshotPanel.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.