Autopsy  4.21.0
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 723 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 753 of file ContactArtifactViewer.java.

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

Returns persona name label.

Returns
Persona name label.

Definition at line 744 of file ContactArtifactViewer.java.

Member Data Documentation

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

Definition at line 726 of file ContactArtifactViewer.java.

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

Definition at line 725 of file ContactArtifactViewer.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.