Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.corecomponentinterfaces.ContextMenuActionsProvider.
Public Member Functions | |
List< Action > | getActions () |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(FileExtMismatchContextMenuActionsProvider.class.getName()) |
This creates a single context menu item for adding a new filename extension to the extension list for the MIME type of the selected node.
Definition at line 44 of file FileExtMismatchContextMenuActionsProvider.java.
List<Action> org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchContextMenuActionsProvider.getActions | ( | ) |
Gets context menu Actions for the currently selected data model objects exposed by the NetBeans Lookup of the active TopComponent. Implementers should discover the selected objects by calling org.openide.util.Utilities.actionsGlobalContext().lookupAll() for the org.sleuthkit.datamodel classes of interest to the provider.
Implements org.sleuthkit.autopsy.corecomponentinterfaces.ContextMenuActionsProvider.
Definition at line 48 of file FileExtMismatchContextMenuActionsProvider.java.
References org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), and org.sleuthkit.autopsy.ingest.IngestManager.isIngestRunning().
|
staticprivate |
Definition at line 45 of file FileExtMismatchContextMenuActionsProvider.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.