Autopsy  4.13.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 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 55 of file DeleteFileContentTagAction.java.

Constructor & Destructor Documentation

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

Definition at line 75 of file DeleteFileContentTagAction.java.

Member Function Documentation

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

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

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

Definition at line 80 of file DeleteFileContentTagAction.java.

Member Data Documentation

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

Definition at line 66 of file DeleteFileContentTagAction.java.

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

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

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

Definition at line 59 of file DeleteFileContentTagAction.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.