AnyCAD Rapid API 2023
Help you to create a better world!
载入中...
搜索中...
未找到
DialogUtil类 参考

静态 Public 成员函数

static Path OpenFileDialog (String title, StringList filter)
 
static Path SaveFileDialog (String title, String fileName, StringList filter)
 
static void NotifyMessage (String title, String content)
 
static void NotifyMessageU (String title, String content)
 
static boolean ShowMessageBox (String title, String content)
 
static boolean ShowMessageBoxU (String title, String content)
 

详细描述

<> The Dialog utility

成员函数说明

◆ NotifyMessage()

static void DialogUtil.NotifyMessage ( String  title,
String  content 
)
static

通知消息对话框

参数
title标题
content内容UTF8

◆ NotifyMessageU()

static void DialogUtil.NotifyMessageU ( String  title,
String  content 
)
static

通知消息对话框

参数
title标题
contentUNICODE

◆ OpenFileDialog()

static Path DialogUtil.OpenFileDialog ( String  title,
StringList  filter 
)
static

打开文件对话框

参数
title标题
filter文件过滤条件, 如{ "CAD Files (.igs .iges .stp .step)", "*.igs *.iges *.stp *.step" }
返回
Path如果为空,则打开失败

◆ SaveFileDialog()

static Path DialogUtil.SaveFileDialog ( String  title,
String  fileName,
StringList  filter 
)
static

保存文件对话框

参数
title标题
fileName文件名称
filter文件类型过滤器,如{ "CAD Files (.igs .iges .stp .step)", "*.igs *.iges *.stp *.step" }
返回
Path为空则打开失败

◆ ShowMessageBox()

static boolean DialogUtil.ShowMessageBox ( String  title,
String  content 
)
static

显示消息对话框

参数
title标题
content内容UTF8
返回
是否ok

◆ ShowMessageBoxU()

static boolean DialogUtil.ShowMessageBoxU ( String  title,
String  content 
)
static

显示消息对话框

参数
title标题
content内容UNICODE
返回
是否ok