Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CallableSystemAction, and ActionListener.
Public Member Functions | |
boolean | asynchronous () |
HelpCtx | getHelpCtx () |
String | getName () |
boolean | isEnabled () |
void | performAction () |
Static Private Attributes | |
static final String | ACTION_NAME = NbBundle.getMessage(ShowIngestProgressSnapshotAction.class, "ShowIngestProgressSnapshotAction.actionName.text") |
static final long | serialVersionUID = 1L |
The action associated with the Help/Get Ingest Progress Snapshot menu item. It opens a the Ingest Progress Snapshot dialog.
This action should only be invoked in the event dispatch thread (EDT).
Definition at line 42 of file ShowIngestProgressSnapshotAction.java.
boolean org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction.asynchronous | ( | ) |
Definition at line 68 of file ShowIngestProgressSnapshotAction.java.
HelpCtx org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction.getHelpCtx | ( | ) |
Definition at line 58 of file ShowIngestProgressSnapshotAction.java.
String org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction.getName | ( | ) |
Definition at line 53 of file ShowIngestProgressSnapshotAction.java.
boolean org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction.isEnabled | ( | ) |
Definition at line 63 of file ShowIngestProgressSnapshotAction.java.
References org.sleuthkit.autopsy.casemodule.Case.isCaseOpen().
void org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction.performAction | ( | ) |
Definition at line 48 of file ShowIngestProgressSnapshotAction.java.
|
staticprivate |
Definition at line 44 of file ShowIngestProgressSnapshotAction.java.
|
staticprivate |
Definition at line 45 of file ShowIngestProgressSnapshotAction.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.