Enum Class Alert.AlertType

java.lang.Object
java.lang.Enum<Alert.AlertType>
javafx.scene.control.Alert.AlertType
All Implemented Interfaces:
Serializable, Comparable<Alert.AlertType>, Constable
Enclosing class:
Alert

public static enum Alert.AlertType extends Enum<Alert.AlertType>
An enumeration containing the available, pre-built alert types that the Alert class can use to pre-populate various properties.
Since:
JavaFX 8u40