Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static 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 ()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

The action associated with the Case/New Case menu item and the Create New Case button of the start up window that allows a user to open a case. It invokes the New Case wizard.

This action should only be invoked in the event dispatch thread (EDT).

Definition at line 36 of file CaseNewAction.java.

Member Function Documentation

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

Definition at line 41 of file CaseNewAction.java.

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

Definition at line 56 of file CaseNewAction.java.

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

Definition at line 51 of file CaseNewAction.java.

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

Definition at line 46 of file CaseNewAction.java.

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.CaseNewAction.serialVersionUID = 1L
staticprivate

Definition at line 38 of file CaseNewAction.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.