Autopsy  4.5.0
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 String DISPLAY_NAME = Bundle.CTL_CaseOpenAction()
 
static final Logger LOGGER = Logger.getLogger(CaseOpenAction.class.getName())
 
static JDialog multiUserCaseWindow
 
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 59 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 75 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)

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 159 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 186 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 67 of file CaseOpenAction.java.

final String org.sleuthkit.autopsy.casemodule.CaseOpenAction.DISPLAY_NAME = Bundle.CTL_CaseOpenAction()
staticprivate
final JFileChooser org.sleuthkit.autopsy.casemodule.CaseOpenAction.fileChooser = new JFileChooser()
private

Definition at line 66 of file CaseOpenAction.java.

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

Definition at line 64 of file CaseOpenAction.java.

JDialog org.sleuthkit.autopsy.casemodule.CaseOpenAction.multiUserCaseWindow
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 63 of file CaseOpenAction.java.

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

Definition at line 61 of file CaseOpenAction.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.