Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CallableSystemAction, Menu, and ActionListener.
Public Member Functions | |
void | actionPerformed (ActionEvent e) |
HelpCtx | getHelpCtx () |
JMenuItem | getMenuPresenter () |
String | getName () |
boolean | isEnabled () |
void | performAction () |
Static Public Member Functions | |
static RunIngestAction | getInstance () |
Private Member Functions | |
RunIngestAction () | |
Static Private Attributes | |
static RunIngestAction | action |
static final long | serialVersionUID = 1L |
The action associated with assorted Run Ingest Modules menu items.
This action should only be invoked in the event dispatch thread (EDT).
Definition at line 42 of file RunIngestAction.java.
|
private |
Definition at line 54 of file RunIngestAction.java.
void org.sleuthkit.autopsy.ingest.RunIngestAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 80 of file RunIngestAction.java.
HelpCtx org.sleuthkit.autopsy.ingest.RunIngestAction.getHelpCtx | ( | ) |
Definition at line 68 of file RunIngestAction.java.
|
static |
Definition at line 47 of file RunIngestAction.java.
JMenuItem org.sleuthkit.autopsy.ingest.RunIngestAction.getMenuPresenter | ( | ) |
Definition at line 73 of file RunIngestAction.java.
String org.sleuthkit.autopsy.ingest.RunIngestAction.getName | ( | ) |
Definition at line 63 of file RunIngestAction.java.
boolean org.sleuthkit.autopsy.ingest.RunIngestAction.isEnabled | ( | ) |
Definition at line 85 of file RunIngestAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.hasData().
void org.sleuthkit.autopsy.ingest.RunIngestAction.performAction | ( | ) |
Definition at line 58 of file RunIngestAction.java.
|
staticprivate |
Definition at line 45 of file RunIngestAction.java.
|
staticprivate |
Definition at line 44 of file RunIngestAction.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.