Autopsy  4.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)
 
HelpCtx getHelpCtx ()
 
String getName ()
 
Component getToolbarPresenter ()
 
void performAction ()
 
void setEnabled (boolean value)
 

Static Public Member Functions

static void doReportWizard ()
 

Private Attributes

final JButton toolbarButton = new JButton()
 

Static Private Attributes

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

Detailed Description

Definition at line 52 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)

Definition at line 98 of file ReportWizardAction.java.

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

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

Definition at line 112 of file ReportWizardAction.java.

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

Definition at line 107 of file ReportWizardAction.java.

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

Returns the tool bar component of this action

Returns
component the tool bar button

Definition at line 122 of file ReportWizardAction.java.

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

Definition at line 103 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 135 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 55 of file ReportWizardAction.java.

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

Definition at line 54 of file ReportWizardAction.java.


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

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