Autopsy  4.5.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.CaseBrowser.LoadCaseListWorker Class Reference

Inherits SwingWorker< Void, Void >.

Protected Member Functions

Void doInBackground () throws Exception
 
void done ()
 

Private Member Functions

List< CaseMetadatagetCases () throws CoordinationService.CoordinationServiceException
 

Private Attributes

List< CaseMetadatacases
 

Detailed Description

Swingworker to fetch the updated List of cases in a background thread

Definition at line 196 of file CaseBrowser.java.

Member Function Documentation

Void org.sleuthkit.autopsy.casemodule.CaseBrowser.LoadCaseListWorker.doInBackground ( ) throws Exception
protected
void org.sleuthkit.autopsy.casemodule.CaseBrowser.LoadCaseListWorker.done ( )
protected

Definition at line 257 of file CaseBrowser.java.

List<CaseMetadata> org.sleuthkit.autopsy.casemodule.CaseBrowser.LoadCaseListWorker.getCases ( ) throws CoordinationService.CoordinationServiceException
private

Member Data Documentation

List<CaseMetadata> org.sleuthkit.autopsy.casemodule.CaseBrowser.LoadCaseListWorker.cases
private

Definition at line 198 of file CaseBrowser.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.