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

Inherits JDialog.

Public Member Functions

 ExcelExportDialog (java.awt.Frame parent, File filePath)
 

Private Member Functions

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

Private Attributes

javax.swing.JTextArea linkText
 

Static Private Attributes

static final Logger logger = Logger.getLogger(ExcelExportDialog.class.getName())
 

Detailed Description

Dialog showing where the data source summary excel export can be located.

Definition at line 38 of file ExcelExportDialog.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.ui.ExcelExportDialog.ExcelExportDialog ( java.awt.Frame  parent,
File  filePath 
)

Creates new form ExcelExportDialog

Definition at line 45 of file ExcelExportDialog.java.

Member Function Documentation

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

void org.sleuthkit.autopsy.datasourcesummary.ui.ExcelExportDialog.okButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 135 of file ExcelExportDialog.java.

Member Data Documentation

javax.swing.JTextArea org.sleuthkit.autopsy.datasourcesummary.ui.ExcelExportDialog.linkText
private

Definition at line 141 of file ExcelExportDialog.java.

final Logger org.sleuthkit.autopsy.datasourcesummary.ui.ExcelExportDialog.logger = Logger.getLogger(ExcelExportDialog.class.getName())
staticprivate

Definition at line 40 of file ExcelExportDialog.java.


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.