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.AddContentTagAction Class Reference

Inherits org.sleuthkit.autopsy.actions.AddTagAction.

Public Member Functions

JMenuItem getPopupPresenter ()
 
void actionPerformed (ActionEvent event)
 

Static Public Member Functions

static synchronized AddContentTagAction getInstance ()
 

Protected Member Functions

String getActionDisplayName ()
 
void addTag (TagName tagName, String comment)
 
void doAction (ActionEvent event)
 
void refreshDirectoryTree ()
 

Private Member Functions

 AddContentTagAction ()
 

Static Private Attributes

static AddContentTagAction instance
 

Detailed Description

Instances of this Action allow users to apply tags to content.

Definition at line 41 of file AddContentTagAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.actions.AddContentTagAction.AddContentTagAction ( )
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.AddContentTagAction.addTag ( TagName  tagName,
String  comment 
)
protected
void org.sleuthkit.autopsy.actions.AddTagAction.doAction ( ActionEvent  event)
protectedinherited

Definition at line 54 of file AddTagAction.java.

String org.sleuthkit.autopsy.actions.AddContentTagAction.getActionDisplayName ( )
protected

Definition at line 59 of file AddContentTagAction.java.

static synchronized AddContentTagAction org.sleuthkit.autopsy.actions.AddContentTagAction.getInstance ( )
static
JMenuItem org.sleuthkit.autopsy.actions.AddTagAction.getPopupPresenter ( )
inherited

Definition at line 49 of file AddTagAction.java.

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

AddContentTagAction org.sleuthkit.autopsy.actions.AddContentTagAction.instance
staticprivate

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.