Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressUpdate Class Reference

Public Member Functions

int getProgress ()
 
int getTotal ()
 
String getHeaderMessage ()
 
String getDetailMessage ()
 
 ProgressUpdate (int progress, int total, String headerMessage, String detailMessage)
 

Private Attributes

final int progress
 
final int total
 
final String headerMessage
 
final String detailMessage
 

Detailed Description

bundles up progress information to be shown in the progress dialog

Definition at line 220 of file ProgressWindow.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressUpdate.ProgressUpdate ( int  progress,
int  total,
String  headerMessage,
String  detailMessage 
)

Member Function Documentation

String org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressUpdate.getDetailMessage ( )
String org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressUpdate.getHeaderMessage ( )
int org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressUpdate.getProgress ( )
int org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressUpdate.getTotal ( )

Member Data Documentation

final String org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressUpdate.detailMessage
private
final String org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressUpdate.headerMessage
private
final int org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressUpdate.progress
private
final int org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressUpdate.total
private

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

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