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

Inherits CallableSystemAction, and ActionListener.

Public Member Functions

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

Private Attributes

final FileFilter caseMetadataFileFilter
 
final JFileChooser fileChooser = new JFileChooser()
 

Static Private Attributes

static final Logger logger = Logger.getLogger(CaseOpenAction.class.getName())
 
static final String PROP_BASECASE = "LBL_BaseCase_PATH"
 
static final long serialVersionUID = 1L
 

Detailed Description

The action associated with the Case/Open Case menu item via the layer.xml file, a toolbar button, and the Create New Case button of the start up window that allows a user to open a case. It opens an existing case.

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

Definition at line 50 of file CaseOpenAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.CaseOpenAction.CaseOpenAction ( )

Constructs the action associated with the Case/Open Case menu item via the layer.xml file, a toolbar button, and the Create New Case button of the start up window that allows a user to open a case. It opens an existing case.

Definition at line 65 of file CaseOpenAction.java.

References org.sleuthkit.autopsy.coreutils.ModuleSettings.getConfigSetting(), org.sleuthkit.autopsy.casemodule.CaseMetadata.getFileExtension(), org.sleuthkit.autopsy.coreutils.Version.getName(), and org.sleuthkit.autopsy.coreutils.ModuleSettings.MAIN_SETTINGS.

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.CaseOpenAction.actionPerformed ( ActionEvent  e)
HelpCtx org.sleuthkit.autopsy.casemodule.CaseOpenAction.getHelpCtx ( )

Definition at line 155 of file CaseOpenAction.java.

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

Definition at line 150 of file CaseOpenAction.java.

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

Definition at line 145 of file CaseOpenAction.java.

Member Data Documentation

final FileFilter org.sleuthkit.autopsy.casemodule.CaseOpenAction.caseMetadataFileFilter
private

Definition at line 56 of file CaseOpenAction.java.

final JFileChooser org.sleuthkit.autopsy.casemodule.CaseOpenAction.fileChooser = new JFileChooser()
private

Definition at line 55 of file CaseOpenAction.java.

final Logger org.sleuthkit.autopsy.casemodule.CaseOpenAction.logger = Logger.getLogger(CaseOpenAction.class.getName())
staticprivate

Definition at line 54 of file CaseOpenAction.java.

final String org.sleuthkit.autopsy.casemodule.CaseOpenAction.PROP_BASECASE = "LBL_BaseCase_PATH"
staticprivate

Definition at line 53 of file CaseOpenAction.java.

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

Definition at line 52 of file CaseOpenAction.java.


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

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