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

Inherits JPanel, and Provider.

Public Member Functions

 MessagesPanel ()
 
void addNotify ()
 
Lookup getLookup ()
 
void removeNotify ()
 

Private Member Functions

void handleFocusChange (Component newFocusOwner)
 
void initComponents ()
 

Private Attributes

PropertyChangeListener focusPropertyListener
 
final MessageDataContent messageContentViewer
 
final Outline outline
 
org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel outlineViewPanel
 
final ModifiableProxyLookup proxyLookup
 
javax.swing.JSplitPane splitPane
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

General Purpose class for panels that need OutlineView of message nodes at the top with a MessageDataContent at the bottom.

Definition at line 47 of file MessagesPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.communications.relationships.MessagesPanel.MessagesPanel ( )

Member Function Documentation

void org.sleuthkit.autopsy.communications.relationships.MessagesPanel.addNotify ( )
Lookup org.sleuthkit.autopsy.communications.relationships.MessagesPanel.getLookup ( )
void org.sleuthkit.autopsy.communications.relationships.MessagesPanel.handleFocusChange ( Component  newFocusOwner)
private
void org.sleuthkit.autopsy.communications.relationships.MessagesPanel.initComponents ( )
private

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 193 of file MessagesPanel.java.

References org.sleuthkit.autopsy.communications.relationships.MessagesPanel.outlineViewPanel, and org.sleuthkit.autopsy.communications.relationships.MessagesPanel.splitPane.

Referenced by org.sleuthkit.autopsy.communications.relationships.MessagesPanel.MessagesPanel().

void org.sleuthkit.autopsy.communications.relationships.MessagesPanel.removeNotify ( )

Definition at line 171 of file MessagesPanel.java.

Member Data Documentation

PropertyChangeListener org.sleuthkit.autopsy.communications.relationships.MessagesPanel.focusPropertyListener
private

Definition at line 53 of file MessagesPanel.java.

final MessageDataContent org.sleuthkit.autopsy.communications.relationships.MessagesPanel.messageContentViewer
private

Definition at line 55 of file MessagesPanel.java.

final Outline org.sleuthkit.autopsy.communications.relationships.MessagesPanel.outline
private

Definition at line 51 of file MessagesPanel.java.

org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel org.sleuthkit.autopsy.communications.relationships.MessagesPanel.outlineViewPanel
private
final ModifiableProxyLookup org.sleuthkit.autopsy.communications.relationships.MessagesPanel.proxyLookup
private
final long org.sleuthkit.autopsy.communications.relationships.MessagesPanel.serialVersionUID = 1L
staticprivate

Definition at line 49 of file MessagesPanel.java.

javax.swing.JSplitPane org.sleuthkit.autopsy.communications.relationships.MessagesPanel.splitPane
private

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

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.