19 package org.sleuthkit.autopsy.actions;
21 import java.awt.event.ActionEvent;
22 import java.awt.event.ActionListener;
23 import org.openide.awt.ActionID;
24 import org.openide.awt.ActionReference;
25 import org.openide.awt.ActionRegistration;
26 import org.openide.util.HelpCtx;
27 import org.openide.util.NbBundle;
28 import org.openide.util.NbBundle.Messages;
29 import org.openide.util.actions.SystemAction;
34 id =
"org.sleuthkit.autopsy.actions.ShowIngestProgressSnapshotAction"
37 displayName =
"#CTL_ShowIngestProgressSnapshotAction",
40 @ActionReference(path =
"Menu/Help", position = 1125)
41 @Messages(
"CTL_ShowIngestProgressSnapshotAction=Ingest Status Details")
58 return HelpCtx.DEFAULT_HELP;
void actionPerformed(ActionEvent e)