Autopsy  3.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 org.sleuthkit.autopsy.actions.TagAction.

Public Member Functions

void actionPerformed (ActionEvent event)
 

Static Public Member Functions

static synchronized DeleteContentTagAction getInstance ()
 

Protected Member Functions

void doAction (ActionEvent e)
 
void refreshDirectoryTree ()
 

Private Member Functions

 DeleteContentTagAction ()
 

Static Private Attributes

static final String MENU_TEXT
 
static DeleteContentTagAction instance
 

Detailed Description

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

Definition at line 36 of file DeleteContentTagAction.java.

Constructor & Destructor Documentation

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

Member Function Documentation

void org.sleuthkit.autopsy.actions.TagAction.actionPerformed ( ActionEvent  event)
inherited

Definition at line 36 of file TagAction.java.

void org.sleuthkit.autopsy.actions.DeleteContentTagAction.doAction ( ActionEvent  e)
protected
static synchronized DeleteContentTagAction org.sleuthkit.autopsy.actions.DeleteContentTagAction.getInstance ( )
static
void org.sleuthkit.autopsy.actions.TagAction.refreshDirectoryTree ( )
protectedinherited

Derived classes should call this method any time a tag is created, updated or deleted outside of an actionPerformed() call.

Definition at line 52 of file TagAction.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 37 of file DeleteContentTagAction.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.