public class Controller
extends java.lang.Object
implements javafx.fxml.Initializable
| Constructor and Description |
|---|
Controller() |
| Modifier and Type | Method and Description |
|---|---|
static void |
errorAlert(java.lang.String header,
java.lang.String content)
Shows an ERROR type alert with passed in header and content strings
|
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources)
Initializes the logger file
|
void |
setKernelController(KernelController kernelController)
Sets the controller for the kernel window to be able to be accessed
|
void |
setKernelStage(javafx.stage.Stage kernelStage)
Sets the kernel stage to be able to be opened
|
public void setKernelStage(javafx.stage.Stage kernelStage)
kernelStage - the stage for the kernel windowpublic void setKernelController(KernelController kernelController)
kernelController - the controller for the kernel windowpublic static void errorAlert(java.lang.String header,
java.lang.String content)
header - the header string for the Alertcontent - the content string for the Alertpublic void initialize(java.net.URL location,
java.util.ResourceBundle resources)
initialize in interface javafx.fxml.Initializablelocation - location URLresources - resources ResourceBundle