Autopsy  4.18.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.DefaultTableArtifactContentViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.GeneralPurposeArtifactViewer, 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)
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.setArtifact ( BlackboardArtifact  artifact)

The documentation for this interface 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.