Autopsy  4.19.1
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.CallLogDataViewer Class Reference

Inherits org.sleuthkit.autopsy.contentviewers.artifactviewers.CallLogArtifactViewer, 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 CallLogArtifactViewer to add Node support and an ExplorerManager.

Definition at line 33 of file CallLogDataViewer.java.

Member Function Documentation

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

Returns the panel.

Returns
display panel.

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

Definition at line 474 of file CallLogArtifactViewer.java.

ExplorerManager org.sleuthkit.autopsy.communications.relationships.CallLogDataViewer.getExplorerManager ( )
boolean org.sleuthkit.autopsy.contentviewers.artifactviewers.CallLogArtifactViewer.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 479 of file CallLogArtifactViewer.java.

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

Definition at line 49 of file CallLogDataViewer.java.

void org.sleuthkit.autopsy.contentviewers.artifactviewers.CallLogArtifactViewer.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 97 of file CallLogArtifactViewer.java.

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

void org.sleuthkit.autopsy.communications.relationships.CallLogDataViewer.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 CallLogDataViewer.java.

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

Member Data Documentation

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

Definition at line 35 of file CallLogDataViewer.java.


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

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