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

Inherits JPanel, and Provider.

Public Member Functions

 MessagesPanel ()
 
 MessagesPanel (ChildFactory<?> nodeFactory)
 
void addNotify ()
 
Lookup getLookup ()
 
void removeNotify ()
 

Private Member Functions

void initComponents ()
 

Private Attributes

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

Detailed Description

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

Definition at line 44 of file MessagesPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.communications.relationships.MessagesPanel.MessagesPanel ( )
org.sleuthkit.autopsy.communications.relationships.MessagesPanel.MessagesPanel ( ChildFactory<?>  nodeFactory)

Definition at line 107 of file MessagesPanel.java.

Member Function Documentation

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

Definition at line 118 of file MessagesPanel.java.

Lookup org.sleuthkit.autopsy.communications.relationships.MessagesPanel.getLookup ( )
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 148 of file MessagesPanel.java.

References org.sleuthkit.autopsy.communications.relationships.MessagesPanel.messageContentViewer, 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 126 of file MessagesPanel.java.

Member Data Documentation

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

Definition at line 48 of file MessagesPanel.java.

org.sleuthkit.autopsy.contentviewers.MessageContentViewer org.sleuthkit.autopsy.communications.relationships.MessagesPanel.messageContentViewer
private
final Outline org.sleuthkit.autopsy.communications.relationships.MessagesPanel.outline
private

Definition at line 46 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
javax.swing.JSplitPane org.sleuthkit.autopsy.communications.relationships.MessagesPanel.splitPane
private

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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.