Inherits CallableSystemAction, Toolbar, and ActionListener.
|
static final String | ACTION_NAME = NbBundle.getMessage(ReportWizardAction.class, "ReportWizardAction.actionName.text") |
|
Definition at line 55 of file ReportWizardAction.java.
org.sleuthkit.autopsy.report.ReportWizardAction.ReportWizardAction |
( |
| ) |
|
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 66 of file ReportWizardAction.java.
HelpCtx org.sleuthkit.autopsy.report.ReportWizardAction.getHelpCtx |
( |
| ) |
|
String org.sleuthkit.autopsy.report.ReportWizardAction.getName |
( |
| ) |
|
Component org.sleuthkit.autopsy.report.ReportWizardAction.getToolbarPresenter |
( |
| ) |
|
Returns the tool bar component of this action
- Returns
- component the tool bar button
Definition at line 129 of file ReportWizardAction.java.
void org.sleuthkit.autopsy.report.ReportWizardAction.performAction |
( |
| ) |
|
void org.sleuthkit.autopsy.report.ReportWizardAction.setEnabled |
( |
boolean |
value | ) |
|
Set this action to be enabled/disabled
- Parameters
-
value | whether to enable this action or not |
Definition at line 142 of file ReportWizardAction.java.
final String org.sleuthkit.autopsy.report.ReportWizardAction.ACTION_NAME = NbBundle.getMessage(ReportWizardAction.class, "ReportWizardAction.actionName.text") |
|
staticprivate |
final JButton org.sleuthkit.autopsy.report.ReportWizardAction.toolbarButton = new JButton() |
|
private |
The documentation for this class was generated from the following file: