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 | Static Protected Attributes | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.actions.ReplaceBlackboardArtifactTagAction 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 ReplaceBlackboardArtifactTagAction getInstance ()
 

Protected Member Functions

String getActionDisplayName ()
 
void replaceTag (BlackboardArtifactTag oldArtifactTag, TagName newTagName)
 
abstract void replaceTag (T oldTag, TagName newTagName)
 

Static Protected Attributes

static final String MENU_TEXT
 

Private Member Functions

 ReplaceBlackboardArtifactTagAction ()
 

Static Private Attributes

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

Detailed Description

This Action allows users to replace a tag applied to blackboard artifacts, with another tag

Definition at line 41 of file ReplaceBlackboardArtifactTagAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.actions.ReplaceBlackboardArtifactTagAction.ReplaceBlackboardArtifactTagAction ( )
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 70 of file ReplaceTagAction.java.

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

Definition at line 73 of file ReplaceTagAction.java.

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

Definition at line 94 of file ReplaceTagAction.java.

void org.sleuthkit.autopsy.actions.ReplaceBlackboardArtifactTagAction.replaceTag ( BlackboardArtifactTag  oldArtifactTag,
TagName  newTagName 
)
protected
abstract void org.sleuthkit.autopsy.actions.ReplaceTagAction< T extends Tag >.replaceTag ( oldTag,
TagName  newTagName 
)
abstractprotectedinherited

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

Parameters
oldTag
newTagName

Member Data Documentation

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

Definition at line 43 of file ReplaceBlackboardArtifactTagAction.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 55 of file ReplaceTagAction.java.

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

Definition at line 44 of file ReplaceBlackboardArtifactTagAction.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.