Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.centralrepository.CentralRepoContextMenuActionsProvider 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 or editing a Central Repository comment.

Definition at line 37 of file CentralRepoContextMenuActionsProvider.java.

Member Function Documentation

List<Action> org.sleuthkit.autopsy.centralrepository.CentralRepoContextMenuActionsProvider.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 40 of file CentralRepoContextMenuActionsProvider.java.

References org.sleuthkit.autopsy.centralrepository.AddEditCentralRepoCommentAction.getCorrelationAttribute(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.isEnabled(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamArtifactUtil.isSupportedAbstractFileType().


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.