Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer Interface Reference

Inherited by org.sleuthkit.autopsy.contentviewers.artifactviewers.CallLogArtifactViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.DefaultArtifactContentViewer, and org.sleuthkit.autopsy.contentviewers.artifactviewers.MessageArtifactViewer.

Public Member Functions

Component getComponent ()
 
boolean isSupported (BlackboardArtifact artifact)
 
void setArtifact (BlackboardArtifact artifact)
 

Detailed Description

Common interface implemented by artifact viewers.

An artifact viewer displays the artifact in a custom layout panel suitable for the artifact type.

Definition at line 31 of file ArtifactContentViewer.java.

Member Function Documentation

Component org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.getComponent ( )
boolean org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.isSupported ( BlackboardArtifact  artifact)

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.

Implemented in org.sleuthkit.autopsy.contentviewers.artifactviewers.MessageArtifactViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.CallLogArtifactViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.DefaultArtifactContentViewer, and org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.

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

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

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