Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
DeletePersonAction (Person person) | |
void | actionPerformed (ActionEvent e) |
Private Member Functions | |
void | setEnabled () |
Private Attributes | |
final Person | person |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(DeletePersonAction.class.getName()) |
Removes person from case.
Definition at line 44 of file DeletePersonAction.java.
org.sleuthkit.autopsy.datamodel.persons.DeletePersonAction.DeletePersonAction | ( | Person | person | ) |
Main constructor.
person | The person to be deleted. |
Definition at line 55 of file DeletePersonAction.java.
void org.sleuthkit.autopsy.datamodel.persons.DeletePersonAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 82 of file DeletePersonAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
Sets the action enabled only if no child hosts.
Definition at line 64 of file DeletePersonAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
staticprivate |
Definition at line 46 of file DeletePersonAction.java.
|
private |
Definition at line 48 of file DeletePersonAction.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.