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

Inherits org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer, org.sleuthkit.autopsy.corecomponentinterfaces.DataContent, and Provider.

Public Member Functions

Component getComponent ()
 
ExplorerManager getExplorerManager ()
 
boolean isSupported (BlackboardArtifact artifact)
 
void propertyChange (PropertyChangeEvent evt)
 
void setArtifact (BlackboardArtifact artifact)
 
void setNode (Node selectedNode)
 

Private Attributes

final ExplorerManager explorerManager = new ExplorerManager()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Wrapper around ContactArtifactViewer to add Node support and an ExplorerManager.

Definition at line 33 of file ContactDataViewer.java.

Member Function Documentation

Component org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.getComponent ( )
inherited

Returns the panel.

Returns
display panel.

Implements org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.

Definition at line 149 of file ContactArtifactViewer.java.

ExplorerManager org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.getExplorerManager ( )
boolean org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.isSupported ( BlackboardArtifact  artifact)
inherited

Checks whether the given artifact is supported by the viewer.

Parameters
artifactArtifact to check.
Returns
True if the artifact can be displayed by the viewer, false otherwise.

Implements org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.

Definition at line 155 of file ContactArtifactViewer.java.

void org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.propertyChange ( PropertyChangeEvent  evt)

Definition at line 49 of file ContactDataViewer.java.

void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.setArtifact ( BlackboardArtifact  artifact)
inherited

Called to display the contents of the given artifact.

Parameters
artifactthe artifact to display.

Implements org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.

Definition at line 130 of file ContactArtifactViewer.java.

Referenced by org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.setNode().

void org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.setNode ( Node  selectedNode)

Sets the "selected" node in this class

Parameters
selectedNodenode to use

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContent.

Definition at line 40 of file ContactDataViewer.java.

References org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.setArtifact().

Member Data Documentation

final ExplorerManager org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.explorerManager = new ExplorerManager()
private
final long org.sleuthkit.autopsy.communications.relationships.ContactDataViewer.serialVersionUID = 1L
staticprivate

Definition at line 35 of file ContactDataViewer.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.