Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CallableSystemAction, and Toolbar.
Public Member Functions | |
CaseCloseAction () | |
void | actionPerformed (ActionEvent e) |
HelpCtx | getHelpCtx () |
String | getName () |
Component | getToolbarPresenter () |
void | performAction () |
void | setEnabled (boolean value) |
Private Attributes | |
final JButton | toolbarButton = new JButton() |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(CaseCloseAction.class.getName()) |
static final long | serialVersionUID = 1L |
The action associated with the Case/Close Case menu item and the Close Case toolbar button. It closes the current case and pops up the start up window that allows a user to open another case.
This action should only be invoked in the event dispatch thread (EDT).
Definition at line 54 of file CaseCloseAction.java.
org.sleuthkit.autopsy.casemodule.CaseCloseAction.CaseCloseAction | ( | ) |
Constructs the action associated with the Case/Close Case menu item and the Close Case toolbar button.
Definition at line 64 of file CaseCloseAction.java.
void org.sleuthkit.autopsy.casemodule.CaseCloseAction.actionPerformed | ( | ActionEvent | e | ) |
Closes the current case.
e | The action event. |
Definition at line 77 of file CaseCloseAction.java.
References org.sleuthkit.autopsy.actions.IngestRunningCheck.checkAndConfirmProceed(), org.sleuthkit.autopsy.casemodule.Case.closeCurrentCase(), org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error(), org.sleuthkit.autopsy.casemodule.StartupWindowProvider.getInstance(), and org.sleuthkit.autopsy.casemodule.StartupWindowProvider.open().
HelpCtx org.sleuthkit.autopsy.casemodule.CaseCloseAction.getHelpCtx | ( | ) |
Gets the help context.
Definition at line 131 of file CaseCloseAction.java.
String org.sleuthkit.autopsy.casemodule.CaseCloseAction.getName | ( | ) |
Component org.sleuthkit.autopsy.casemodule.CaseCloseAction.getToolbarPresenter | ( | ) |
Returns the toolbar component of this action.
Definition at line 141 of file CaseCloseAction.java.
void org.sleuthkit.autopsy.casemodule.CaseCloseAction.performAction | ( | ) |
Closes the current case.
Definition at line 111 of file CaseCloseAction.java.
void org.sleuthkit.autopsy.casemodule.CaseCloseAction.setEnabled | ( | boolean | value | ) |
Set this action to be enabled/disabled
value | whether to enable this action or not |
Definition at line 154 of file CaseCloseAction.java.
|
staticprivate |
Definition at line 57 of file CaseCloseAction.java.
|
staticprivate |
Definition at line 56 of file CaseCloseAction.java.
|
private |
Definition at line 58 of file CaseCloseAction.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.