public abstract class Application
extends javafx.application.Application
Modifier | Constructor | Description |
---|---|---|
protected |
Application() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAppId() |
Returns the application's identifier.
|
java.nio.file.Path |
getCacheDirectory() |
Returns the application's cache directory.
|
java.nio.file.Path |
getConfigDirectory() |
Returns the application's config directory.
|
java.nio.file.Path |
getDataDirectory() |
Returns the application's cache directory.
|
static Application |
getInstance() |
Returns the application instance.
|
java.nio.file.Path |
getLogDirectory() |
Returns the application's log directory.
|
javafx.geometry.NodeOrientation |
getNodeOrientation() |
Returns the application's node orientation.
|
void |
setAppId(java.lang.String appId) |
Sets the application's identifier.
|
public java.lang.String getAppId()
public java.nio.file.Path getCacheDirectory()
public java.nio.file.Path getConfigDirectory()
public java.nio.file.Path getDataDirectory()
public static Application getInstance()
public java.nio.file.Path getLogDirectory()
public javafx.geometry.NodeOrientation getNodeOrientation()
public void setAppId(java.lang.String appId)
java.lang.IllegalArgumentException
- if appId
is null
or empty