Autopsy  4.7.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.DeleteContentTagAction Class Reference

Inherits AbstractAction.

Public Member Functions

void actionPerformed (ActionEvent e)
 

Static Public Member Functions

static synchronized DeleteContentTagAction getInstance ()
 

Protected Member Functions

void doAction (ActionEvent event)
 
void refreshDirectoryTree ()
 

Private Member Functions

 DeleteContentTagAction ()
 

Static Private Attributes

static DeleteContentTagAction instance
 
static final Logger logger = Logger.getLogger(DeleteContentTagAction.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 45 of file DeleteContentTagAction.java.

Constructor & Destructor Documentation

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

Definition at line 65 of file DeleteContentTagAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.actions.DeleteContentTagAction.actionPerformed ( ActionEvent  e)
void org.sleuthkit.autopsy.actions.DeleteContentTagAction.doAction ( ActionEvent  event)
protected

Deprecated, use actionPerformed() instead.

Parameters
eventThe event associated with the action.
Deprecated:

Definition at line 100 of file DeleteContentTagAction.java.

static synchronized DeleteContentTagAction org.sleuthkit.autopsy.actions.DeleteContentTagAction.getInstance ( )
static
void org.sleuthkit.autopsy.actions.DeleteContentTagAction.refreshDirectoryTree ( )
protected

Deprecated, does nothing. The TagManager methods to create, update or delete tags now notify the case that there is a tag change. The case then publishes an event that triggers a refresh of the tags sub-tree in the tree view.

Deprecated:

Definition at line 113 of file DeleteContentTagAction.java.

Member Data Documentation

DeleteContentTagAction org.sleuthkit.autopsy.actions.DeleteContentTagAction.instance
staticprivate

Definition at line 56 of file DeleteContentTagAction.java.

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

Definition at line 47 of file DeleteContentTagAction.java.

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

Definition at line 50 of file DeleteContentTagAction.java.

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

Definition at line 49 of file DeleteContentTagAction.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.