Autopsy  3.1
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< Object, Void >.

Protected Member Functions

Object doInBackground () throws Exception
 
void done ()
 

Private Attributes

TextMarkup source
 
String markup
 
ProgressHandle progress
 

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 679 of file ExtractedContentPanel.java.

Member Function Documentation

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

Definition at line 690 of file ExtractedContentPanel.java.

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

Definition at line 703 of file ExtractedContentPanel.java.

Member Data Documentation

String org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.markup
private

Definition at line 682 of file ExtractedContentPanel.java.

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

Definition at line 683 of file ExtractedContentPanel.java.

TextMarkup org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.source
private

Definition at line 681 of file ExtractedContentPanel.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.