Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction, and Popup.
Classes | |
class | TagMenu |
Public Member Functions | |
void | actionPerformed (ActionEvent e) |
JMenuItem | getPopupPresenter () |
Static Public Member Functions | |
static synchronized DeleteFileContentTagAction | getInstance () |
Protected Member Functions | |
void | deleteTag (TagName tagName, ContentTag contentTag, long fileId) |
String | getActionDisplayName () |
Private Member Functions | |
DeleteFileContentTagAction () | |
Static Private Attributes | |
static DeleteFileContentTagAction | instance |
static final Logger | logger = Logger.getLogger(DeleteFileContentTagAction.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 54 of file DeleteFileContentTagAction.java.
|
private |
Definition at line 74 of file DeleteFileContentTagAction.java.
void org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 84 of file DeleteFileContentTagAction.java.
|
protected |
Definition at line 94 of file DeleteFileContentTagAction.java.
References org.sleuthkit.autopsy.casemodule.services.TagsManager.deleteContentTag(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getServices(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
|
protected |
Definition at line 87 of file DeleteFileContentTagAction.java.
|
static |
Definition at line 67 of file DeleteFileContentTagAction.java.
Referenced by org.sleuthkit.autopsy.datamodel.SlackFileNode.getActions(), org.sleuthkit.autopsy.datamodel.DirectoryNode.getActions(), org.sleuthkit.autopsy.datamodel.DataModelActionsFactory.getActions(), org.sleuthkit.autopsy.datamodel.LocalFileNode.getActions(), org.sleuthkit.autopsy.datamodel.LayoutFileNode.getActions(), org.sleuthkit.autopsy.datamodel.FileNode.getActions(), org.sleuthkit.autopsy.keywordsearch.AdHocSearchFilterNode.GetPopupActionsContentVisitor.getFileActions(), org.sleuthkit.autopsy.directorytree.ExplorerNodeActionVisitor.visit(), and org.sleuthkit.autopsy.directorytree.DataResultFilterNode.GetPopupActionsDisplayableItemNodeVisitor.visit().
JMenuItem org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getPopupPresenter | ( | ) |
Definition at line 79 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 65 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 56 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 59 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 58 of file DeleteFileContentTagAction.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.