Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel Class Reference

Inherits org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.

Public Member Functions

 RecentFilesPanel ()
 
 RecentFilesPanel (RecentFilesSummary dataHandler)
 
void close ()
 

Protected Member Functions

void fetchInformation (DataSource dataSource)
 
void fetchInformation (List< DataFetchComponents< DataSource,?>> dataFetchComponents, DataSource dataSource)
 
synchronized DataSource getDataSource ()
 
String getDefaultNoIngestMessage (String moduleName)
 
IngestModuleCheckUtil getIngestModuleCheckUtil ()
 
void onNewDataSource (DataSource dataSource)
 
void onNewDataSource (List< DataFetchComponents< DataSource,?>> dataFetchComponents, List<?extends LoadableComponent<?>> loadableComponents, DataSource dataSource)
 
void submit (List<?extends SwingWorker<?,?>> workers)
 

Private Member Functions

void initalizeAttchementsTable ()
 
void initalizeDownloadTable ()
 
void initalizeOpenDocsTable ()
 
void initalizeTables ()
 
void initComponents ()
 

Private Attributes

javax.swing.JPanel attachmentsPane
 
final List< DataFetchWorker.DataFetchComponents< DataSource,?> > dataFetchComponents = new ArrayList<>()
 
final RecentFilesSummary dataHandler
 
javax.swing.JPanel downloadsPane
 
final IngestRunningLabel ingestRunningLabel = new IngestRunningLabel()
 
javax.swing.JPanel openedDocPane
 
final List< JTablePanel<?> > tablePanelList = new ArrayList<>()
 

Static Private Attributes

static final String EMAIL_PARSER_FACTORY = "org.sleuthkit.autopsy.thunderbirdparser.EmailParserModuleFactory"
 
static final String EMAIL_PARSER_MODULE_NAME = Bundle.RecentFilePanel_emailParserModuleName()
 
static final long serialVersionUID = 1L
 

Detailed Description

Data Source Summary recent files panel.

Definition at line 41 of file RecentFilesPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.RecentFilesPanel ( )

Default constructor.

Definition at line 65 of file RecentFilesPanel.java.

org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.RecentFilesPanel ( RecentFilesSummary  dataHandler)

Member Function Documentation

void org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.close ( )
void org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.fetchInformation ( DataSource  dataSource)
protected

Definition at line 81 of file RecentFilesPanel.java.

void org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.fetchInformation ( List< DataFetchComponents< DataSource,?>>  dataFetchComponents,
DataSource  dataSource 
)
protectedinherited

Utility method to be called when solely updating information (not showing a loading screen) that creates swing workers from the data source argument and data fetch components and then submits them to run.

Parameters
dataFetchComponentsThe components to be run.
dataSourceThe data source argument.

Definition at line 292 of file BaseDataSourceSummaryPanel.java.

synchronized DataSource org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.getDataSource ( )
protectedinherited
Returns
The current data source.

Definition at line 252 of file BaseDataSourceSummaryPanel.java.

String org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.getDefaultNoIngestMessage ( String  moduleName)
protectedinherited

Get default message when there is a NotIngestedWithModuleException.

Parameters
exceptionThe moduleName.
Returns
Message specifying that the ingest module was not run.

Definition at line 355 of file BaseDataSourceSummaryPanel.java.

IngestModuleCheckUtil org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.getIngestModuleCheckUtil ( )
protectedinherited

Utility method to return the IngestModuleCheckUtil.

Returns
The IngestModuleCheckUtil.

Definition at line 364 of file BaseDataSourceSummaryPanel.java.

void org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initalizeAttchementsTable ( )
private
void org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initalizeDownloadTable ( )
private
void org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initalizeOpenDocsTable ( )
private
void org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initalizeTables ( )
private
void org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initComponents ( )
private
void org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.onNewDataSource ( DataSource  dataSource)
protected

Definition at line 86 of file RecentFilesPanel.java.

void org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.onNewDataSource ( List< DataFetchComponents< DataSource,?>>  dataFetchComponents,
List<?extends LoadableComponent<?>>  loadableComponents,
DataSource  dataSource 
)
protectedinherited

Utility method that shows a loading screen with loadable components, create swing workers from the datafetch components and data source argument and submits them to be executed.

Parameters
dataFetchComponentsThe components to register.
loadableComponentsThe components to set to a loading screen.
dataSourceThe data source argument.

Definition at line 326 of file BaseDataSourceSummaryPanel.java.

void org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.submit ( List<?extends SwingWorker<?,?>>  workers)
protectedinherited

Submits the following swing workers for execution in sequential order. If there are any previous workers, those workers are cancelled.

Parameters
workersThe workers to submit for execution.

Definition at line 262 of file BaseDataSourceSummaryPanel.java.

Member Data Documentation

javax.swing.JPanel org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.attachmentsPane
private
final List<DataFetchWorker.DataFetchComponents<DataSource, ?> > org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.dataFetchComponents = new ArrayList<>()
private

Definition at line 48 of file RecentFilesPanel.java.

final RecentFilesSummary org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.dataHandler
private
javax.swing.JPanel org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.downloadsPane
private
final String org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.EMAIL_PARSER_FACTORY = "org.sleuthkit.autopsy.thunderbirdparser.EmailParserModuleFactory"
staticprivate

Definition at line 44 of file RecentFilesPanel.java.

final String org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.EMAIL_PARSER_MODULE_NAME = Bundle.RecentFilePanel_emailParserModuleName()
staticprivate

Definition at line 45 of file RecentFilesPanel.java.

final IngestRunningLabel org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.ingestRunningLabel = new IngestRunningLabel()
private
javax.swing.JPanel org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.openedDocPane
private
final long org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.serialVersionUID = 1L
staticprivate

Definition at line 43 of file RecentFilesPanel.java.

final List<JTablePanel<?> > org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.tablePanelList = new ArrayList<>()
private

Definition at line 47 of file RecentFilesPanel.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.