Autopsy  4.18.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.RelationshipBrowser Class Reference

Inherits JPanel, and Provider.

Public Member Functions

 RelationshipBrowser ()
 
Lookup getLookup ()
 
void setSelectionInfo (SelectionInfo info)
 

Private Member Functions

void initComponents ()
 
void tabPaneStateChanged (javax.swing.event.ChangeEvent evt)
 

Private Attributes

SelectionInfo currentSelection
 
final ModifiableProxyLookup proxyLookup
 
javax.swing.JTabbedPane tabPane
 

Detailed Description

Displays the Relationship information for the currently selected accounts.

Definition at line 29 of file RelationshipBrowser.java.

Constructor & Destructor Documentation

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

Member Function Documentation

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

References org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.tabPane, and org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.tabPaneStateChanged().

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

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

Sets the value of currentSelection and passes the SelectionInfo onto the currently selected, visible tab.

Parameters
infoCurrently selected account nodes

Definition at line 61 of file RelationshipBrowser.java.

References org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.tabPane.

Referenced by org.sleuthkit.autopsy.communications.AccountsBrowser.AccountsBrowser(), and org.sleuthkit.autopsy.communications.CVTTopComponent.CVTTopComponent().

void org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.tabPaneStateChanged ( javax.swing.event.ChangeEvent  evt)
private

Member Data Documentation

SelectionInfo org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.currentSelection
private

Definition at line 31 of file RelationshipBrowser.java.

final ModifiableProxyLookup org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.proxyLookup
private
javax.swing.JTabbedPane org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.tabPane
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.