Autopsy  4.19.1
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.annotations.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
 
final boolean resetCaretPosition
 

Detailed Description

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

Definition at line 352 of file AnnotationsContentViewer.java.

Member Function Documentation

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

Member Data Documentation

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

Definition at line 354 of file AnnotationsContentViewer.java.

final boolean org.sleuthkit.autopsy.contentviewers.annotations.AnnotationsContentViewer.AnnotationWorker.resetCaretPosition
private

Definition at line 355 of file AnnotationsContentViewer.java.


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

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