A C D G I P R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addPropertyWatcher(Runnable) - Static method in class com.gluonhq.attach.util.PropertyWatcher
- ANDROID - com.gluonhq.attach.util.Platform
-
The android platform provides implementations to access the applicable services available on Android.
- ATTACH_DEBUG - Static variable in class com.gluonhq.attach.util.Constants
-
Constant that can be set as system property with value
"true"to increase the verbosity of the Attach services logging while development.
C
- com.gluonhq.attach.util - module com.gluonhq.attach.util
- com.gluonhq.attach.util - package com.gluonhq.attach.util
- com.gluonhq.attach.util.impl - package com.gluonhq.attach.util.impl
- Constants - Class in com.gluonhq.attach.util
- Constants() - Constructor for class com.gluonhq.attach.util.Constants
D
- Debug - Class in com.gluonhq.attach.util.impl
- Debug() - Constructor for class com.gluonhq.attach.util.impl.Debug
- DEBUG - Static variable in class com.gluonhq.attach.util.Util
-
Returns
trueif the system property namedConstants.ATTACH_DEBUGexists and is equal to the string"true". - DefaultServiceFactory<T> - Class in com.gluonhq.attach.util.impl
- DefaultServiceFactory(Class<T>) - Constructor for class com.gluonhq.attach.util.impl.DefaultServiceFactory
- DESKTOP - com.gluonhq.attach.util.Platform
-
The desktop platform provides implementations to access the applicable services available on desktop operating systems (such as Windows, Linux, and Mac OS).
G
- get(Class<T>) - Static method in class com.gluonhq.attach.util.Services
-
Returns an optional with a service, if previously a ServiceFactory was registered.
- getCurrent() - Static method in enum com.gluonhq.attach.util.Platform
-
Returns the current platform that the code is being executed on.
- getInstance() - Method in class com.gluonhq.attach.util.impl.DefaultServiceFactory
- getInstance() - Method in interface com.gluonhq.attach.util.impl.ServiceFactory
- getName() - Method in enum com.gluonhq.attach.util.Platform
- getServiceType() - Method in class com.gluonhq.attach.util.impl.DefaultServiceFactory
- getServiceType() - Method in interface com.gluonhq.attach.util.impl.ServiceFactory
I
- init() - Static method in class com.gluonhq.attach.util.impl.Debug
- IOS - com.gluonhq.attach.util.Platform
-
The ios platform provides implementations to access the applicable services available on iOS.
- isAndroid() - Static method in enum com.gluonhq.attach.util.Platform
-
Returns whether the current platform is android.
- isDesktop() - Static method in enum com.gluonhq.attach.util.Platform
-
Returns whether the current platform is desktop.
- isIOS() - Static method in enum com.gluonhq.attach.util.Platform
-
Returns whether the current platform is iOS.
P
- Platform - Enum in com.gluonhq.attach.util
-
An enumeration of the platforms that are supported by Attach.
- PropertyWatcher - Class in com.gluonhq.attach.util
-
A thread that watches certain properties in the native platform to determine whether to notify the user of their change (so that JavaFX properties may be used).
R
- registerServiceFactory(ServiceFactory<T>) - Static method in class com.gluonhq.attach.util.Services
-
Required call to register a ServiceFactory for a given service of type T.
- removePropertyWatcher(Runnable) - Static method in class com.gluonhq.attach.util.PropertyWatcher
S
- ServiceFactory<S> - Interface in com.gluonhq.attach.util.impl
- Services<T> - Class in com.gluonhq.attach.util
U
- Util - Class in com.gluonhq.attach.util
- Util() - Constructor for class com.gluonhq.attach.util.Util
V
- valueOf(String) - Static method in enum com.gluonhq.attach.util.Platform
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.gluonhq.attach.util.Platform
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages