Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction Class Reference

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
 

Detailed Description

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.

Member Function Documentation

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 ( )
void org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction.performAction ( )

Definition at line 48 of file ShowIngestProgressSnapshotAction.java.

Member Data Documentation

final String org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction.ACTION_NAME = NbBundle.getMessage(ShowIngestProgressSnapshotAction.class, "ShowIngestProgressSnapshotAction.actionName.text")
staticprivate

Definition at line 44 of file ShowIngestProgressSnapshotAction.java.

final long org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction.serialVersionUID = 1L
staticprivate

Definition at line 45 of file ShowIngestProgressSnapshotAction.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.