Enum Class ConditionalFeature

java.lang.Object
java.lang.Enum<ConditionalFeature>
javafx.application.ConditionalFeature
All Implemented Interfaces:
Serializable, Comparable<ConditionalFeature>, Constable

public enum ConditionalFeature extends Enum<ConditionalFeature>
Defines a set of conditional (optional) features. These features may not be available on all platforms. An application that wants to know whether a particular feature is available may query this using the Platform.isSupported() function. Using a conditional feature on a platform that does not support it will not cause an exception. In general, the conditional feature will just be ignored. See the documentation for each feature for more detail.
Since:
JavaFX 2.0