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 col) |
int | getRowCount () |
Object | getValueAt (int rowIndex, int columnIndex) |
Private Member Functions | |
IngestThreadActivitySnapshotsTableModel () | |
void | refresh () |
Private Attributes | |
final String[] | columnNames |
List< IngestManager.IngestThreadActivitySnapshot > | snapshots |
Definition at line 88 of file IngestProgressSnapshotPanel.java.
|
private |
Definition at line 106 of file IngestProgressSnapshotPanel.java.
int org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.getColumnCount | ( | ) |
Definition at line 121 of file IngestProgressSnapshotPanel.java.
String org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.getColumnName | ( | int | col | ) |
Definition at line 126 of file IngestProgressSnapshotPanel.java.
int org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.getRowCount | ( | ) |
Definition at line 116 of file IngestProgressSnapshotPanel.java.
Object org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.getValueAt | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 131 of file IngestProgressSnapshotPanel.java.
|
private |
Definition at line 110 of file IngestProgressSnapshotPanel.java.
|
private |
Definition at line 90 of file IngestProgressSnapshotPanel.java.
|
private |
Definition at line 104 of file IngestProgressSnapshotPanel.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.