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

Inherits CallableSystemAction, and org.sleuthkit.autopsy.casemodule.CaseNewActionInterface.

Public Member Functions

void actionPerformed (ActionEvent e)
 
HelpCtx getHelpCtx ()
 
String getName ()
 
void performAction ()
 

Private Attributes

NewCaseWizardAction wizard = SystemAction.get(NewCaseWizardAction.class)
 

Detailed Description

The action to create a new case. This action class is always enabled.

Author
jantonius

Definition at line 34 of file CaseNewAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.CaseNewAction.actionPerformed ( ActionEvent  e)

Calls the "New Case" wizard panel action.

Parameters
e

Definition at line 44 of file CaseNewAction.java.

HelpCtx org.sleuthkit.autopsy.casemodule.CaseNewAction.getHelpCtx ( )

Definition at line 58 of file CaseNewAction.java.

String org.sleuthkit.autopsy.casemodule.CaseNewAction.getName ( )

Definition at line 53 of file CaseNewAction.java.

void org.sleuthkit.autopsy.casemodule.CaseNewAction.performAction ( )

Definition at line 49 of file CaseNewAction.java.

Member Data Documentation

NewCaseWizardAction org.sleuthkit.autopsy.casemodule.CaseNewAction.wizard = SystemAction.get(NewCaseWizardAction.class)
private

Definition at line 36 of file CaseNewAction.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Jan 2 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.