Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Static Public Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction Class Reference

Inherits CallableSystemAction, Toolbar, and ActionListener.

Classes

class  ReportWorker
 

Public Member Functions

 ReportWizardAction ()
 
void actionPerformed (ActionEvent e)
 
HelpCtx getHelpCtx ()
 
String getName ()
 
Component getToolbarPresenter ()
 
void performAction ()
 
void setEnabled (boolean value)
 

Static Public Member Functions

static void doReportWizard (String configName, boolean displayCaseSpecificData, boolean runReports)
 

Static Private Member Functions

static void saveReportingConfiguration (String configName, WizardDescriptor wiz) throws ReportConfigException
 

Private Attributes

final JButton toolbarButton = new JButton()
 

Static Private Attributes

static final String ACTION_NAME = NbBundle.getMessage(ReportWizardAction.class, "ReportWizardAction.actionName.text")
 
static final boolean DISPLAY_CASE_SPECIFIC_DATA = true
 
static final Logger logger = Logger.getLogger(ReportWizardAction.class.getName())
 
static ReportGenerationPanel panel
 
static final String REPORTING_CONFIGURATION_NAME = "ReportAction"
 
static final boolean RUN_REPORTS = true
 

Detailed Description

Definition at line 63 of file ReportWizardAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.ReportWizardAction ( )

Member Function Documentation

void org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.actionPerformed ( ActionEvent  e)

Definition at line 155 of file ReportWizardAction.java.

static void org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.doReportWizard ( String  configName,
boolean  displayCaseSpecificData,
boolean  runReports 
)
static

When the Generate Report button or menu item is selected, open the reporting wizard. When the wizard is finished, create a ReportGenerator with the wizard information, and start all necessary reports.

Parameters
configNameName of the reporting configuration to use
displayCaseSpecificDataFlag whether to use case specific data in UI panels or to use all possible result types
runReportsFlag whether to produce report(s)

Definition at line 85 of file ReportWizardAction.java.

References org.sleuthkit.autopsy.report.infrastructure.ReportGenerator.generateReports().

HelpCtx org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.getHelpCtx ( )

Definition at line 171 of file ReportWizardAction.java.

String org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.getName ( )

Definition at line 166 of file ReportWizardAction.java.

Component org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.getToolbarPresenter ( )

Returns the tool bar component of this action

Returns
component the tool bar button

Definition at line 181 of file ReportWizardAction.java.

void org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.performAction ( )

Definition at line 162 of file ReportWizardAction.java.

static void org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.saveReportingConfiguration ( String  configName,
WizardDescriptor  wiz 
) throws ReportConfigException
staticprivate

Definition at line 117 of file ReportWizardAction.java.

void org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.setEnabled ( boolean  value)

Set this action to be enabled/disabled

Parameters
valuewhether to enable this action or not

Definition at line 194 of file ReportWizardAction.java.

Member Data Documentation

final String org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.ACTION_NAME = NbBundle.getMessage(ReportWizardAction.class, "ReportWizardAction.actionName.text")
staticprivate

Definition at line 70 of file ReportWizardAction.java.

final boolean org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.DISPLAY_CASE_SPECIFIC_DATA = true
staticprivate

Definition at line 67 of file ReportWizardAction.java.

final Logger org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.logger = Logger.getLogger(ReportWizardAction.class.getName())
staticprivate

Definition at line 65 of file ReportWizardAction.java.

ReportGenerationPanel org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.panel
staticprivate

Definition at line 71 of file ReportWizardAction.java.

final String org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.REPORTING_CONFIGURATION_NAME = "ReportAction"
staticprivate

Definition at line 66 of file ReportWizardAction.java.

final boolean org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.RUN_REPORTS = true
staticprivate

Definition at line 68 of file ReportWizardAction.java.

final JButton org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.toolbarButton = new JButton()
private

Definition at line 69 of file ReportWizardAction.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.