Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Attributes | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.actions.ReplaceContentTagAction Class Reference

Inherits org.sleuthkit.autopsy.actions.ReplaceTagAction< T extends Tag >.

Public Member Functions

void actionPerformed (ActionEvent event)
 
JMenuItem getPopupPresenter ()
 

Static Public Member Functions

static synchronized ReplaceContentTagAction getInstance ()
 

Protected Member Functions

String getActionDisplayName ()
 
void replaceTag (ContentTag oldTag, TagName newTagName, String newComment)
 
abstract void replaceTag (T oldTag, TagName newTagName, String comment)
 

Static Protected Attributes

static final String MENU_TEXT
 

Private Member Functions

 ReplaceContentTagAction ()
 

Static Private Attributes

static ReplaceContentTagAction instance
 
static final Logger logger = Logger.getLogger(ReplaceContentTagAction.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

This Action allow users to replace a content tag with another tag

Definition at line 43 of file ReplaceContentTagAction.java.

Constructor & Destructor Documentation

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

Member Function Documentation

void org.sleuthkit.autopsy.actions.ReplaceTagAction< T extends Tag >.actionPerformed ( ActionEvent  event)
inherited

Subclasses of replaceTagAction should not override actionPerformed, but instead override replaceTag.

Parameters
event

Definition at line 72 of file ReplaceTagAction.java.

String org.sleuthkit.autopsy.actions.ReplaceTagAction< T extends Tag >.getActionDisplayName ( )
protectedinherited

Definition at line 75 of file ReplaceTagAction.java.

static synchronized ReplaceContentTagAction org.sleuthkit.autopsy.actions.ReplaceContentTagAction.getInstance ( )
static
JMenuItem org.sleuthkit.autopsy.actions.ReplaceTagAction< T extends Tag >.getPopupPresenter ( )
inherited

Definition at line 97 of file ReplaceTagAction.java.

void org.sleuthkit.autopsy.actions.ReplaceContentTagAction.replaceTag ( ContentTag  oldTag,
TagName  newTagName,
String  newComment 
)
protected
abstract void org.sleuthkit.autopsy.actions.ReplaceTagAction< T extends Tag >.replaceTag ( oldTag,
TagName  newTagName,
String  comment 
)
abstractprotectedinherited

Method to actually replace the selected tag with the given new tag

Parameters
oldTag- the TagName which is being removed from the item
newTagName- the TagName which is being added to the itme
commentthe comment associated with the tag, empty string for no comment

Member Data Documentation

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

Definition at line 45 of file ReplaceContentTagAction.java.

final String org.sleuthkit.autopsy.actions.ReplaceTagAction< T extends Tag >.MENU_TEXT
staticprotectedinherited
Initial value:
= NbBundle.getMessage(ReplaceTagAction.class,
"ReplaceTagAction.replaceTag")

Definition at line 57 of file ReplaceTagAction.java.

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

Definition at line 47 of file ReplaceContentTagAction.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.