Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
This Action allows users to replace a tag applied to blackboard artifacts, with another tag
Definition at line 41 of file ReplaceBlackboardArtifactTagAction.java.
|
private |
Definition at line 58 of file ReplaceBlackboardArtifactTagAction.java.
Referenced by org.sleuthkit.autopsy.actions.ReplaceBlackboardArtifactTagAction.getInstance().
|
inherited |
Subclasses of replaceTagAction should not override actionPerformed, but instead override replaceTag.
event |
Definition at line 70 of file ReplaceTagAction.java.
|
protectedinherited |
Definition at line 73 of file ReplaceTagAction.java.
|
static |
Definition at line 51 of file ReplaceBlackboardArtifactTagAction.java.
References org.sleuthkit.autopsy.actions.ReplaceBlackboardArtifactTagAction.instance, and org.sleuthkit.autopsy.actions.ReplaceBlackboardArtifactTagAction.ReplaceBlackboardArtifactTagAction().
Referenced by org.sleuthkit.autopsy.datamodel.DataModelActionsFactory.getActions().
|
inherited |
Definition at line 94 of file ReplaceTagAction.java.
|
protected |
Replaces the specified tag on the given artifact with the new one
oldArtifactTag | tag to be replaced |
newTagName | name of the tag to replace with |
Definition at line 73 of file ReplaceBlackboardArtifactTagAction.java.
References org.sleuthkit.autopsy.casemodule.services.TagsManager.addBlackboardArtifactTag(), org.sleuthkit.autopsy.casemodule.services.TagsManager.deleteBlackboardArtifactTag(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getServices(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
|
abstractprotectedinherited |
Method to actually replace the selected tag with the given new tag
oldTag | |
newTagName |
|
staticprivate |
Definition at line 49 of file ReplaceBlackboardArtifactTagAction.java.
Referenced by org.sleuthkit.autopsy.actions.ReplaceBlackboardArtifactTagAction.getInstance().
|
staticprivate |
Definition at line 43 of file ReplaceBlackboardArtifactTagAction.java.
|
staticprotectedinherited |
Definition at line 55 of file ReplaceTagAction.java.
|
staticprivate |
Definition at line 44 of file ReplaceBlackboardArtifactTagAction.java.
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.