Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CallableSystemAction, and ActionListener.
Public Member Functions | |
CaseOpenAction () | |
void | actionPerformed (ActionEvent e) |
HelpCtx | getHelpCtx () |
String | getName () |
void | performAction () |
Private Attributes | |
final FileFilter | caseMetadataFileFilter |
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 |
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.
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 73 of file CaseOpenAction.java.
References org.sleuthkit.autopsy.casemodule.CaseMetadata.getFileExtension(), and org.sleuthkit.autopsy.coreutils.Version.getName().
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.
e | The action event. |
Definition at line 169 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 196 of file CaseOpenAction.java.
String org.sleuthkit.autopsy.casemodule.CaseOpenAction.getName | ( | ) |
Definition at line 191 of file CaseOpenAction.java.
References org.sleuthkit.autopsy.casemodule.CaseOpenAction.DISPLAY_NAME.
void org.sleuthkit.autopsy.casemodule.CaseOpenAction.performAction | ( | ) |
Definition at line 186 of file CaseOpenAction.java.
References org.sleuthkit.autopsy.casemodule.CaseOpenAction.actionPerformed().
|
private |
Definition at line 65 of file CaseOpenAction.java.
|
staticprivate |
Definition at line 62 of file CaseOpenAction.java.
Referenced by org.sleuthkit.autopsy.casemodule.CaseOpenAction.getName().
|
staticprivate |
Definition at line 64 of file CaseOpenAction.java.
|
staticprivate |
Definition at line 63 of file CaseOpenAction.java.
|
staticprivate |
Definition at line 61 of file CaseOpenAction.java.
Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.