Autopsy  4.17.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)
 
CellModelTableCellRenderer.MenuItem getArtifactNavigateItem (BlackboardArtifact artifact)
 
synchronized DataSource getDataSource ()
 
CellModelTableCellRenderer.MenuItem getFileNavigateItem (String path)
 
CellModelTableCellRenderer.MenuItem getFileNavigateItem (AbstractFile file)
 
void notifyParentClose ()
 
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

Supplier< List< MenuItem > > getPopupFunct (RecentFileDetails record)
 
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 long serialVersionUID = 1L
 

Detailed Description

Data Source Summary recent files panel.

Definition at line 43 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 111 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 418 of file BaseDataSourceSummaryPanel.java.

CellModelTableCellRenderer.MenuItem org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.getArtifactNavigateItem ( BlackboardArtifact  artifact)
protectedinherited

Given the relevant artifact, navigates to the artifact in the tree and closes data source summary dialog if open.

Parameters
artifactThe artifact.
Returns
The menu item for a go to artifact menu item.

Definition at line 247 of file BaseDataSourceSummaryPanel.java.

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

Definition at line 378 of file BaseDataSourceSummaryPanel.java.

CellModelTableCellRenderer.MenuItem org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.getFileNavigateItem ( String  path)
protectedinherited

Creates a menu item to navigate to a file.

Parameters
pathThe path to the file.
Returns
The menu item or null if file cannot be found in data source.

Definition at line 295 of file BaseDataSourceSummaryPanel.java.

CellModelTableCellRenderer.MenuItem org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.getFileNavigateItem ( AbstractFile  file)
protectedinherited

Given the relevant file, navigates to the file in the tree and closes data source summary dialog if open.

Parameters
fileThe file.
Returns
The menu item list for a go to artifact menu item.

Definition at line 323 of file BaseDataSourceSummaryPanel.java.

Supplier<List<MenuItem> > org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.getPopupFunct ( RecentFileDetails  record)
private

Takes a base class of RecentFileDetails and provides the pertinent menu items.

Parameters
recordThe RecentFileDetails instance.
Returns
The menu items list containing one action or navigating to the appropriate artifact/file and closing the data source summary dialog if open.

Definition at line 89 of file RecentFilesPanel.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getArtifact(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getPath().

Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initalizeAttchementsTable(), org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initalizeDownloadTable(), and org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initalizeOpenDocsTable().

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.BaseDataSourceSummaryPanel.notifyParentClose ( )
protectedinherited

Sends event that parent should close.

Definition at line 360 of file BaseDataSourceSummaryPanel.java.

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

Definition at line 116 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 452 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 388 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 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 45 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-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.