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

Inherits CallableSystemAction, Toolbar, and ActionListener.

Public Member Functions

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

Static Public Member Functions

static void doReportWizard ()
 

Private Attributes

JButton toolbarButton = new JButton()
 

Static Private Attributes

static final Logger logger = Logger.getLogger(ReportWizardAction.class.getName())
 
static final String ACTION_NAME = NbBundle.getMessage(ReportWizardAction.class, "ReportWizardAction.actionName.text")
 

Detailed Description

Definition at line 56 of file ReportWizardAction.java.

Constructor & Destructor Documentation

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

Member Function Documentation

void org.sleuthkit.autopsy.report.ReportWizardAction.actionPerformed ( ActionEvent  e)
static void org.sleuthkit.autopsy.report.ReportWizardAction.doReportWizard ( )
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.

Definition at line 68 of file ReportWizardAction.java.

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

Definition at line 132 of file ReportWizardAction.java.

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

Definition at line 127 of file ReportWizardAction.java.

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

Returns the toolbar component of this action

Returns
component the toolbar button

Definition at line 142 of file ReportWizardAction.java.

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

Definition at line 123 of file ReportWizardAction.java.

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

Set this action to be enabled/disabled

Parameters
valuewhether to enable this action or not

Definition at line 155 of file ReportWizardAction.java.

Member Data Documentation

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

Definition at line 60 of file ReportWizardAction.java.

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

Definition at line 57 of file ReportWizardAction.java.

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

Definition at line 59 of file ReportWizardAction.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.