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

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

Detailed Description

Allows someone to associate a new person with a parentless host.

Definition at line 47 of file AssociateNewPersonAction.java.

Constructor & Destructor Documentation

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

Main constructor.

Parameters
hostThe host to be associated with new person.

Definition at line 58 of file AssociateNewPersonAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.hosts.AssociateNewPersonAction.actionPerformed ( ActionEvent  e)
String org.sleuthkit.autopsy.datamodel.hosts.AssociateNewPersonAction.getAddDialogName ( ) throws NoCurrentCaseException, TskCoreException
private

Get dialog to add new person name.

Returns
The name for the new person or null to cancel.
Exceptions
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().

Member Data Documentation

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

Definition at line 51 of file AssociateNewPersonAction.java.

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

Definition at line 49 of file AssociateNewPersonAction.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.