Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
void | actionPerformed (ActionEvent e) |
Static Public Member Functions | |
static synchronized DeleteContentTagAction | getInstance () |
Protected Member Functions | |
void | doAction (ActionEvent event) |
void | refreshDirectoryTree () |
Private Member Functions | |
DeleteContentTagAction () | |
Static Private Attributes | |
static DeleteContentTagAction | instance |
static final Logger | logger = Logger.getLogger(DeleteContentTagAction.class.getName()) |
static final String | MENU_TEXT |
static final long | serialVersionUID = 1L |
Instances of this Action allow users to delete tags applied to content.
Definition at line 45 of file DeleteContentTagAction.java.
|
private |
Definition at line 65 of file DeleteContentTagAction.java.
void org.sleuthkit.autopsy.actions.DeleteContentTagAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 70 of file DeleteContentTagAction.java.
References org.sleuthkit.autopsy.casemodule.services.TagsManager.deleteContentTag(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org.sleuthkit.autopsy.casemodule.Case.getServices(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
|
protected |
Deprecated, use actionPerformed() instead.
event | The event associated with the action. |
Definition at line 100 of file DeleteContentTagAction.java.
|
static |
Definition at line 58 of file DeleteContentTagAction.java.
Referenced by org.sleuthkit.autopsy.datamodel.DataModelActionsFactory.getActions().
|
protected |
Deprecated, does nothing. The TagManager methods to create, update or delete tags now notify the case that there is a tag change. The case then publishes an event that triggers a refresh of the tags sub-tree in the tree view.
Definition at line 113 of file DeleteContentTagAction.java.
|
staticprivate |
Definition at line 56 of file DeleteContentTagAction.java.
|
staticprivate |
Definition at line 47 of file DeleteContentTagAction.java.
|
staticprivate |
Definition at line 50 of file DeleteContentTagAction.java.
|
staticprivate |
Definition at line 49 of file DeleteContentTagAction.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.