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

Inherits JPanel.

Public Member Functions

 ExportPanel ()
 
Runnable getXlsxExportAction ()
 
void setXlsxExportAction (Runnable onXlsxExport)
 

Private Member Functions

void initComponents ()
 
void xlsxExportButtonActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

Runnable xlsxExportAction
 

Detailed Description

The panel that provides options for exporting data source summary data.

Definition at line 24 of file ExportPanel.java.

Constructor & Destructor Documentation

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

Member Function Documentation

Runnable org.sleuthkit.autopsy.datasourcesummary.ui.ExportPanel.getXlsxExportAction ( )

Returns the action that handles exporting to excel.

Returns
The action that handles exporting to excel.

Definition at line 40 of file ExportPanel.java.

References org.sleuthkit.autopsy.datasourcesummary.ui.ExportPanel.xlsxExportAction.

void org.sleuthkit.autopsy.datasourcesummary.ui.ExportPanel.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 60 of file ExportPanel.java.

References org.sleuthkit.autopsy.datasourcesummary.ui.ExportPanel.xlsxExportButtonActionPerformed().

Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.ExportPanel.ExportPanel().

void org.sleuthkit.autopsy.datasourcesummary.ui.ExportPanel.setXlsxExportAction ( Runnable  onXlsxExport)

Sets the action that handles exporting to excel.

Parameters
onXlsxExportThe action that handles exporting to excel.

Definition at line 49 of file ExportPanel.java.

Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.DataSourceSummaryTabbedPane.postInit().

void org.sleuthkit.autopsy.datasourcesummary.ui.ExportPanel.xlsxExportButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Member Data Documentation

Runnable org.sleuthkit.autopsy.datasourcesummary.ui.ExportPanel.xlsxExportAction
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.