public class App
extends javafx.application.Application
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
static Master |
getMasterController() |
static javafx.stage.Stage |
getPrimaryStage() |
void |
init() |
static void |
showExceptionDialog(java.lang.Exception exception,
java.lang.String headerText,
java.lang.String contentText) |
void |
start(javafx.stage.Stage primaryStage) |
void |
stop() |
public static final java.lang.String version
public static javafx.stage.Stage getPrimaryStage()
public static Master getMasterController()
public void init()
init in class javafx.application.Applicationpublic void start(javafx.stage.Stage primaryStage)
throws java.io.IOException
start in class javafx.application.Applicationjava.io.IOExceptionpublic void stop()
stop in class javafx.application.Applicationpublic static void showExceptionDialog(java.lang.Exception exception,
java.lang.String headerText,
java.lang.String contentText)