Autopsy  4.5.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor Interface Reference

Inherited by org.sleuthkit.autopsy.casemodule.AddImageWizardAddingProgressPanel.DSPProgressMonitorImpl, and org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor.

Public Member Functions

void setIndeterminate (boolean indeterminate)
 
void setProgress (int progress)
 
void setProgressText (String text)
 

Detailed Description

An GUI agnostic DataSourceProcessorProgressMonitor interface for DataSourceProcesssors to indicate progress. It models after a JProgressbar though it could use any underlying implementation (or NoOps)

Definition at line 26 of file DataSourceProcessorProgressMonitor.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setIndeterminate ( boolean  indeterminate)
void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgress ( int  progress)
void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgressText ( String  text)

The documentation for this interface 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.