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

Inherits ToolBar.

Public Member Functions

 StatusBar (TimeLineController controller)
 

Private Attributes

final TimeLineController controller
 
Label messageLabel
 
ProgressBar progressBar
 
Label statusLabel
 
Label taskLabel
 

Detailed Description

Simple status bar that shows a possible message determined by TimeLineController.statusMessageProperty() and progress of background tasks.

Definition at line 32 of file StatusBar.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.StatusBar.StatusBar ( TimeLineController  controller)

Member Data Documentation

final TimeLineController org.sleuthkit.autopsy.timeline.ui.StatusBar.controller
private
Label org.sleuthkit.autopsy.timeline.ui.StatusBar.messageLabel
private

Definition at line 44 of file StatusBar.java.

ProgressBar org.sleuthkit.autopsy.timeline.ui.StatusBar.progressBar
private

Definition at line 40 of file StatusBar.java.

Label org.sleuthkit.autopsy.timeline.ui.StatusBar.statusLabel
private

Definition at line 37 of file StatusBar.java.

Label org.sleuthkit.autopsy.timeline.ui.StatusBar.taskLabel
private

Definition at line 42 of file StatusBar.java.


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

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