Autopsy  4.11.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.ContactDetailsPane Class Reference

Inherits JPanel, and Provider.

Public Member Functions

 ContactDetailsPane ()
 
ExplorerManager getExplorerManager ()
 
void setEnabled (boolean enabled)
 
void setNode (Node[] nodes)
 

Private Member Functions

void initComponents ()
 

Private Attributes

final ExplorerManager explorerManager = new ExplorerManager()
 
org.sleuthkit.autopsy.contentviewers.MessageContentViewer messageContentViewer1
 
javax.swing.JLabel nameLabel
 
org.openide.explorer.propertysheet.PropertySheet propertySheet
 

Detailed Description

Displays the propertied of a ContactNode in a PropertySheet.

Definition at line 27 of file ContactDetailsPane.java.

Constructor & Destructor Documentation

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

Member Function Documentation

ExplorerManager org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.getExplorerManager ( )
void org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.initComponents ( )
private
void org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.setEnabled ( boolean  enabled)
void org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.setNode ( Node[]  nodes)

Sets the list of nodes for the property sheet.

Parameters
nodesList of nodes to set

Definition at line 46 of file ContactDetailsPane.java.

References org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.nameLabel, and org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.propertySheet.

Member Data Documentation

final ExplorerManager org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.explorerManager = new ExplorerManager()
private
org.sleuthkit.autopsy.contentviewers.MessageContentViewer org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.messageContentViewer1
private
javax.swing.JLabel org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.nameLabel
private
org.openide.explorer.propertysheet.PropertySheet org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.propertySheet
private

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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Jun 21 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.