Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane Class Reference

Inherits JPanel, and Provider.

Public Member Functions

 ContactDetailsPane ()
 
ExplorerManager getExplorerManager ()
 
ImageIcon getImageFromArtifact (BlackboardArtifact artifact)
 
void setNode (Node[] nodes)
 

Private Member Functions

void initComponents ()
 

Private Attributes

final ImageIcon defaultImage
 
final ExplorerManager explorerManager = new ExplorerManager()
 
javax.swing.JLabel nameLabel
 
org.openide.explorer.propertysheet.PropertySheet propertySheet
 

Static Private Attributes

static final String DEFAULT_IMAGE_PATH = "/org/sleuthkit/autopsy/communications/images/defaultContact.png"
 
static final Logger logger = Logger.getLogger(ContactDetailsPane.class.getName())
 

Detailed Description

Displays the propertied of a ContactNode in a PropertySheet.

Definition at line 38 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 ( )
ImageIcon org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.getImageFromArtifact ( BlackboardArtifact  artifact)
void org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.initComponents ( )
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 126 of file ContactDetailsPane.java.

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

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

void org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.setNode ( Node[]  nodes)

Member Data Documentation

final String org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.DEFAULT_IMAGE_PATH = "/org/sleuthkit/autopsy/communications/images/defaultContact.png"
staticprivate

Definition at line 42 of file ContactDetailsPane.java.

final ImageIcon org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.defaultImage
private
final ExplorerManager org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.explorerManager = new ExplorerManager()
private
final Logger org.sleuthkit.autopsy.communications.relationships.ContactDetailsPane.logger = Logger.getLogger(ContactDetailsPane.class.getName())
staticprivate

Definition at line 40 of file ContactDetailsPane.java.

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: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.