Uses of Enum Class
com.imyeyu.fx.ui.components.alert.AlertButton.Action
Packages that use AlertButton.Action
-
Uses of AlertButton.Action in com.imyeyu.fx.ui.components.alert
Subclasses with type arguments of type AlertButton.Action in com.imyeyu.fx.ui.components.alertMethods in com.imyeyu.fx.ui.components.alert that return AlertButton.ActionModifier and TypeMethodDescriptionAbstractAlert.getAction()最近用户动作AlertButton.getAction()按钮动作static AlertButton.ActionReturns the enum constant of this class with the specified name.static AlertButton.Action[]AlertButton.Action.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 with parameters of type AlertButton.ActionMethod parameters in com.imyeyu.fx.ui.components.alert with type arguments of type AlertButton.ActionModifier and TypeMethodDescriptionvoidAbstractAlert.setOnActionEvent(com.imyeyu.java.bean.CallbackArgReturn<AlertButton.Action, Boolean> onActionEvent) 弹窗动作事件Constructors in com.imyeyu.fx.ui.components.alert with parameters of type AlertButton.ActionModifierConstructorDescriptionAlertButton(javafx.geometry.HPos pos, AlertButton.Action action, String text) 弹窗按钮构造器