Autopsy  4.1
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 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 37 of file DeleteContentTagAction.java.

Constructor & Destructor Documentation

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

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 90 of file DeleteContentTagAction.java.

References org.sleuthkit.autopsy.actions.DeleteContentTagAction.actionPerformed().

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 103 of file DeleteContentTagAction.java.

Member Data Documentation

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

Definition at line 40 of file DeleteContentTagAction.java.

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

Definition at line 39 of file DeleteContentTagAction.java.


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

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