Autopsy
4.9.1
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 55 of file DeleteFileContentTagAction.java.
|
private |
Definition at line 75 of file DeleteFileContentTagAction.java.
void org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 85 of file DeleteFileContentTagAction.java.
|
protected |
Definition at line 95 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 88 of file DeleteFileContentTagAction.java.
|
static |
Definition at line 68 of file DeleteFileContentTagAction.java.
Referenced by org.sleuthkit.autopsy.datamodel.LocalFileNode.getActions(), org.sleuthkit.autopsy.datamodel.SlackFileNode.getActions(), org.sleuthkit.autopsy.datamodel.DirectoryNode.getActions(), org.sleuthkit.autopsy.datamodel.DataModelActionsFactory.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 80 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 66 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 57 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 60 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 59 of file DeleteFileContentTagAction.java.
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.