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.ui.StatusBar Class Reference

Inherits ToolBar, and org.sleuthkit.autopsy.timeline.TimeLineUI.

Public Member Functions

 StatusBar ()
 
void setController (TimeLineController controller)
 

Private Attributes

TimeLineController controller
 
Label refreshLabel
 
ProgressBar progressBar
 
Region spacer
 
Label taskLabel
 
Label messageLabel
 

Detailed Description

simple status bar that only shows one possible message determined by TimeLineController#newEventsFlag

Definition at line 37 of file StatusBar.java.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

Definition at line 54 of file StatusBar.java.

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

Definition at line 45 of file StatusBar.java.

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

Definition at line 42 of file StatusBar.java.

Region org.sleuthkit.autopsy.timeline.ui.StatusBar.spacer
private

Definition at line 48 of file StatusBar.java.

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

Definition at line 51 of file StatusBar.java.


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.