Go to the documentation of this file.
19package org.sleuthkit.autopsy.actions;
21import java.awt.event.ActionListener;
22import org.openide.awt.ActionID;
23import org.openide.awt.ActionReference;
24import org.openide.awt.ActionRegistration;
25import org.openide.util.HelpCtx;
26import org.openide.util.NbBundle;
27import org.openide.util.NbBundle.Messages;
28import org.openide.util.actions.CallableSystemAction;
29import org.sleuthkit.autopsy.casemodule.Case;
30import org.sleuthkit.autopsy.ingest.IngestProgressSnapshotDialog;
38@ActionID(category =
"Help",
id =
"org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction")
39@ActionRegistration(displayName =
"#CTL_ShowIngestProgressSnapshotAction", lazy =
false)
40@ActionReference(path =
"Menu/Help", position = 1125)
41@Messages(
"CTL_ShowIngestProgressSnapshotAction=Ingest Status Details")
59 return HelpCtx.DEFAULT_HELP;
static final String ACTION_NAME
static final long serialVersionUID
static boolean isCaseOpen()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.