Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel.
Classes | |
class | DataSourceTab |
Public Member Functions | |
DataSourceSummaryTabbedPane () | |
void | close () |
DataSource | getDataSource () |
void | setDataSource (DataSource dataSource) |
Private Member Functions | |
void | initComponents () |
void | notifyParentClose () |
void | postInit () |
Private Attributes | |
CardLayout | cardLayout |
final PropertyChangeListener | caseEventsListener |
DataSource | dataSource = null |
final IngestJobInfoPanel | ingestHistoryPanel = new IngestJobInfoPanel() |
Runnable | notifyParentClose = null |
javax.swing.JTabbedPane | tabbedPane |
final List< DataSourceTab > | tabs |
Static Private Attributes | |
static final String | NO_DATASOURCE_PANE = "noDataSourcePane" |
static final long | serialVersionUID = 1L |
static final String | TABBED_PANE = "tabbedPane" |
A tabbed pane showing the summary of a data source including tabs of: DataSourceSummaryCountsPanel, ContainerPanel, and IngestJobInfoPanel.
Definition at line 48 of file DataSourceSummaryTabbedPane.java.
org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.DataSourceSummaryTabbedPane | ( | ) |
Creates new form TabPane
Definition at line 175 of file DataSourceSummaryTabbedPane.java.
References org.sleuthkit.autopsy.casemodule.Case.addEventTypeSubscriber(), and org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE.
void org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.close | ( | ) |
Handle close events on each tab.
Definition at line 254 of file DataSourceSummaryTabbedPane.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE, and org.sleuthkit.autopsy.casemodule.Case.removeEventTypeSubscriber().
DataSource org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.getDataSource | ( | ) |
The datasource currently used as the model in this panel.
Definition at line 226 of file DataSourceSummaryTabbedPane.java.
|
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 271 of file DataSourceSummaryTabbedPane.java.
|
private |
Sends event that parent should close.
Definition at line 184 of file DataSourceSummaryTabbedPane.java.
|
private |
Method called right after initComponents during initialization.
Definition at line 202 of file DataSourceSummaryTabbedPane.java.
void org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.setDataSource | ( | DataSource | dataSource | ) |
Sets datasource to visualize in the tabbed panel.
dataSource | The datasource to use in this panel. |
Definition at line 235 of file DataSourceSummaryTabbedPane.java.
|
private |
Definition at line 161 of file DataSourceSummaryTabbedPane.java.
|
private |
On case close, clear the currently held data source summary node.
Definition at line 166 of file DataSourceSummaryTabbedPane.java.
|
private |
Definition at line 160 of file DataSourceSummaryTabbedPane.java.
|
private |
Definition at line 140 of file DataSourceSummaryTabbedPane.java.
|
staticprivate |
Definition at line 137 of file DataSourceSummaryTabbedPane.java.
|
private |
Definition at line 139 of file DataSourceSummaryTabbedPane.java.
|
staticprivate |
Definition at line 133 of file DataSourceSummaryTabbedPane.java.
|
staticprivate |
Definition at line 136 of file DataSourceSummaryTabbedPane.java.
|
private |
Definition at line 296 of file DataSourceSummaryTabbedPane.java.
|
private |
Definition at line 142 of file DataSourceSummaryTabbedPane.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.