Autopsy
4.19.3
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 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 |
This Action allow users to replace a content tag with another tag
Definition at line 43 of file ReplaceContentTagAction.java.
|
private |
Definition at line 61 of file ReplaceContentTagAction.java.
Referenced by org.sleuthkit.autopsy.actions.ReplaceContentTagAction.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 54 of file ReplaceContentTagAction.java.
References org.sleuthkit.autopsy.actions.ReplaceContentTagAction.instance, and org.sleuthkit.autopsy.actions.ReplaceContentTagAction.ReplaceContentTagAction().
Referenced by org.sleuthkit.autopsy.datamodel.DataModelActionsFactory.getActions().
|
inherited |
Definition at line 97 of file ReplaceTagAction.java.
|
protected |
Definition at line 70 of file ReplaceContentTagAction.java.
References org.sleuthkit.autopsy.casemodule.services.TagsManager.addContentTag(), org.sleuthkit.autopsy.casemodule.services.TagsManager.deleteContentTag(), org.sleuthkit.autopsy.casemodule.services.contentviewertags.ContentViewerTagManager.deleteTag(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.services.contentviewertags.ContentViewerTagManager.ContentViewerTag< T >.getDetails(), org.sleuthkit.autopsy.casemodule.Case.getServices(), org.sleuthkit.autopsy.casemodule.services.contentviewertags.ContentViewerTagManager.getTag(), org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager(), and org.sleuthkit.autopsy.casemodule.services.contentviewertags.ContentViewerTagManager.saveTag().
|
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 52 of file ReplaceContentTagAction.java.
Referenced by org.sleuthkit.autopsy.actions.ReplaceContentTagAction.getInstance().
|
staticprivate |
Definition at line 45 of file ReplaceContentTagAction.java.
|
staticprotectedinherited |
Definition at line 57 of file ReplaceTagAction.java.
|
staticprivate |
Definition at line 47 of file ReplaceContentTagAction.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.