Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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) |
default void | setProgressMax (final int max) |
void | setProgressText (String text) |
void | setProgressText (final String text) |
A do nothing data source processor progress monitor.
Definition at line 312 of file VMExtractorIngestModule.java.
|
inherited |
Identify if progress will be indeterminate or not
indeterminate | true 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.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor.setIndeterminate | ( | final boolean | indeterminate | ) |
Definition at line 315 of file VMExtractorIngestModule.java.
|
inherited |
Increment the progress bar if it is determinate
progress | How much progress has happened. Must be smaller than value passed to setProgressMax() |
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor.setProgress | ( | final int | progress | ) |
Definition at line 319 of file VMExtractorIngestModule.java.
|
inherited |
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.
|
inherited |
Set the text to be displayed to the user.
text | Text to display |
Referenced by org.sleuthkit.autopsy.datasourceprocessors.xry.XRYDataSourceProcessor.XRYReportProcessorSwingWorker.doInBackground(), org.sleuthkit.autopsy.datasourceprocessors.xry.XRYDataSourceProcessor.XRYReportProcessorSwingWorker.ProgressMonitorAdapter.fileAdded(), and org.sleuthkit.autopsy.casemodule.AddImageTask.ProgressUpdater.run().
void org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule.AddDataSourceProgressMonitor.setProgressText | ( | final String | text | ) |
Definition at line 323 of file VMExtractorIngestModule.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.