public abstract class AbstractFxApplication extends javafx.application.Application implements Application
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
mAppModels
Our map for the models, never null.
|
protected Properties |
mAppProperties
Our properties, never null.
|
APPLICATION_KEY| Constructor and Description |
|---|
AbstractFxApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart(String[] pArgs) |
void |
doStop() |
Map<String,? super Object> |
getAppModel() |
Properties |
getProperties() |
String |
getProperty(String pKey,
String pDefault) |
void |
setProperty(String pKey,
String pValue) |
protected Properties mAppProperties
public String getProperty(String pKey, String pDefault)
getProperty in interface Applicationpublic void setProperty(String pKey, String pValue)
setProperty in interface Applicationpublic Properties getProperties()
getProperties in interface Applicationpublic Map<String,? super Object> getAppModel()
getAppModel in interface Applicationpublic void doStart(String[] pArgs)
doStart in interface Applicationpublic void doStop()
doStop in interface ApplicationCopyright © 2013–2025 Jürgen Zeller (privat). All rights reserved.