Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane Class Reference

Inherits JPanel.

Classes

class  PersonaCreateCallbackImpl
 
class  PersonaViewCallbackImpl
 
class  ViewButtonHandler
 

Private Member Functions

void createButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void initComponents ()
 

Private Attributes

javax.swing.JButton createButton
 
javax.swing.JPanel createPersonaPanel
 
Account currentAccount = null
 
CentralRepoAccount currentCRAccount = null
 
javax.swing.JLabel messageLabel
 
javax.swing.JPanel messagePane
 
javax.swing.JLabel noPersonaLabel
 
final Map< Component, PersonapersonaMap
 
javax.swing.JScrollPane personaScrollPane
 
final ViewButtonHandler viewButtonHandler = new ViewButtonHandler()
 

Static Private Attributes

static final Logger logger = Logger.getLogger(SummaryPersonaPane.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Panel to show the Personas for a given account. That is apart SummaryViewer.

Definition at line 51 of file SummaryPersonaPane.java.

Member Function Documentation

void org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.createButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.initComponents ( )
private

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.createButton
private
javax.swing.JPanel org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.createPersonaPanel
private
Account org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.currentAccount = null
private

Definition at line 60 of file SummaryPersonaPane.java.

CentralRepoAccount org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.currentCRAccount = null
private

Definition at line 59 of file SummaryPersonaPane.java.

final Logger org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.logger = Logger.getLogger(SummaryPersonaPane.class.getName())
staticprivate

Definition at line 55 of file SummaryPersonaPane.java.

javax.swing.JLabel org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.messageLabel
private
javax.swing.JPanel org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.messagePane
private
javax.swing.JLabel org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.noPersonaLabel
private
final Map<Component, Persona> org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.personaMap
private

Definition at line 57 of file SummaryPersonaPane.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.personaScrollPane
private
final long org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.serialVersionUID = 1L
staticprivate

Definition at line 53 of file SummaryPersonaPane.java.

final ViewButtonHandler org.sleuthkit.autopsy.communications.relationships.SummaryPersonaPane.viewButtonHandler = new ViewButtonHandler()
private

Definition at line 58 of file SummaryPersonaPane.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.