Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Displays the Relationship information for the currently selected accounts.
Definition at line 30 of file RelationshipBrowser.java.
org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.RelationshipBrowser | ( | ) |
Creates new form RelationshipBrowser
Definition at line 38 of file RelationshipBrowser.java.
References org.sleuthkit.autopsy.communications.relationships.SummaryViewer.getDisplayName(), org.sleuthkit.autopsy.communications.relationships.ContactsViewer.getDisplayName(), org.sleuthkit.autopsy.communications.relationships.MessageViewer.getDisplayName(), org.sleuthkit.autopsy.communications.relationships.MessageViewer.getLookup(), org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.initComponents(), and org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.tabPane.
Lookup org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.getLookup | ( | ) |
Definition at line 114 of file RelationshipBrowser.java.
References org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.proxyLookup.
Referenced by org.sleuthkit.autopsy.communications.AccountsBrowser.AccountsBrowser().
|
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.
info | Currently selected account nodes |
Definition at line 62 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.relationships.RelationshipBrowser.tabPaneStateChanged().
|
private |
Definition at line 96 of file RelationshipBrowser.java.
References org.sleuthkit.autopsy.communications.ModifiableProxyLookup.setNewLookups(), org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.tabPane.
Referenced by org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.initComponents().
|
private |
Definition at line 32 of file RelationshipBrowser.java.
|
private |
Definition at line 33 of file RelationshipBrowser.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.getLookup().
|
private |
Definition at line 110 of file RelationshipBrowser.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.initComponents(), org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.RelationshipBrowser(), org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.tabPaneStateChanged().
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.