Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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) |
Interface for Controls wishing to appear in the RelationshipBrowser tabPane.
Definition at line 27 of file RelationshipsViewer.java.
String org.sleuthkit.autopsy.communications.relationships.RelationshipsViewer.getDisplayName | ( | ) |
Returns the value to be displayed on the "tab"
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.
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.
info | SelectionInfo instance representing the currently selected accounts |
Implemented in org.sleuthkit.autopsy.communications.relationships.SummaryViewer.
Referenced by org.sleuthkit.autopsy.communications.relationships.RelationshipBrowser.tabPaneStateChanged().
Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.