Autopsy  4.19.1
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 getMenuForFiles (Collection< AbstractFile > selectedFiles)
 
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 58 of file DeleteFileContentTagAction.java.

Constructor & Destructor Documentation

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

Definition at line 78 of file DeleteFileContentTagAction.java.

Member Function Documentation

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

Definition at line 101 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 104 of file DeleteFileContentTagAction.java.

static synchronized DeleteFileContentTagAction org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getInstance ( )
static
JMenuItem org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getMenuForFiles ( Collection< AbstractFile >  selectedFiles)

Get the menu for removing tags from the specified collection of Files.

Parameters
selectedFilesThe collection of AbstractFiles the menu actions will be applied to.
Returns
The menu which will allow users to remove tags from the specified collection of Files.

Definition at line 96 of file DeleteFileContentTagAction.java.

JMenuItem org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getPopupPresenter ( )

Definition at line 83 of file DeleteFileContentTagAction.java.

Member Data Documentation

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

Definition at line 69 of file DeleteFileContentTagAction.java.

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

Definition at line 60 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 63 of file DeleteFileContentTagAction.java.

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

Definition at line 62 of file DeleteFileContentTagAction.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.