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

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())
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonsMenuAction.AssociatePersonsMenuAction ( Host  host)

Main constructor.

Parameters
hostThe host.

Definition at line 56 of file AssociatePersonsMenuAction.java.

Member Function Documentation

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 ( )

Member Data Documentation

final Host org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonsMenuAction.host
private

Definition at line 49 of file AssociatePersonsMenuAction.java.

final Logger org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonsMenuAction.logger = Logger.getLogger(AssociatePersonsMenuAction.class.getName())
staticprivate

Definition at line 47 of file AssociatePersonsMenuAction.java.


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

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.