|
Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel.
Classes | |
| class | IngestJobTableModel |
| class | IngestModuleTableModel |
Public Member Functions | |
| IngestJobInfoPanel () | |
| void | setDataSource (DataSource selectedDataSource) |
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 |
| final List< IngestJobInfo > | ingestJobsForSelectedDataSource = new ArrayList<>() |
| 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 |
| DataSource | selectedDataSource |
Static Private Attributes | |
| static final Set< IngestManager.IngestJobEvent > | INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.STARTED, IngestManager.IngestJobEvent.CANCELLED, IngestManager.IngestJobEvent.COMPLETED) |
| static final Logger | logger = Logger.getLogger(IngestJobInfoPanel.class.getName()) |
Panel for displaying ingest job history for a data source.
Definition at line 46 of file IngestJobInfoPanel.java.
| org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobInfoPanel | ( | ) |
Creates new form IngestJobInfoPanel
Definition at line 60 of file IngestJobInfoPanel.java.
|
private |
Definition at line 67 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 223 of file IngestJobInfoPanel.java.
|
private |
Get the updated complete list of ingest jobs.
Definition at line 111 of file IngestJobInfoPanel.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
| void org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.setDataSource | ( | DataSource | selectedDataSource | ) |
Changes the data source for which ingest jobs are being displayed.
| selectedDataSource | The data source. |
Definition at line 89 of file IngestJobInfoPanel.java.
|
private |
Definition at line 54 of file IngestJobInfoPanel.java.
|
staticprivate |
Definition at line 49 of file IngestJobInfoPanel.java.
|
private |
Definition at line 50 of file IngestJobInfoPanel.java.
|
private |
Definition at line 51 of file IngestJobInfoPanel.java.
|
private |
Definition at line 278 of file IngestJobInfoPanel.java.
|
private |
Definition at line 52 of file IngestJobInfoPanel.java.
|
private |
Definition at line 279 of file IngestJobInfoPanel.java.
|
private |
Definition at line 53 of file IngestJobInfoPanel.java.
|
private |
Definition at line 280 of file IngestJobInfoPanel.java.
|
private |
Definition at line 281 of file IngestJobInfoPanel.java.
|
private |
Definition at line 282 of file IngestJobInfoPanel.java.
|
private |
Definition at line 283 of file IngestJobInfoPanel.java.
|
staticprivate |
Definition at line 48 of file IngestJobInfoPanel.java.
|
private |
Definition at line 55 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.