Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.casemodule.AddImageWizardAddingProgressPanel.DSPProgressMonitorImpl Class Reference

Inherits org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.

Public Member Functions

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

Detailed Description

Definition at line 95 of file AddImageWizardAddingProgressPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setIndeterminate ( boolean  indeterminate)
inherited

Identify if progress will be indeterminate or not

Parameters
indeterminatetrue if progress bar should not show steps

Referenced by org.sleuthkit.autopsy.datasourceprocessors.xry.XRYDataSourceProcessor.process(), and org.sleuthkit.autopsy.datasourceprocessors.xry.XRYDataSourceProcessor.run().

void org.sleuthkit.autopsy.casemodule.AddImageWizardAddingProgressPanel.DSPProgressMonitorImpl.setIndeterminate ( final boolean  indeterminate)

Definition at line 98 of file AddImageWizardAddingProgressPanel.java.

void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgress ( int  progress)
inherited

Increment the progress bar if it is determinate

Parameters
progressHow much progress has happened. Must be smaller than value passed to setProgressMax()
void org.sleuthkit.autopsy.casemodule.AddImageWizardAddingProgressPanel.DSPProgressMonitorImpl.setProgress ( final int  progress)

Definition at line 109 of file AddImageWizardAddingProgressPanel.java.

void org.sleuthkit.autopsy.casemodule.AddImageWizardAddingProgressPanel.DSPProgressMonitorImpl.setProgressMax ( final int  max)

Maximum value for a determinate progress bar.

Parameters
maxMax value that will be used

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.

Definition at line 120 of file AddImageWizardAddingProgressPanel.java.

void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgressText ( String  text)
inherited
void org.sleuthkit.autopsy.casemodule.AddImageWizardAddingProgressPanel.DSPProgressMonitorImpl.setProgressText ( final String  text)

Definition at line 131 of file AddImageWizardAddingProgressPanel.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.