Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Attributes | List of all members
org.sleuthkit.autopsy.corecomponentinterfaces.BlackboardResultViewer Interface Reference

Public Member Functions

void addOnFinishedListener (PropertyChangeListener l)
 
void viewArtifact (BlackboardArtifact art)
 
void viewArtifactContent (BlackboardArtifact art)
 

Static Public Attributes

static final String FINISHED_DISPLAY_EVT = "FINISHED_DISPLAY_EVT"
 

Detailed Description

Additional functionality of viewers supporting black board results such as the directory tree

Deprecated:
No longer used.

Definition at line 31 of file BlackboardResultViewer.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponentinterfaces.BlackboardResultViewer.addOnFinishedListener ( PropertyChangeListener  l)

Add listener to fire an action when viewer is done displaying

Parameters
l
void org.sleuthkit.autopsy.corecomponentinterfaces.BlackboardResultViewer.viewArtifact ( BlackboardArtifact  art)

View artifact in a viewer

Parameters
artartifact to view
void org.sleuthkit.autopsy.corecomponentinterfaces.BlackboardResultViewer.viewArtifactContent ( BlackboardArtifact  art)

View content associated with the artifact

Parameters
artartifact content to view

Member Data Documentation

final String org.sleuthkit.autopsy.corecomponentinterfaces.BlackboardResultViewer.FINISHED_DISPLAY_EVT = "FINISHED_DISPLAY_EVT"
static

Definition at line 33 of file BlackboardResultViewer.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.