Uses of Class
javafx.scene.control.Alert.AlertType
-
Packages that use Alert.AlertType 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。 -
-
Uses of Alert.AlertType in javafx.scene.control
Methods in javafx.scene.control that return Alert.AlertType Modifier and Type 方法 描述 Alert.AlertTypeAlert. getAlertType()获取属性alertType的值。static Alert.AlertTypeAlert.AlertType. valueOf(String name)以指定的名称返回此类型的枚举常量。static Alert.AlertType[]Alert.AlertType. values()按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene.control that return types with arguments of type Alert.AlertType Modifier and Type 方法 描述 ObjectProperty<Alert.AlertType>Alert. alertTypeProperty()创建Alert实例时,用户必须传入一个Alert.AlertType枚举值。Methods in javafx.scene.control with parameters of type Alert.AlertType Modifier and Type 方法 描述 voidAlert. setAlertType(Alert.AlertType alertType)设置属性alertType的值。Constructors in javafx.scene.control with parameters of type Alert.AlertType Constructor 描述 Alert(Alert.AlertType alertType)使用给定的AlertType创建警报(请参阅Alert.AlertType文档,了解哪一个是最合适的)。Alert(Alert.AlertType alertType, String contentText, ButtonType... buttons)使用给定的contentText,ButtonTypes和AlertType创建警报(请参阅Alert.AlertType文档以了解哪一个是最合适的)。
-