Go to the documentation of this file.
19package org.sleuthkit.autopsy.timeline.ui;
21import javafx.fxml.FXML;
22import javafx.scene.control.Button;
23import javafx.scene.control.Label;
24import javafx.scene.control.ToolBar;
25import org.controlsfx.control.action.ActionUtils;
26import org.openide.util.NbBundle;
27import org.sleuthkit.autopsy.timeline.FXMLConstructor;
28import org.sleuthkit.autopsy.timeline.TimeLineController;
29import org.sleuthkit.autopsy.timeline.actions.Back;
30import org.sleuthkit.autopsy.timeline.actions.Forward;
51 @SuppressWarnings(
"this-escape")
58 @NbBundle.Messages({
"HistoryToolBar.historyLabel.text=History"})
60 assert
historyLabel != null :
"fx:id=\"historyLabel\" was not injected: check your FXML file 'HistoryToolBar.fxml'.";
61 assert
backButton != null :
"fx:id=\"backButton\" was not injected: check your FXML file 'HistoryToolBar.fxml'.";
62 assert
forwardButton != null :
"fx:id=\"forwardButton\" was not injected: check your FXML file 'HistoryToolBar.fxml'.";
64 historyLabel.setText(Bundle.HistoryToolBar_historyLabel_text());
static void construct(Node node, String fxmlFileName)
HistoryToolBar(TimeLineController controller)
final 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.