Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction, and Popup.
Public Member Functions | |
AssociatePersonsMenuAction (Host host) | |
void | actionPerformed (ActionEvent event) |
JMenuItem | getPopupPresenter () |
Private Attributes | |
final Host | host |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(AssociatePersonsMenuAction.class.getName()) |
JMenu item to show a menu giving options to associate the given host with an existing person.
Definition at line 45 of file AssociatePersonsMenuAction.java.
org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonsMenuAction.AssociatePersonsMenuAction | ( | Host | host | ) |
Main constructor.
host | The host. |
Definition at line 56 of file AssociatePersonsMenuAction.java.
void org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonsMenuAction.actionPerformed | ( | ActionEvent | event | ) |
Definition at line 63 of file AssociatePersonsMenuAction.java.
JMenuItem org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonsMenuAction.getPopupPresenter | ( | ) |
Definition at line 67 of file AssociatePersonsMenuAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
Definition at line 49 of file AssociatePersonsMenuAction.java.
|
staticprivate |
Definition at line 47 of file AssociatePersonsMenuAction.java.
Copyright © 2012-2022 Basis Technology. Generated on: Thu Jun 1 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.