public abstract class SimpleShell
extends javafx.application.Application
| Modifier and Type | Field and Description |
|---|---|
protected FXStageController |
controller |
protected java.lang.String |
icon |
| Constructor and Description |
|---|
SimpleShell() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkSystemTray() |
void |
closeWindow() |
protected abstract javafx.scene.Parent |
createContents(FXStageController value,
javafx.application.Application.Parameters args) |
protected java.lang.String |
createDir(java.lang.String path) |
protected SimpleShell |
enableError(java.lang.String path) |
java.lang.String |
getCaption() |
protected java.lang.String |
getCaptionPrefix() |
protected java.lang.String |
getCommandHelp() |
protected java.lang.String |
getDefaultString() |
SimpleKeyValueList<java.lang.String,java.lang.String> |
getParameterMap() |
protected java.lang.String |
getVersion() |
void |
saveException(java.lang.Throwable e,
java.lang.Object... extra) |
void |
start(javafx.stage.Stage primaryStage) |
SimpleShell |
withIcon(java.lang.String value) |
SimpleShell |
withIcon(java.net.URL value) |
SimpleShell |
withTitle(java.lang.String value) |
protected boolean |
writeErrorFile(java.lang.String fileName,
java.lang.Throwable e,
java.lang.Object... extras) |
protected void |
writeModel(java.lang.String prefixName) |
protected java.lang.String icon
protected FXStageController controller
protected abstract javafx.scene.Parent createContents(FXStageController value, javafx.application.Application.Parameters args)
public void closeWindow()
public SimpleKeyValueList<java.lang.String,java.lang.String> getParameterMap()
public void start(javafx.stage.Stage primaryStage)
throws java.lang.Exception
start in class javafx.application.Applicationjava.lang.Exceptionprotected java.lang.String getCommandHelp()
protected java.lang.String getDefaultString()
public SimpleShell withIcon(java.lang.String value)
public SimpleShell withIcon(java.net.URL value)
public SimpleShell withTitle(java.lang.String value)
public static boolean checkSystemTray()
public void saveException(java.lang.Throwable e,
java.lang.Object... extra)
protected void writeModel(java.lang.String prefixName)
protected boolean writeErrorFile(java.lang.String fileName,
java.lang.Throwable e,
java.lang.Object... extras)
protected java.lang.String createDir(java.lang.String path)
protected java.lang.String getCaptionPrefix()
public java.lang.String getCaption()
protected SimpleShell enableError(java.lang.String path)
protected java.lang.String getVersion()