Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.actions.AddTagAction.
Public Member Functions | |
void | actionPerformed (ActionEvent event) |
Object | clone () throws CloneNotSupportedException |
JMenuItem | getMenuForContent (Collection<?extends Content > contentToTag) |
JMenuItem | getPopupPresenter () |
Static Public Member Functions | |
static synchronized AddBlackboardArtifactTagAction | getInstance () |
Protected Member Functions | |
void | addTag (TagName tagName, String comment) |
String | getActionDisplayName () |
Private Member Functions | |
AddBlackboardArtifactTagAction () | |
Static Private Attributes | |
static AddBlackboardArtifactTagAction | instance |
static final long | serialVersionUID = 1L |
Instances of this Action allow users to apply tags to blackboard artifacts.
Definition at line 48 of file AddBlackboardArtifactTagAction.java.
|
private |
Definition at line 64 of file AddBlackboardArtifactTagAction.java.
|
inherited |
Subclasses of AddTagAction, should not override actionPerformed, but instead override addTag.
event |
Definition at line 106 of file AddTagAction.java.
|
protected |
Definition at line 78 of file AddBlackboardArtifactTagAction.java.
References org.sleuthkit.autopsy.casemodule.services.TagsManager.addBlackboardArtifactTag(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org.sleuthkit.autopsy.casemodule.Case.getServices(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
Referenced by org.sleuthkit.autopsy.actions.AddBookmarkTagAction.actionPerformed().
Object org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.clone | ( | ) | throws CloneNotSupportedException |
Definition at line 125 of file AddBlackboardArtifactTagAction.java.
|
protected |
Definition at line 69 of file AddBlackboardArtifactTagAction.java.
|
static |
Definition at line 57 of file AddBlackboardArtifactTagAction.java.
Referenced by org.sleuthkit.autopsy.actions.AddBookmarkTagAction.actionPerformed(), org.sleuthkit.autopsy.datamodel.DataModelActionsFactory.getActions(), org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions(), and org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.getTagActions().
|
inherited |
Get the menu for adding tags to the specified collection of Content.
contentToTag | The collection of Content the menu actions will be applied to. |
Definition at line 92 of file AddTagAction.java.
|
inherited |
Definition at line 68 of file AddTagAction.java.
|
staticprivate |
Definition at line 55 of file AddBlackboardArtifactTagAction.java.
|
staticprivate |
Definition at line 50 of file AddBlackboardArtifactTagAction.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.