Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel.
Classes | |
class | IngestJobTableModel |
class | IngestModuleTableModel |
Public Member Functions | |
IngestJobInfoPanel () | |
Private Member Functions | |
void | customizeComponents () |
void | initComponents () |
void | refresh () |
Private Attributes | |
final DateFormat | datetimeFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss") |
List< IngestJobInfo > | ingestJobs |
javax.swing.JTable | ingestJobTable |
IngestJobTableModel | ingestJobTableModel = new IngestJobTableModel() |
javax.swing.JTable | ingestModuleTable |
IngestModuleTableModel | ingestModuleTableModel = new IngestModuleTableModel(null) |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel2 |
javax.swing.JScrollPane | jScrollPane1 |
javax.swing.JScrollPane | jScrollPane2 |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(IngestJobInfoPanel.class.getName()) |
Panel for displaying ingest job history.
Definition at line 43 of file IngestJobInfoPanel.java.
org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobInfoPanel | ( | ) |
Creates new form IngestJobInfoPanel
Definition at line 54 of file IngestJobInfoPanel.java.
|
private |
Definition at line 61 of file IngestJobInfoPanel.java.
References org.sleuthkit.autopsy.ingest.IngestManager.addIngestJobEventListener(), org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.CANCELLED, org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.COMPLETED, org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), and org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.STARTED.
|
private |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
Definition at line 200 of file IngestJobInfoPanel.java.
|
private |
Definition at line 77 of file IngestJobInfoPanel.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
Definition at line 49 of file IngestJobInfoPanel.java.
|
private |
Definition at line 46 of file IngestJobInfoPanel.java.
|
private |
Definition at line 255 of file IngestJobInfoPanel.java.
|
private |
Definition at line 47 of file IngestJobInfoPanel.java.
|
private |
Definition at line 256 of file IngestJobInfoPanel.java.
|
private |
Definition at line 48 of file IngestJobInfoPanel.java.
|
private |
Definition at line 257 of file IngestJobInfoPanel.java.
|
private |
Definition at line 258 of file IngestJobInfoPanel.java.
|
private |
Definition at line 259 of file IngestJobInfoPanel.java.
|
private |
Definition at line 260 of file IngestJobInfoPanel.java.
|
staticprivate |
Definition at line 45 of file IngestJobInfoPanel.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.