MobileApplication and related API
offered in this package.| Class | Description |
|---|---|
| GlassPane |
The GlassPane exists in an invisible layer above the main UI of a Glisten
MobileApplication. |
| MobileApplication |
For Glisten-based applications, the MobileApplication class should be
considered as the base class, in a similar fashion to the
Application
class is to JavaFX applications. |
| MobileApplication.MobileEvent |
Event class for events related to MobileApplication.
|
| StatusBar |
API to allow for styling the native status bar elements on platforms such as iOS and Android.
|
| Enum | Description |
|---|---|
| ViewStackPolicy |
Defines view stack usage policy.
|