Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.PersonaUIComponents Class Reference

Public Member Functions

JButton getPersonaActionButton ()
 
JLabel getPersonaNameLabel ()
 

Private Attributes

final JButton personaActionButton
 
final JLabel personaNameLabel
 

Detailed Description

A wrapper class that bags the UI components that need to be updated when a persona search task or a create dialog returns.

Definition at line 713 of file ContactArtifactViewer.java.

Member Function Documentation

JButton org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.PersonaUIComponents.getPersonaActionButton ( )

Returns persona action button.

Returns
Persona action button.

Definition at line 743 of file ContactArtifactViewer.java.

JLabel org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.PersonaUIComponents.getPersonaNameLabel ( )

Returns persona name label.

Returns
Persona name label.

Definition at line 734 of file ContactArtifactViewer.java.

Member Data Documentation

final JButton org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.PersonaUIComponents.personaActionButton
private

Definition at line 716 of file ContactArtifactViewer.java.

final JLabel org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.PersonaUIComponents.personaNameLabel
private

Definition at line 715 of file ContactArtifactViewer.java.


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

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