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

Inherits AbstractAction, and Popup.

Classes

class  TagMenu
 

Public Member Functions

void actionPerformed (ActionEvent e)
 
JMenuItem getPopupPresenter ()
 

Static Public Member Functions

static synchronized DeleteFileContentTagAction getInstance ()
 

Protected Member Functions

void deleteTag (TagName tagName, ContentTag contentTag, long fileId)
 
String getActionDisplayName ()
 

Private Member Functions

 DeleteFileContentTagAction ()
 

Static Private Attributes

static DeleteFileContentTagAction instance
 
static final Logger logger = Logger.getLogger(DeleteFileContentTagAction.class.getName())
 
static final String MENU_TEXT
 
static final long serialVersionUID = 1L
 

Detailed Description

Instances of this Action allow users to delete tags applied to content.

Definition at line 54 of file DeleteFileContentTagAction.java.

Constructor & Destructor Documentation

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

Definition at line 74 of file DeleteFileContentTagAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.actionPerformed ( ActionEvent  e)

Definition at line 84 of file DeleteFileContentTagAction.java.

void org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.deleteTag ( TagName  tagName,
ContentTag  contentTag,
long  fileId 
)
protected
String org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getActionDisplayName ( )
protected

Definition at line 87 of file DeleteFileContentTagAction.java.

static synchronized DeleteFileContentTagAction org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getInstance ( )
static
JMenuItem org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getPopupPresenter ( )

Definition at line 79 of file DeleteFileContentTagAction.java.

Member Data Documentation

DeleteFileContentTagAction org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.instance
staticprivate

Definition at line 65 of file DeleteFileContentTagAction.java.

final Logger org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.logger = Logger.getLogger(DeleteFileContentTagAction.class.getName())
staticprivate

Definition at line 56 of file DeleteFileContentTagAction.java.

final String org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.MENU_TEXT
staticprivate
Initial value:
= NbBundle.getMessage(DeleteFileContentTagAction.class,
"DeleteFileContentTagAction.deleteTag")

Definition at line 59 of file DeleteFileContentTagAction.java.

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

Definition at line 58 of file DeleteFileContentTagAction.java.


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

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