Inherits CallableSystemAction, Toolbar, and ActionListener.
Definition at line 66 of file ReportWizardAction.java.
| org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.ReportWizardAction |
( |
| ) |
|
| void org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.actionPerformed |
( |
ActionEvent |
e | ) |
|
| static void org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.doReportWizard |
( |
String |
configName, |
|
|
boolean |
displayCaseSpecificData, |
|
|
boolean |
runReports |
|
) |
| |
|
static |
| HelpCtx org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.getHelpCtx |
( |
| ) |
|
| String org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.getName |
( |
| ) |
|
| static Set<String> org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.getReportConfigNames |
( |
| ) |
|
|
static |
| 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 |
( |
| ) |
|
| 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
-
| value | whether to enable this action or not |
Definition at line 229 of file ReportWizardAction.java.
| final String org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.ACTION_NAME = NbBundle.getMessage(ReportWizardAction.class, "ReportWizardAction.actionName.text") |
|
staticprivate |
| final boolean org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.DISPLAY_CASE_SPECIFIC_DATA = true |
|
staticprivate |
| final Logger org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.logger = Logger.getLogger(ReportWizardAction.class.getName()) |
|
staticprivate |
| ReportGenerationPanel org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.panel |
|
staticprivate |
| final String org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.REPORTING_CONFIGURATION_NAME = "ReportAction" |
|
staticprivate |
| final boolean org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.RUN_REPORTS = true |
|
staticprivate |
| final JButton org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.toolbarButton = new JButton() |
|
private |
The documentation for this class was generated from the following file: