Autopsy  4.5.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.corecomponentinterfaces.ContextMenuActionsProvider Interface Reference

Inherited by org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchContextMenuActionsProvider, and org.sleuthkit.autopsy.modules.hashdatabase.HashDbContextMenuActionsProvider.

Public Member Functions

List< Action > getActions ()
 

Detailed Description

Implementers of this interface provide Actions that will be added to context menus in Autopsy.

Definition at line 28 of file ContextMenuActionsProvider.java.

Member Function Documentation

List<Action> org.sleuthkit.autopsy.corecomponentinterfaces.ContextMenuActionsProvider.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.

Implemented in org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchContextMenuActionsProvider, and org.sleuthkit.autopsy.modules.hashdatabase.HashDbContextMenuActionsProvider.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.