Uses of Enum Class
javafx.application.ConditionalFeature
Packages that use ConditionalFeature
-
Uses of ConditionalFeature in javafx.application
Methods in javafx.application that return ConditionalFeatureModifier 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.Methods in javafx.application with parameters of type ConditionalFeatureModifier and TypeMethodDescriptionstatic boolean
Platform.isSupported(ConditionalFeature feature)
Queries whether a specific conditional feature is supported by the platform.