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

Inherits JFrame.

Classes

class  ProgressUpdate
 

Public Member Functions

 ProgressWindow (Component parent, boolean modal, SwingWorker<?,?> worker)
 
void updateProgress (final int progress)
 
void updateProgress (final int progress, final String message)
 
void updateProgress (final String message)
 
void setProgressTotal (final int total)
 
void updateHeaderMessage (final String headerMessage)
 
void setIndeterminate ()
 
void cancel ()
 
void close ()
 
void update (ProgressUpdate chunk)
 

Private Member Functions

void initComponents ()
 
void closeDialog (java.awt.event.WindowEvent evt)
 

Private Attributes

final SwingWorker<?,?> worker
 
JProgressBar progressBar
 
JLabel progressHeader
 

Detailed Description

Dialog with progress bar that pops up when timeline is being generated

Definition at line 47 of file ProgressWindow.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressWindow ( Component  parent,
boolean  modal,
SwingWorker<?,?>  worker 
)

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ProgressWindow.cancel ( )
void org.sleuthkit.autopsy.timeline.ProgressWindow.close ( )
void org.sleuthkit.autopsy.timeline.ProgressWindow.closeDialog ( java.awt.event.WindowEvent  evt)
private
void org.sleuthkit.autopsy.timeline.ProgressWindow.initComponents ( )
private

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 133 of file ProgressWindow.java.

References org.sleuthkit.autopsy.timeline.ProgressWindow.closeDialog(), org.sleuthkit.autopsy.timeline.ProgressWindow.progressBar, and org.sleuthkit.autopsy.timeline.ProgressWindow.progressHeader.

Referenced by org.sleuthkit.autopsy.timeline.ProgressWindow.ProgressWindow().

void org.sleuthkit.autopsy.timeline.ProgressWindow.setIndeterminate ( )
void org.sleuthkit.autopsy.timeline.ProgressWindow.setProgressTotal ( final int  total)
void org.sleuthkit.autopsy.timeline.ProgressWindow.update ( ProgressUpdate  chunk)
void org.sleuthkit.autopsy.timeline.ProgressWindow.updateHeaderMessage ( final String  headerMessage)
void org.sleuthkit.autopsy.timeline.ProgressWindow.updateProgress ( final int  progress)
void org.sleuthkit.autopsy.timeline.ProgressWindow.updateProgress ( final int  progress,
final String  message 
)
void org.sleuthkit.autopsy.timeline.ProgressWindow.updateProgress ( final String  message)

Member Data Documentation

JProgressBar org.sleuthkit.autopsy.timeline.ProgressWindow.progressBar
private
JLabel org.sleuthkit.autopsy.timeline.ProgressWindow.progressHeader
private
final SwingWorker<?, ?> org.sleuthkit.autopsy.timeline.ProgressWindow.worker
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.