Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.report.ReportProgressPanel.
Public Member Functions | |
ReportProgressIndicator (ProgressIndicator progressIndicator) | |
void | cancel () |
void | complete (ReportStatus reportStatus) |
void | complete (ReportStatus reportStatus, String statusMessage) |
void | complete () |
ReportStatus | getStatus () |
void | increment () |
void | setIndeterminate (boolean indeterminate) |
final void | setLabels (String reportName, String reportPath) |
void | setMaximumProgress (int max) |
void | setProgress (int value) |
void | start () |
void | updateStatusLabel (String statusMessage) |
Protected Member Functions | |
void | setStatus (ReportStatus status) |
Private Attributes | |
final ProgressIndicator | progressIndicator |
int | workUnitsCompleted |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
An adapter that adapts the ReportProgressPanel interface to the ProgressIndicator interface so that a given progress indicator can be used where a ReportProgressPanel is expected.
Definition at line 30 of file ReportProgressIndicator.java.
org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.ReportProgressIndicator | ( | ProgressIndicator | progressIndicator | ) |
Constructs an adapter that adapts the ReportProgressPanel interface to the ProgressIndicator interface so that a given progress indicator can be used where a ReportProgressPanel is expected.
progressIndicator | The progress indicator to be adapted. |
Definition at line 43 of file ReportProgressIndicator.java.
References org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.progressIndicator.
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.cancel | ( | ) |
Definition at line 126 of file ReportProgressIndicator.java.
References org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.CANCELED, org.sleuthkit.autopsy.report.ReportProgressPanel.getStatus(), org.sleuthkit.autopsy.progress.ProgressIndicator.progress(), and org.sleuthkit.autopsy.report.ReportProgressPanel.setStatus().
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.complete | ( | ReportStatus | reportStatus | ) |
Definition at line 96 of file ReportProgressIndicator.java.
References org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.CANCELED, org.sleuthkit.autopsy.progress.ProgressIndicator.finish(), org.sleuthkit.autopsy.report.ReportProgressPanel.getStatus(), and org.sleuthkit.autopsy.progress.ProgressIndicator.progress().
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.complete | ( | ReportStatus | reportStatus, |
String | statusMessage | ||
) |
Definition at line 116 of file ReportProgressIndicator.java.
References org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.CANCELED, org.sleuthkit.autopsy.report.ReportProgressPanel.complete(), org.sleuthkit.autopsy.report.ReportProgressPanel.getStatus(), and org.sleuthkit.autopsy.progress.ProgressIndicator.progress().
|
inherited |
Makes the components of this panel indicate the generation of the report is completed.
Definition at line 449 of file ReportProgressPanel.java.
References org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.COMPLETE.
Referenced by org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.complete().
|
inherited |
Gets the current status of the generation of the report.
Definition at line 159 of file ReportProgressPanel.java.
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.addArtifactsToPortableCase(), org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.addFilesToPortableCase(), org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.cancel(), org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.complete(), org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.compressCase(), org.sleuthkit.autopsy.report.infrastructure.ReportGenerator.generateFileListReport(), org.sleuthkit.autopsy.report.modules.stix.STIXReportModule.generateReport(), org.sleuthkit.autopsy.report.modules.taggedhashes.SaveTaggedHashesToHashDb.generateReport(), org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.generateReport(), and org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.updateStatusLabel().
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.increment | ( | ) |
Definition at line 66 of file ReportProgressIndicator.java.
References org.sleuthkit.autopsy.progress.ProgressIndicator.progress(), and org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.workUnitsCompleted.
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.setIndeterminate | ( | boolean | indeterminate | ) |
Definition at line 81 of file ReportProgressIndicator.java.
References org.sleuthkit.autopsy.progress.ProgressIndicator.switchToIndeterminate().
|
inherited |
Sets label text.
reportName | The name of the report being generated. |
reportPath | The path to the report file. |
Definition at line 98 of file ReportProgressPanel.java.
Referenced by org.sleuthkit.autopsy.geolocation.GeolocationTopComponent.reportButtonActionPerformed().
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.setMaximumProgress | ( | int | max | ) |
Definition at line 61 of file ReportProgressIndicator.java.
References org.sleuthkit.autopsy.progress.ProgressIndicator.switchToDeterminate().
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.setProgress | ( | int | value | ) |
Definition at line 72 of file ReportProgressIndicator.java.
References org.sleuthkit.autopsy.progress.ProgressIndicator.progress().
|
protectedinherited |
Sets the current status of the generation of the report.
status | The current status. |
Definition at line 168 of file ReportProgressPanel.java.
Referenced by org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.cancel(), and org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.start().
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.start | ( | ) |
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.updateStatusLabel | ( | String | statusMessage | ) |
|
private |
Definition at line 33 of file ReportProgressIndicator.java.
Referenced by org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.ReportProgressIndicator().
|
staticprivate |
Definition at line 32 of file ReportProgressIndicator.java.
|
private |
Definition at line 34 of file ReportProgressIndicator.java.
Referenced by org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.increment().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.