|
Autopsy
4.17.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, String newComment) |
| abstract void | replaceTag (T oldTag, TagName newTagName, String comment) |
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 72 of file ReplaceTagAction.java.
|
protectedinherited |
Definition at line 75 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 97 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 |
| newComment | the newComment for the tag use an empty string for no newComment |
Definition at line 74 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 | - the TagName which is being removed from the item |
| newTagName | - the TagName which is being added to the itme |
| comment | the comment associated with the tag, empty string for no comment |
|
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 57 of file ReplaceTagAction.java.
|
staticprivate |
Definition at line 44 of file ReplaceBlackboardArtifactTagAction.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.