Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
AssociateNewPersonAction (Host host) | |
void | actionPerformed (ActionEvent e) |
Private Member Functions | |
String | getAddDialogName () throws NoCurrentCaseException, TskCoreException |
Private Attributes | |
final Host | host |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(AssociateNewPersonAction.class.getName()) |
Allows someone to associate a new person with a parentless host.
Definition at line 47 of file AssociateNewPersonAction.java.
org.sleuthkit.autopsy.datamodel.hosts.AssociateNewPersonAction.AssociateNewPersonAction | ( | Host | host | ) |
Main constructor.
host | The host to be associated with new person. |
Definition at line 58 of file AssociateNewPersonAction.java.
void org.sleuthkit.autopsy.datamodel.hosts.AssociateNewPersonAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 64 of file AssociateNewPersonAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
Get dialog to add new person name.
NoCurrentCaseException | |
TskCoreException |
Definition at line 92 of file AssociateNewPersonAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase(), org.sleuthkit.autopsy.datamodel.persons.AddEditPersonDialog.getValue(), and org.sleuthkit.autopsy.datamodel.persons.AddEditPersonDialog.isChanged().
|
private |
Definition at line 51 of file AssociateNewPersonAction.java.
|
staticprivate |
Definition at line 49 of file AssociateNewPersonAction.java.
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.