Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel Class Reference

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())
 

Detailed Description

Panel for displaying ingest job history for a data source.

Definition at line 46 of file IngestJobInfoPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobInfoPanel ( )

Creates new form IngestJobInfoPanel

Definition at line 60 of file IngestJobInfoPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.customizeComponents ( )
private
void org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.initComponents ( )
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.

void org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.refresh ( )
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.

Parameters
selectedDataSourceThe data source.

Definition at line 89 of file IngestJobInfoPanel.java.

Member Data Documentation

final DateFormat org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.datetimeFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss")
private

Definition at line 54 of file IngestJobInfoPanel.java.

final Set<IngestManager.IngestJobEvent> org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.STARTED, IngestManager.IngestJobEvent.CANCELLED, IngestManager.IngestJobEvent.COMPLETED)
staticprivate

Definition at line 49 of file IngestJobInfoPanel.java.

List<IngestJobInfo> org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.ingestJobs
private

Definition at line 50 of file IngestJobInfoPanel.java.

final List<IngestJobInfo> org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.ingestJobsForSelectedDataSource = new ArrayList<>()
private

Definition at line 51 of file IngestJobInfoPanel.java.

javax.swing.JTable org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.ingestJobTable
private

Definition at line 278 of file IngestJobInfoPanel.java.

IngestJobTableModel org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.ingestJobTableModel = new IngestJobTableModel()
private

Definition at line 52 of file IngestJobInfoPanel.java.

javax.swing.JTable org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.ingestModuleTable
private

Definition at line 279 of file IngestJobInfoPanel.java.

IngestModuleTableModel org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.ingestModuleTableModel = new IngestModuleTableModel(null)
private

Definition at line 53 of file IngestJobInfoPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.jLabel1
private

Definition at line 280 of file IngestJobInfoPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.jLabel2
private

Definition at line 281 of file IngestJobInfoPanel.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.jScrollPane1
private

Definition at line 282 of file IngestJobInfoPanel.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.jScrollPane2
private

Definition at line 283 of file IngestJobInfoPanel.java.

final Logger org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.logger = Logger.getLogger(IngestJobInfoPanel.class.getName())
staticprivate

Definition at line 48 of file IngestJobInfoPanel.java.

DataSource org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.selectedDataSource
private

Definition at line 55 of file IngestJobInfoPanel.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.