Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchContextMenuActionsProvider Class Reference

Inherits org.sleuthkit.autopsy.corecomponentinterfaces.ContextMenuActionsProvider.

Public Member Functions

List< Action > getActions ()
 

Detailed Description

This creates a single context menu item for adding a new filename extension to the mismatch list for the MIME type of the selected node.

Definition at line 47 of file FileExtMismatchContextMenuActionsProvider.java.

Member Function Documentation

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.

Returns
A list, possibly empty, of Action objects.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.ContextMenuActionsProvider.

Definition at line 49 of file FileExtMismatchContextMenuActionsProvider.java.

References org::sleuthkit::datamodel::SleuthkitCase.getAbstractFileById(), org::sleuthkit::datamodel::AbstractContent.getAllArtifacts(), org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org::sleuthkit::datamodel::AbstractContent.getName(), org::sleuthkit::datamodel::AbstractContent.getSleuthkitCase(), org.sleuthkit.autopsy.ingest.IngestManager.isIngestRunning(), and org::sleuthkit::datamodel::BlackboardAttribute::ATTRIBUTE_TYPE.TSK_FILE_TYPE_SIG.


The documentation for this class was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.