Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.actions.AddBookmarkTagAction Class Reference

Inherits AbstractAction.

Public Member Functions

void actionPerformed (ActionEvent e)
 

Static Public Attributes

static final KeyStroke BOOKMARK_SHORTCUT = KeyStroke.getKeyStroke(KeyEvent.VK_B, InputEvent.CTRL_MASK)
 

Static Private Attributes

static final String BOOKMARK = NbBundle.getMessage(AddBookmarkTagAction.class, "AddBookmarkTagAction.bookmark.text")
 
static final String NO_COMMENT = ""
 

Detailed Description

Definition at line 39 of file AddBookmarkTagAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.actions.AddBookmarkTagAction.actionPerformed ( ActionEvent  e)

Member Data Documentation

final String org.sleuthkit.autopsy.actions.AddBookmarkTagAction.BOOKMARK = NbBundle.getMessage(AddBookmarkTagAction.class, "AddBookmarkTagAction.bookmark.text")
staticprivate

Definition at line 43 of file AddBookmarkTagAction.java.

final KeyStroke org.sleuthkit.autopsy.actions.AddBookmarkTagAction.BOOKMARK_SHORTCUT = KeyStroke.getKeyStroke(KeyEvent.VK_B, InputEvent.CTRL_MASK)
static
final String org.sleuthkit.autopsy.actions.AddBookmarkTagAction.NO_COMMENT = ""
staticprivate

Definition at line 42 of file AddBookmarkTagAction.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.