Go to the documentation of this file.
19package org.sleuthkit.autopsy.diagnostics;
21import javax.swing.JDialog;
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.actions.CallableSystemAction;
28import org.openide.windows.WindowManager;
29import org.sleuthkit.autopsy.casemodule.Case;
31@ActionID(category =
"Help",
id =
"org.sleuthkit.autopsy.diagnostics.PerformancePanelAction")
32@ActionRegistration(displayName =
"#CTL_PerformancePanelAction", lazy =
true)
33@ActionReference(path =
"Menu/Help", position = 1437)
41 dialog.setLocationRelativeTo(WindowManager.getDefault().getMainWindow());
42 dialog.setVisible(
true);
52 return HelpCtx.DEFAULT_HELP;
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.