Autopsy  4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus Enum Reference

Public Member Functions

 ReportStatus (String displayName)
 
String getDisplayName ()
 

Public Attributes

 CANCELED =(Bundle.ReportProgressPanel_progress_canceled())
 
 COMPLETE =(Bundle.ReportProgressPanel_progress_complete())
 
 ERROR =(Bundle.ReportProgressPanel_progress_error())
 
 QUEUING =(Bundle.ReportProgressPanel_progress_queuing())
 
 RUNNING =(Bundle.ReportProgressPanel_progress_running())
 

Private Attributes

final String displayName
 

Detailed Description

Used by a report generation module to communicate report generation status to this panel and its listeners.

Definition at line 55 of file ReportProgressPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.ReportStatus ( String  displayName)

Definition at line 65 of file ReportProgressPanel.java.

Member Function Documentation

String org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.getDisplayName ( )

Gets the display name of the report status.

Returns
The display name.

Definition at line 74 of file ReportProgressPanel.java.

Member Data Documentation

org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.CANCELED =(Bundle.ReportProgressPanel_progress_canceled())

Definition at line 60 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.ReportProgressPanel.cancel(), org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.complete(), org.sleuthkit.autopsy.report.ReportProgressPanel.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(), org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.handleCancellation(), org.sleuthkit.autopsy.report.ReportProgressPanel.increment(), org.sleuthkit.autopsy.report.ReportProgressPanel.setIndeterminate(), org.sleuthkit.autopsy.report.ReportProgressPanel.setMaximumProgress(), org.sleuthkit.autopsy.report.ReportProgressPanel.setProgress(), org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.updateStatusLabel(), and org.sleuthkit.autopsy.report.ReportProgressPanel.updateStatusLabel().

org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.COMPLETE =(Bundle.ReportProgressPanel_progress_complete())
final String org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.displayName
private

Definition at line 63 of file ReportProgressPanel.java.

org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.ERROR =(Bundle.ReportProgressPanel_progress_error())
org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.QUEUING =(Bundle.ReportProgressPanel_progress_queuing())
org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.RUNNING =(Bundle.ReportProgressPanel_progress_running())

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

Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.