Uses of Enum Class
javafx.application.ConditionalFeature
-
Uses of ConditionalFeature in javafx.application
Modifier and TypeMethodDescriptionstatic ConditionalFeature
Returns the enum constant of this class with the specified name.static ConditionalFeature[]
ConditionalFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
Platform.isSupported
(ConditionalFeature feature) Queries whether a specific conditional feature is supported by the platform.