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.ContactsViewer Class Reference

Inherits JPanel, and org.sleuthkit.autopsy.communications.relationships.RelationshipsViewer.

Public Member Functions

 ContactsViewer ()
 
void addNotify ()
 
String getDisplayName ()
 
Lookup getLookup ()
 
JPanel getPanel ()
 
void removeNotify ()
 
void setSelectionInfo (SelectionInfo info)
 

Private Member Functions

void initComponents ()
 
void updateOutlineViewPanel ()
 

Private Attributes

org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane contactPane
 
final PropertyChangeListener focusPropertyListener
 
final ContactsChildNodeFactory nodeFactory
 
final Outline outline
 
org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel outlineViewPanel
 
final ModifiableProxyLookup proxyLookup
 
javax.swing.JSplitPane splitPane
 

Detailed Description

Visualization for contact nodes.

Definition at line 49 of file ContactsViewer.java.

Constructor & Destructor Documentation

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

Visualization for contact nodes.

Definition at line 68 of file ContactsViewer.java.

References org.sleuthkit.autopsy.communications.ModifiableProxyLookup.setNewLookups().

Member Function Documentation

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

Definition at line 154 of file ContactsViewer.java.

String org.sleuthkit.autopsy.communications.relationships.ContactsViewer.getDisplayName ( )

Returns the value to be displayed on the "tab"

Returns
String display name

Implements org.sleuthkit.autopsy.communications.relationships.RelationshipsViewer.

Definition at line 134 of file ContactsViewer.java.

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

Lookup org.sleuthkit.autopsy.communications.relationships.ContactsViewer.getLookup ( )

Definition at line 149 of file ContactsViewer.java.

JPanel org.sleuthkit.autopsy.communications.relationships.ContactsViewer.getPanel ( )

Returns the JPanel to be displayed in the RelationshipBrowser.

Returns
JPanel to be displayed

Implements org.sleuthkit.autopsy.communications.relationships.RelationshipsViewer.

Definition at line 139 of file ContactsViewer.java.

void org.sleuthkit.autopsy.communications.relationships.ContactsViewer.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 184 of file ContactsViewer.java.

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

Definition at line 162 of file ContactsViewer.java.

void org.sleuthkit.autopsy.communications.relationships.ContactsViewer.setSelectionInfo ( SelectionInfo  info)

Sets current SelectionInfo allowing the panel to update accordingly.

Parameters
infoSelectionInfo instance representing the currently selected accounts

Implements org.sleuthkit.autopsy.communications.relationships.RelationshipsViewer.

Definition at line 144 of file ContactsViewer.java.

void org.sleuthkit.autopsy.communications.relationships.ContactsViewer.updateOutlineViewPanel ( )
private

Definition at line 168 of file ContactsViewer.java.

Member Data Documentation

org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane org.sleuthkit.autopsy.communications.relationships.ContactsViewer.contactPane
private

Definition at line 209 of file ContactsViewer.java.

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

Definition at line 54 of file ContactsViewer.java.

final ContactsChildNodeFactory org.sleuthkit.autopsy.communications.relationships.ContactsViewer.nodeFactory
private

Definition at line 55 of file ContactsViewer.java.

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

Definition at line 52 of file ContactsViewer.java.

org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel org.sleuthkit.autopsy.communications.relationships.ContactsViewer.outlineViewPanel
private

Definition at line 210 of file ContactsViewer.java.

final ModifiableProxyLookup org.sleuthkit.autopsy.communications.relationships.ContactsViewer.proxyLookup
private

Definition at line 53 of file ContactsViewer.java.

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

Definition at line 211 of file ContactsViewer.java.


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.