Autopsy  4.19.2
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.MergeHostMenuAction Class Reference

Inherits AbstractAction, and Popup.

Public Member Functions

 MergeHostMenuAction (Host host)
 
void actionPerformed (ActionEvent event)
 
JMenuItem getPopupPresenter ()
 

Private Attributes

final Host sourceHost
 

Static Private Attributes

static final Logger logger = Logger.getLogger(MergeHostMenuAction.class.getName())
 

Detailed Description

JMenu item to show a menu allowing the selected host to be merged into another host.

Definition at line 42 of file MergeHostMenuAction.java.

Constructor & Destructor Documentation

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

Main constructor.

Parameters
hostThe original host.

Definition at line 53 of file MergeHostMenuAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.hosts.MergeHostMenuAction.actionPerformed ( ActionEvent  event)

Definition at line 60 of file MergeHostMenuAction.java.

JMenuItem org.sleuthkit.autopsy.datamodel.hosts.MergeHostMenuAction.getPopupPresenter ( )

Member Data Documentation

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

Definition at line 44 of file MergeHostMenuAction.java.

final Host org.sleuthkit.autopsy.datamodel.hosts.MergeHostMenuAction.sourceHost
private

Definition at line 46 of file MergeHostMenuAction.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Tue Feb 22 2022
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.