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

Inherits SwingWorker< String, Void >.

Protected Member Functions

String doInBackground () throws Exception
 
void done ()
 

Private Attributes

final String contentName
 
ProgressHandle progress
 
final IndexedText source
 

Detailed Description

Swingworker to get markup source content String from Solr in background thread and then set the panel text in the EDT Helps not to block the UI while content from Solr is retrieved.

Definition at line 718 of file ExtractedContentPanel.java.

Member Function Documentation

String org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.doInBackground ( ) throws Exception
protected

Definition at line 734 of file ExtractedContentPanel.java.

void org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.done ( )
protected

Definition at line 743 of file ExtractedContentPanel.java.

Member Data Documentation

final String org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.contentName
private

Definition at line 720 of file ExtractedContentPanel.java.

ProgressHandle org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.progress
private

Definition at line 724 of file ExtractedContentPanel.java.

final IndexedText org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.source
private

Definition at line 722 of file ExtractedContentPanel.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.