Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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()) |
JMenu item to show a menu allowing the selected host to be merged into another host.
Definition at line 42 of file MergeHostMenuAction.java.
org.sleuthkit.autopsy.datamodel.hosts.MergeHostMenuAction.MergeHostMenuAction | ( | Host | host | ) |
Main constructor.
host | The original host. |
Definition at line 53 of file MergeHostMenuAction.java.
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 | ( | ) |
Definition at line 64 of file MergeHostMenuAction.java.
References org::sleuthkit::datamodel::HostManager.getAllHosts(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org::sleuthkit::datamodel::SleuthkitCase.getHostManager(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
staticprivate |
Definition at line 44 of file MergeHostMenuAction.java.
|
private |
Definition at line 46 of file MergeHostMenuAction.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Feb 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.