Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.contentviewers.AnnotationsContentViewer.AnnotationWorker Class Reference

Inherits SwingWorker< String, Void >.

Public Member Functions

void done ()
 

Protected Member Functions

String doInBackground () throws Exception
 

Private Attributes

final Node node
 

Detailed Description

A SwingWorker that will fetch the annotation information for the given node.

Definition at line 155 of file AnnotationsContentViewer.java.

Member Function Documentation

String org.sleuthkit.autopsy.contentviewers.AnnotationsContentViewer.AnnotationWorker.doInBackground ( ) throws Exception
protected
void org.sleuthkit.autopsy.contentviewers.AnnotationsContentViewer.AnnotationWorker.done ( )

Member Data Documentation

final Node org.sleuthkit.autopsy.contentviewers.AnnotationsContentViewer.AnnotationWorker.node
private

Definition at line 156 of file AnnotationsContentViewer.java.


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

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