Autopsy
4.19.3
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 | getMenuForFiles (Collection< AbstractFile > selectedFiles) |
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 58 of file DeleteFileContentTagAction.java.
|
private |
Definition at line 78 of file DeleteFileContentTagAction.java.
void org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 101 of file DeleteFileContentTagAction.java.
|
protected |
Definition at line 111 of file DeleteFileContentTagAction.java.
References 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.Case.getServices(), org.sleuthkit.autopsy.casemodule.services.contentviewertags.ContentViewerTagManager.getTag(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
|
protected |
Definition at line 104 of file DeleteFileContentTagAction.java.
|
static |
Definition at line 71 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.AttachmentNode.getActions(), org.sleuthkit.autopsy.datamodel.LayoutFileNode.getActions(), org.sleuthkit.autopsy.datamodel.FileNode.getActions(), org.sleuthkit.autopsy.keywordsearch.AdHocSearchFilterNode.GetPopupActionsContentVisitor.getFileActions(), org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.getTagActions(), and org.sleuthkit.autopsy.directorytree.ExplorerNodeActionVisitor.visit().
JMenuItem org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getMenuForFiles | ( | Collection< AbstractFile > | selectedFiles | ) |
Get the menu for removing tags from the specified collection of Files.
selectedFiles | The collection of AbstractFiles the menu actions will be applied to. |
Definition at line 96 of file DeleteFileContentTagAction.java.
JMenuItem org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getPopupPresenter | ( | ) |
Definition at line 83 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 69 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 60 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 63 of file DeleteFileContentTagAction.java.
|
staticprivate |
Definition at line 62 of file DeleteFileContentTagAction.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.