Autopsy  4.19.3
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 JFileChooserFactory fileChooserHelper
 

Static Private Attributes

static final String DISPLAY_NAME = Bundle.CTL_CaseOpenAction()
 
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 60 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 Open Case button of the start up window that allows a user to open a case. It opens an existing case.

Definition at line 76 of file CaseOpenAction.java.

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

Member Function Documentation

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

Pops up either the case selection window or the Open Multi-User Case window, depending on the multi-user case settings.

Parameters
eThe action event.

Definition at line 173 of file CaseOpenAction.java.

References org.sleuthkit.autopsy.core.UserPreferences.getIsMultiUserModeEnabled().

Referenced by org.sleuthkit.autopsy.casemodule.CaseOpenAction.performAction().

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

Definition at line 200 of file CaseOpenAction.java.

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

Member Data Documentation

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

Definition at line 66 of file CaseOpenAction.java.

final String org.sleuthkit.autopsy.casemodule.CaseOpenAction.DISPLAY_NAME = Bundle.CTL_CaseOpenAction()
staticprivate
final JFileChooserFactory org.sleuthkit.autopsy.casemodule.CaseOpenAction.fileChooserHelper
private

Definition at line 68 of file CaseOpenAction.java.

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

Definition at line 65 of file CaseOpenAction.java.

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

Definition at line 64 of file CaseOpenAction.java.

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

Definition at line 62 of file CaseOpenAction.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.