public class OutputConsoleController
extends java.lang.Object
implements javafx.fxml.Initializable
| Constructor and Description |
|---|
OutputConsoleController() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.ToggleButton |
getAlwaysOnTopToggle() |
void |
handleClearConsole(javafx.event.ActionEvent actionEvent) |
void |
handleCopyConsoleOutput(javafx.event.ActionEvent actionEvent) |
void |
handleSaveConsoleOutput(javafx.event.ActionEvent actionEvent) |
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
public void initialize(java.net.URL location,
java.util.ResourceBundle resources)
initialize in interface javafx.fxml.Initializablepublic void handleClearConsole(javafx.event.ActionEvent actionEvent)
public void handleSaveConsoleOutput(javafx.event.ActionEvent actionEvent)
public void handleCopyConsoleOutput(javafx.event.ActionEvent actionEvent)
public javafx.scene.control.ToggleButton getAlwaysOnTopToggle()
Copyright © 2018 Frederic Thevenet. All rights reserved.