Autopsy  4.4
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 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 50 of file AddContentTagAction.java.

Constructor & Destructor Documentation

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

Definition at line 64 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 62 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 69 of file AddContentTagAction.java.

static synchronized AddContentTagAction org.sleuthkit.autopsy.actions.AddContentTagAction.getInstance ( )
static
JMenuItem org.sleuthkit.autopsy.actions.AddTagAction.getPopupPresenter ( )
inherited

Definition at line 50 of file AddTagAction.java.

Member Data Documentation

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

Definition at line 55 of file AddContentTagAction.java.


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

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