Autopsy  4.16.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 Set< String > getReportConfigNames ()
 

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 66 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 175 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 88 of file ReportWizardAction.java.

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

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

Definition at line 191 of file ReportWizardAction.java.

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

Definition at line 186 of file ReportWizardAction.java.

static Set<String> org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.getReportConfigNames ( )
static

Returns a set of the existing report profile names, removing the special named ReportAction.

Returns
A set of user configurable report profiles, empty list is returned if none were found.

Definition at line 215 of file ReportWizardAction.java.

Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.doesReportProfileNameExist(), and org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.setupReportList().

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 201 of file ReportWizardAction.java.

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

Definition at line 182 of file ReportWizardAction.java.

static void org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.saveReportingConfiguration ( String  configName,
WizardDescriptor  wiz 
) throws ReportConfigException
staticprivate
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 229 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 73 of file ReportWizardAction.java.

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

Definition at line 70 of file ReportWizardAction.java.

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

Definition at line 68 of file ReportWizardAction.java.

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

Definition at line 74 of file ReportWizardAction.java.

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

Definition at line 69 of file ReportWizardAction.java.

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

Definition at line 71 of file ReportWizardAction.java.

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

Definition at line 72 of file ReportWizardAction.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.