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

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
管理系统内置对话框

成员函数说明

◆ InternalAdd()

void DialogFactory.InternalAdd ( String name,
DialogAccessor accessor )

添加。若存在则覆盖。

参数
name名称
accessor对话访问器
参见
DialogFactory.Register

◆ IsExist()

boolean DialogFactory.IsExist ( String name)

是否存在

参数
name名称
返回
true存在

◆ Show()

boolean DialogFactory.Show ( String name,
ParameterDict data )

显示

参数
name名称
data参数
返回
确定还是取消