Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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) |
default void | setProgressMax (final int max) |
void | setProgressText (String text) |
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.
void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setIndeterminate | ( | boolean | indeterminate | ) |
Identify if progress will be indeterminate or not
indeterminate | true if progress bar should not show steps |
void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgress | ( | int | progress | ) |
Increment the progress bar if it is determinate
progress | How much progress has happened. Must be smaller than value passed to setProgressMax() |
default void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgressMax | ( | final int | max | ) |
Maximum value for a determinate progress bar.
max | Max value that will be used |
Implemented in org.sleuthkit.autopsy.casemodule.AddImageWizardAddingProgressPanel.DSPProgressMonitorImpl.
Definition at line 45 of file DataSourceProcessorProgressMonitor.java.
void org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgressText | ( | String | text | ) |
Set the text to be displayed to the user.
text | Text to display |
Referenced by org.sleuthkit.autopsy.casemodule.AddImageTask.ProgressUpdater.run().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.