Autopsy  4.16.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< Case.Events > CASE_EVENTS_OF_INTEREST = EnumSet.of(Case.Events.CURRENT_CASE)
 
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 48 of file IngestJobInfoPanel.java.

Constructor & Destructor Documentation

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

Creates new form IngestJobInfoPanel

Definition at line 64 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 243 of file IngestJobInfoPanel.java.

void org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.refresh ( )
private
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 103 of file IngestJobInfoPanel.java.

Member Data Documentation

final Set<Case.Events> org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.CASE_EVENTS_OF_INTEREST = EnumSet.of(Case.Events.CURRENT_CASE)
staticprivate

Definition at line 52 of file IngestJobInfoPanel.java.

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

Definition at line 58 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 51 of file IngestJobInfoPanel.java.

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

Definition at line 54 of file IngestJobInfoPanel.java.

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

Definition at line 55 of file IngestJobInfoPanel.java.

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

Definition at line 298 of file IngestJobInfoPanel.java.

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

Definition at line 56 of file IngestJobInfoPanel.java.

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

Definition at line 299 of file IngestJobInfoPanel.java.

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

Definition at line 57 of file IngestJobInfoPanel.java.

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

Definition at line 300 of file IngestJobInfoPanel.java.

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

Definition at line 301 of file IngestJobInfoPanel.java.

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

Definition at line 302 of file IngestJobInfoPanel.java.

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

Definition at line 303 of file IngestJobInfoPanel.java.

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

Definition at line 50 of file IngestJobInfoPanel.java.

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

Definition at line 59 of file IngestJobInfoPanel.java.


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

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