Inherits SwingWorker< String, Void >.
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 652 of file ExtractedContentPanel.java.
String org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.doInBackground |
( |
| ) |
throws Exception |
|
protected |
void org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.done |
( |
| ) |
|
|
protected |
final String org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.contentName |
|
private |
ProgressHandle org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.progress |
|
private |
final IndexedText org.sleuthkit.autopsy.keywordsearch.ExtractedContentPanel.SetMarkupWorker.source |
|
private |
The documentation for this class was generated from the following file: