Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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) |
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.
Component org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.getComponent | ( | ) |
Returns the panel.
Implemented in org.sleuthkit.autopsy.contentviewers.artifactviewers.CallLogArtifactViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.MessageArtifactViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.DefaultTableArtifactContentViewer, and org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.
Referenced by org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.updateView().
boolean org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.isSupported | ( | BlackboardArtifact | artifact | ) |
Checks whether the given artifact is supported by the viewer.
artifact | Artifact to check. |
Implemented in org.sleuthkit.autopsy.contentviewers.artifactviewers.MessageArtifactViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.CallLogArtifactViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.DefaultTableArtifactContentViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.GeneralPurposeArtifactViewer, and org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ArtifactContentViewer.setArtifact | ( | BlackboardArtifact | artifact | ) |
Called to display the contents of the given artifact.
artifact | the artifact to display. |
Implemented in org.sleuthkit.autopsy.contentviewers.artifactviewers.MessageArtifactViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.DefaultTableArtifactContentViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.GeneralPurposeArtifactViewer, org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer, and org.sleuthkit.autopsy.contentviewers.artifactviewers.CallLogArtifactViewer.
Referenced by org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.updateView().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.