|
Autopsy
4.21.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-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.