AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
void | InternalAdd (String name, DialogAccessor accessor) |
boolean | Show (String name, ParameterDict data) |
boolean | IsExist (String name) |
静态 Public 成员函数 | |
static DialogFactory | Instance () |
static DialogFactory | GetInstance () |
<> DialogManager
管理系统内置对话框
void DialogFactory.InternalAdd | ( | String | name, |
DialogAccessor | accessor ) |
添加。若存在则覆盖。
name | 名称 |
accessor | 对话访问器 |
boolean DialogFactory.IsExist | ( | String | name | ) |
是否存在
name | 名称 |
boolean DialogFactory.Show | ( | String | name, |
ParameterDict | data ) |
显示
name | 名称 |
data | 参数 |