Autopsy  4.14.0
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.AddContentTagAction Class Reference

Inherits org.sleuthkit.autopsy.actions.AddTagAction.

Public Member Functions

void actionPerformed (ActionEvent event)
 
JMenuItem getMenuForContent (Collection<?extends Content > contentToTag)
 
JMenuItem getPopupPresenter ()
 

Static Public Member Functions

static synchronized AddContentTagAction getInstance ()
 

Protected Member Functions

void addTag (TagName tagName, String comment)
 
String getActionDisplayName ()
 

Private Member Functions

 AddContentTagAction ()
 

Static Private Attributes

static AddContentTagAction instance
 

Detailed Description

Instances of this Action allow users to apply tags to content.

Definition at line 52 of file AddContentTagAction.java.

Constructor & Destructor Documentation

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

Definition at line 66 of file AddContentTagAction.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 97 of file AddTagAction.java.

void org.sleuthkit.autopsy.actions.AddContentTagAction.addTag ( TagName  tagName,
String  comment 
)
protected
String org.sleuthkit.autopsy.actions.AddContentTagAction.getActionDisplayName ( )
protected

Definition at line 71 of file AddContentTagAction.java.

static synchronized AddContentTagAction org.sleuthkit.autopsy.actions.AddContentTagAction.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 83 of file AddTagAction.java.

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

Definition at line 59 of file AddTagAction.java.

Member Data Documentation

AddContentTagAction org.sleuthkit.autopsy.actions.AddContentTagAction.instance
staticprivate

Definition at line 57 of file AddContentTagAction.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.