Go to the documentation of this file.
19package org.sleuthkit.autopsy.timeline.ui;
21import javafx.fxml.FXML;
22import javafx.scene.control.Label;
23import javafx.scene.control.ProgressBar;
24import javafx.scene.control.ToolBar;
25import org.sleuthkit.autopsy.timeline.FXMLConstructor;
26import org.sleuthkit.autopsy.timeline.TimeLineController;
46 @SuppressWarnings(
"this-escape")
54 assert
progressBar != null :
"fx:id=\"progressBar\" was not injected: check your FXML file 'StatusBar.fxml'.";
55 assert
taskLabel != null :
"fx:id=\"taskLabel\" was not injected: check your FXML file 'StatusBar.fxml'.";
56 assert
messageLabel != null :
"fx:id=\"messageLabel\" was not injected: check your FXML file 'StatusBar.fxml'.";
60 taskLabel.visibleProperty().bind(this.controller.
getTasks().emptyProperty().not());
static void construct(Node node, String fxmlFileName)
synchronized ReadOnlyStringProperty taskMessageProperty()
synchronized ReadOnlyStringProperty taskTitleProperty()
synchronized ReadOnlyListProperty< Task<?> > getTasks()
synchronized ReadOnlyDoubleProperty taskProgressProperty()
ReadOnlyStringProperty statusMessageProperty()
final TimeLineController controller
StatusBar(TimeLineController controller)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.