Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction Class Reference

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
 

Detailed Description

Instances of this Action allow users to apply tags to blackboard artifacts.

Definition at line 48 of file AddBlackboardArtifactTagAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.AddBlackboardArtifactTagAction ( )
private

Definition at line 64 of file AddBlackboardArtifactTagAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.actions.AddTagAction.actionPerformed ( ActionEvent  event)
inherited

Subclasses of AddTagAction, should not override actionPerformed, but instead override addTag.

Parameters
event

Definition at line 106 of file AddTagAction.java.

void org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.addTag ( TagName  tagName,
String  comment 
)
protected
Object org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.clone ( ) throws CloneNotSupportedException

Definition at line 125 of file AddBlackboardArtifactTagAction.java.

String org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.getActionDisplayName ( )
protected

Definition at line 69 of file AddBlackboardArtifactTagAction.java.

static synchronized AddBlackboardArtifactTagAction org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.getInstance ( )
static
JMenuItem org.sleuthkit.autopsy.actions.AddTagAction.getMenuForContent ( Collection<?extends Content >  contentToTag)
inherited

Get the menu for adding tags to the specified collection of Content.

Parameters
contentToTagThe collection of Content the menu actions will be applied to.
Returns
The menu which will allow users to choose the tag they want to apply to the Content specified.

Definition at line 92 of file AddTagAction.java.

JMenuItem org.sleuthkit.autopsy.actions.AddTagAction.getPopupPresenter ( )
inherited

Definition at line 68 of file AddTagAction.java.

Member Data Documentation

AddBlackboardArtifactTagAction org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.instance
staticprivate

Definition at line 55 of file AddBlackboardArtifactTagAction.java.

final long org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.serialVersionUID = 1L
staticprivate

Definition at line 50 of file AddBlackboardArtifactTagAction.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.