Go to the documentation of this file.
19package org.sleuthkit.autopsy.menuactions;
21import javax.swing.JMenuItem;
22import org.openide.util.HelpCtx;
23import org.openide.util.NbBundle;
24import org.openide.util.actions.CallableSystemAction;
25import org.openide.util.actions.Presenter;
30class DataContentMenu
extends CallableSystemAction implements Presenter.Menu {
36 public JMenuItem getMenuPresenter() {
37 return new DataContentDynamicMenu();
41 public void performAction() {
46 public String getName() {
47 return NbBundle.getMessage(this.getClass(),
"DataContentMenu.getName.text");
51 public HelpCtx getHelpCtx() {
52 return HelpCtx.DEFAULT_HELP;
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.