java.lang.Object
com.acgist.snail.gui.javafx.Alerts
窗口助手
- 作者:
- acgist
-
方法详细资料
-
ok
判断是否点击OK按钮
- 参数:
optional- 按钮类型- 返回:
- 是否点击OK按钮
-
info
提示窗口
- 参数:
title- 标题message- 内容- 返回:
- 点击按钮类型
-
warn
警告窗口
- 参数:
title- 标题message- 内容- 返回:
- 点击按钮类型
-
build
public static final Optional<javafx.scene.control.ButtonType> build(String title, String message, GuiContext.MessageType type) 提示窗口
- 参数:
title- 标题message- 内容type- 类型- 返回:
- 点击按钮类型
-