Uses of Enum Class
com.imyeyu.fx.ui.components.alert.AlertType
Packages that use AlertType
-
Uses of AlertType in com.imyeyu.fx.ui.components.alert
Subclasses with type arguments of type AlertType in com.imyeyu.fx.ui.components.alertMethods in com.imyeyu.fx.ui.components.alert that return AlertTypeModifier and TypeMethodDescriptionAbstractAlert.getType()获取弹窗类型static AlertTypeReturns the enum constant of this class with the specified name.static AlertType[]AlertType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.imyeyu.fx.ui.components.alert that return types with arguments of type AlertTypeModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<AlertType> AbstractAlert.typeProperty()获取弹窗类型监听Methods in com.imyeyu.fx.ui.components.alert with parameters of type AlertTypeConstructors in com.imyeyu.fx.ui.components.alert with parameters of type AlertTypeModifierConstructorDescriptionAbstractAlertInput(T t, AlertType type, String title, String content, String text, AlertButton... buttons) 输入弹窗AlertConfirm(AlertType type) 构造器AlertConfirm(AlertType type, String content) 构造器AlertConfirm(AlertType type, String content, AlertButton... buttons) 默认构造AlertPassword(AlertType type, String title, String content, String text, AlertButton... buttons) 密码输入弹窗AlertTextArea(AlertType type, String title, String content, String text, AlertButton... buttons) 文本域输入弹窗AlertTextField(AlertType type) 输入弹窗AlertTextField(AlertType type, String content, AlertButton... buttons) 输入弹窗AlertTextField(AlertType type, String title, String content, String text, AlertButton... buttons) 输入弹窗AlertTips(AlertType type, AlertButton... buttons) 弹窗提示弹窗提示AlertTips(AlertType type, String content, AlertButton... buttons) 弹窗提示AlertTips(AlertType type, String title, String content, AlertButton... buttons) 弹窗提示