public class CalcControlPanelController extends Object implements javafx.fxml.Initializable
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.TextArea |
console |
| Constructor and Description |
|---|
CalcControlPanelController() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(URL url,
ResourceBundle resourceBundle) |
void |
startServer(javafx.scene.input.MouseEvent event) |
void |
stopServer(javafx.scene.input.MouseEvent event) |
void |
toggleLog(javafx.scene.input.MouseEvent event) |
public void initialize(URL url, ResourceBundle resourceBundle)
initialize in interface javafx.fxml.Initializablepublic void startServer(javafx.scene.input.MouseEvent event)
throws IOException
IOExceptionpublic void stopServer(javafx.scene.input.MouseEvent event)
throws IOException
IOExceptionpublic void toggleLog(javafx.scene.input.MouseEvent event)
Copyright © 2021 Open Foris. All Rights Reserved.