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.datasourcesummary.ui.DataSourceSummaryTabbedPane Class Reference

Inherits JTabbedPane.

Classes

class  DataSourceTab
 

Public Member Functions

 DataSourceSummaryTabbedPane ()
 
void close ()
 
DataSource getDataSource ()
 
void setDataSource (DataSource dataSource)
 

Private Member Functions

void initComponent ()
 

Private Attributes

DataSource dataSource = null
 
final IngestJobInfoPanel ingestHistoryPanel = new IngestJobInfoPanel()
 
final List< DataSourceTabtabs
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A tabbed pane showing the summary of a data source including tabs of: DataSourceSummaryCountsPanel, ContainerPanel, and IngestJobInfoPanel.

Definition at line 43 of file DataSourceSummaryTabbedPane.java.

Constructor & Destructor Documentation

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

Constructs a tabbed pane showing the summary of a data source.

Definition at line 134 of file DataSourceSummaryTabbedPane.java.

Member Function Documentation

void org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.close ( )

Handle close events on each tab.

Definition at line 169 of file DataSourceSummaryTabbedPane.java.

DataSource org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.getDataSource ( )

The datasource currently used as the model in this panel.

Returns
The datasource currently being used as the model in this panel.

Definition at line 149 of file DataSourceSummaryTabbedPane.java.

void org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.initComponent ( )
private

Definition at line 138 of file DataSourceSummaryTabbedPane.java.

void org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.setDataSource ( DataSource  dataSource)

Sets datasource to visualize in the tabbed panel.

Parameters
dataSourceThe datasource to use in this panel.

Definition at line 158 of file DataSourceSummaryTabbedPane.java.

Member Data Documentation

DataSource org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.dataSource = null
private

Definition at line 129 of file DataSourceSummaryTabbedPane.java.

final IngestJobInfoPanel org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.ingestHistoryPanel = new IngestJobInfoPanel()
private

Definition at line 115 of file DataSourceSummaryTabbedPane.java.

final long org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.serialVersionUID = 1L
staticprivate

Definition at line 113 of file DataSourceSummaryTabbedPane.java.

final List<DataSourceTab> org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.tabs
private
Initial value:
= Arrays.asList(
new DataSourceTab(Bundle.DataSourceSummaryTabbedPane_typesTab_title(), new TypesPanel()),
new DataSourceTab(Bundle.DataSourceSummaryTabbedPane_userActivityTab_title(), new UserActivityPanel()),
new DataSourceTab(Bundle.DataSourceSummaryTabbedPane_analysisTab_title(), new AnalysisPanel()),
new DataSourceTab(Bundle.DataSourceSummaryTabbedPane_recentFileTab_title(), new RecentFilesPanel()),
new DataSourceTab(Bundle.DataSourceSummaryTabbedPane_pastCasesTab_title(), new PastCasesPanel()),
new DataSourceTab(Bundle.DataSourceSummaryTabbedPane_ingestHistoryTab_title(), ingestHistoryPanel, ingestHistoryPanel::setDataSource, () -> {
}),
new DataSourceTab(Bundle.DataSourceSummaryTabbedPane_detailsTab_title(), new ContainerPanel())
)

Definition at line 117 of file DataSourceSummaryTabbedPane.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.