Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
EditPersonAction (Person person) | |
void | actionPerformed (ActionEvent e) |
Private Member Functions | |
String | getEditedPersonName (Person person) throws NoCurrentCaseException, TskCoreException |
Private Attributes | |
final Person | person |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(EditPersonAction.class.getName()) |
Action to edit the specified person.
Definition at line 42 of file EditPersonAction.java.
org.sleuthkit.autopsy.datamodel.persons.EditPersonAction.EditPersonAction | ( | Person | person | ) |
Main constructor.
person | The person to be edited. |
Definition at line 53 of file EditPersonAction.java.
void org.sleuthkit.autopsy.datamodel.persons.EditPersonAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 60 of file EditPersonAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
Presents a dialog that will allow the user to edit the person's name.
person | The person. |
NoCurrentCaseException | |
TskCoreException |
Definition at line 86 of file EditPersonAction.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().
|
staticprivate |
Definition at line 44 of file EditPersonAction.java.
|
private |
Definition at line 46 of file EditPersonAction.java.
Copyright © 2012-2022 Basis Technology. Generated on: Fri Mar 24 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.