Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

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.

Parameters
progressIndicatorThe progress indicator to be adapted.

Definition at line 43 of file ReportProgressIndicator.java.

References org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.progressIndicator.

Member Function Documentation

void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.cancel ( )
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.complete ( ReportStatus  reportStatus)
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.complete ( ReportStatus  reportStatus,
String  statusMessage 
)
void org.sleuthkit.autopsy.report.ReportProgressPanel.complete ( )
inherited

Makes the components of this panel indicate the generation of the report is completed.

Deprecated:
Use complete(ReportStatus)

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().

ReportStatus org.sleuthkit.autopsy.report.ReportProgressPanel.getStatus ( )
inherited
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.increment ( )
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.setIndeterminate ( boolean  indeterminate)
final void org.sleuthkit.autopsy.report.ReportProgressPanel.setLabels ( String  reportName,
String  reportPath 
)
inherited

Sets label text.

Parameters
reportNameThe name of the report being generated.
reportPathThe 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)
void org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.setProgress ( int  value)
void org.sleuthkit.autopsy.report.ReportProgressPanel.setStatus ( ReportStatus  status)
protectedinherited

Sets the current status of the generation of the report.

Parameters
statusThe 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)

Member Data Documentation

final ProgressIndicator org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.progressIndicator
private
final long org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.serialVersionUID = 1L
staticprivate

Definition at line 32 of file ReportProgressIndicator.java.

int org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator.workUnitsCompleted
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.