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

Inherits Provider.

Inherited by org.sleuthkit.autopsy.communications.relationships.CallLogViewer, org.sleuthkit.autopsy.communications.relationships.ContactsViewer, org.sleuthkit.autopsy.communications.relationships.MediaViewer, org.sleuthkit.autopsy.communications.relationships.MessageViewer, and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.

Public Member Functions

String getDisplayName ()
 
JPanel getPanel ()
 
void setSelectionInfo (SelectionInfo info)
 

Detailed Description

Interface for Controls wishing to appear in the RelationshipBrowser tabPane.

Definition at line 27 of file RelationshipsViewer.java.

Member Function Documentation

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

Returns the value to be displayed on the "tab"

Returns
String display name

Implemented in org.sleuthkit.autopsy.communications.relationships.SummaryViewer.

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

Returns the JPanel to be displayed in the RelationshipBrowser.

Returns
JPanel to be displayed

Implemented in org.sleuthkit.autopsy.communications.relationships.SummaryViewer.

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

Sets current SelectionInfo allowing the panel to update accordingly.

Parameters
infoSelectionInfo instance representing the currently selected accounts

Implemented in org.sleuthkit.autopsy.communications.relationships.SummaryViewer.

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


The documentation for this interface 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.