Plugin
| 属性 | 描述 | 
| name | 插件名称 | 
| author | 作者名称 | 
| description | 插件描述 | 
Runtime
| 属性 | 描述 | 
| packageName | 插件生成的jar名称 | 
| pluginClassName | 插件类完整路径,大小写必须跟类名保持一致 | 
| enabled | 插件是否可用,True代表插件可用,False代表不可用 | 
TaskBar
| 属性 | 描述 | 
| id | 唯一标识,不同配置文件中的taskBar根据id合并为一个taskBar | 
| index | 索引,控制加载顺序 | 
Ribbon
| 属性 | 描述 | 
| id | 唯一标识,不同配置文件中的ribbon根据id合并为一个ribbon | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| visible | 控件是否可见,true可见,false不可见 | 
| formClass | Ribbon绑定的窗口,当打开对应的窗口,窗口所绑定的Ribbon才会显示,默认是不显示 | 
Group
| 属性 | 描述 | 
| id | 唯一标识,不同配置文件中的group根据id合并为一个group | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| visible | 控件是否可见,true可见,false不可见 | 
| image | 显示的图片信息 | 
Gallery
| 属性 | 描述 | 
| id | 唯一标识,不同配置文件中的gallery根据id合并为一个gallery | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| popupColumn | 控制Gallery中一行最多显示控件的数量,大于popupColumn则换行显示 | 
GalleryGroup
| 属性 | 描述 | 
| id | 唯一标识,不同配置文件中的galleryGroup根据id合并为一个galleryGroup | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| maxLength | 控制最大显示文本长度,当大于该长度时,会做字符串截取 | 
FlowGroup
| 属性 | 描述 | 
| id | 唯一标识,不同配置文件中的flowGroup根据id合并为一个flowGroup | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| visible | 控件是否可见,true可见,false不可见 | 
| image | 显示的图片信息 | 
| rowCount | 控制flowGroup的布局是几行布局,范围[1,3] | 
StartMenuPanel
| 属性 | 描述 | 
| id | 唯一标识 | 
| index | 索引,控制加载顺序 | 
| Label | 显示的文本信息 | 
| component | 实现的StartMenuPanel类的完整路径 | 
| visible | 控件是否可见,true可见,false不可见 | 
StartMenu
| 属性 | 描述 | 
| id | 唯一标识 | 
| index | 索引,控制加载顺序 | 
| Label | 显示的文本信息 | 
| onAction | CtrlAction名称 | 
| visible | 控件是否可见,true可见,false不可见 | 
SecondMenu
| 属性 | 描述 | 
| index | 索引,控制加载顺序 | 
| Label | 显示的文本信息 | 
ProcessGroup
| 属性 | 描述 | 
| id | 唯一标识,不同配置文件中的processGroup根据id合并为一个processGroup | 
| index | 索引,控制加载顺序 | 
| title | 显示的文本信息 | 
| Platform | 支持的操作系统平台,分别是windows、Linux、All,windows代表只支持windows平台,linux代表 只支持linux平台,All代表所有平台都支持,默认值是All | 
| ScreenTip | 详细描述信息 | 
Process
| 属性 | 描述 | 
| ClassName | 类的完整路径 | 
| index | 索引,控制加载顺序 | 
| title | 显示的文本信息 | 
| key | Process的唯一标识,不能重复 | 
| ScreenTip | Process文本描述信息 | 
| Platform | 支持的操作系统平台,分别是windows、Linux、All,windows代表只支持windows平台,linux代表 只支持linux平台,All代表所有平台都支持,默认值是All | 
Button
| 属性 | 描述 | 
| checkState | 控件是否选中,true选中控件,false不选中控件 | 
| customProperty | 用户自定义属性信息 | 
| image | 显示的图片信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| onAction | CtrlAction名称 | 
| screenTip | 文本描述信息 | 
| screenTipImage | 图片描述信息 | 
| shortcutKey | 功能响应的快捷键 | 
| visible | 控件是否可见,true可见,false不可见 | 
| id | 唯一标识,不同配置文件中的button根据id合并为一个button | 
| style | 控件尺寸,big,medium,small分别代表图片显示在上文本显示在下、图片跟文本同行显示、只有图片没有文本显示 | 
| Platform | 支持的操作系统平台,分别是windows、Linux、All,windows代表只支持windows平台,linux代表 只支持linux平台,All代表所有平台都支持,默认值是All | 
ButtonDropDown
| 属性 | 描述 | 
| id | 唯一标识,不同配置文件中的ButtonDropDown根据id合并为一个ButtonDropDown | 
| image | 显示的图片信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| visible | 控件是否可见,true可见,false不可见 | 
ColorButton
| 属性 | 描述 | 
| checkState | 控件是否选中,true选中控件,false不选中控件 | 
| customProperty | 用户自定义属性信息 | 
| image | 显示的图片信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| onAction | CtrlAction名称 | 
| screenTip | 文本描述信息 | 
| screenTipImage | 图片描述信息 | 
| shortcutKey | 功能响应的快捷键 | 
| visible | 控件是否可见,true可见,false不可见 | 
| style | 控件尺寸,big,medium,small分别代表图片显示在上文本显示在下、图片跟文本同行显示、只有图片没有文本显示 | 
GalleryButton
| 属性 | 描述 | 
| checkState | 控件是否选中,true选中控件,false不选中控件 | 
| customProperty | 用户自定义属性信息 | 
| image | 控件显示的图片信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| onAction | CtrlAction名称 | 
| screenTip | 文本描述信息 | 
| screenTipImage | 图片描述信息 | 
| shortcutKey | 功能响应的快捷键 | 
| visible | 控件是否可见,true可见,false不可见 | 
| size | 控件尺寸,large,normal,small分别代表大、默认、小 | 
DropDownPanelButton
| 属性 | 描述 | 
| checkState 控件是否选中,true选中控件,false不选中控件 |  | 
| customProperty 用户自定义属性信息 |  | 
| image | 控件显示的图片信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| onAction | CtrlAction名称 | 
| screenTip | 文本描述信息 | 
| screenTipImage | 图片描述信息 | 
| shortcutKey | 功能响应的快捷键 | 
| visible | 控件是否可见,true可见,false不可见 | 
| style | 控件尺寸,big,medium,small分别代表图片显示在上文本显示在下、图片跟文本同行显示、只有图片没有文本显示 | 
RibbonPopupMenuItem
| 属性 | 描述 | 
| checkState | 控件是否选中,true选中控件,false不选中控件 | 
| customProperty | 用户自定义属性信息 | 
| image | 控件显示的图片信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| onAction | CtrlAction名称 | 
| screenTip | 文本描述信息 | 
| screenTipImage | 图片描述信息 | 
| shortcutKey | 功能响应的快捷键 | 
| visible | 控件是否可见,true可见,false不可见 | 
Separator
RibbonPopupMenuSeparator
| 属性 | 描述 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| customProperty | 用户自定义属性信息 | 
ComboBox/ ComboBoxFont
| 属性 | 描述 | 
| customProperty | 用户自定义属性信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| width | 控件宽度 | 
| onAction | CtrlAction名称 | 
| editable | 控制控件是否可编辑,true可编辑,false不可编辑 | 
| screenTipImage | 图片描述信息 | 
| shortcutKey | 功能响应的快捷键 | 
| visible | 控件是否可见,true可见,false不可见 | 
RibbonPopupMenuComboBox
| 属性 | 描述 | 
| checkState | 控件是否选中,true选中控件,false不选中控件 | 
| customProperty | 用户自定义属性信息 | 
| image | 显示的图片信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| onAction | CtrlAction名称 | 
| screenTip | 文本描述信息 | 
| screenTipImage | 图片描述信息 | 
| shortcutKey | 功能响应的快捷键 | 
| visible | 控件是否可见,true可见,false不可见 | 
| style | 控件尺寸,big,medium,small分别代表图片显示在上文本显示在下、图片跟文本同行显示、只有图片没有文本显示 | 
Item
| 属性 | 描述 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| data | 存储的值 | 
| image | 显示的图片信息 | 
| customProperty | 用户自定义属性信息 | 
Label
| 属性 | 描述 | 
| customProperty | 用户自定义属性信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| width | 控件宽度 | 
| screenTip | 文本描述信息 | 
| screenTipImage | 图片描述信息 | 
| visible | 控件是否可见,true可见,false不可见 | 
Spinner
| 属性 | 描述 | 
| customProperty | 用户自定义属性信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| width | 控件宽度 | 
| onAction | CtrlAction名称 | 
| minValue | 值域范围最小值 | 
| maxValue | 值域范围最大值 | 
| increment | 每一步增加或减少的值 | 
| editable | 控制控件是否可编辑,true可编辑,false不可编辑 | 
| screenTipImage | 图片描述信息 | 
| shortcutKey | 功能响应的快捷键 | 
| visible | 控件是否可见,true可见,false不可见 | 
DockBar
| 属性 | 描述 | 
| component Dockbar类的完整路径 |  | 
dockDirection Dockbar显示位置,共有left、bottom、right三种情况,分别代表Dockbar显示在桌面左边、下边、右边位置 id 唯一标识 title Dockbar标题 visible 控件是否可见,true可见,false不可见
ContenMenu
| 属性 | 描述 | 
| id | 唯一标识,不可重复 | 
| label | 右键菜单名称 | 
StatusBar
| 属性 | 描述 | 
| id | 唯一标识,不同配置文件中的statusBar根据id合并为一个statusBar | 
| visible | 控件是否可见,true可见,false不可见 | 
| formClass | statusBar绑定的窗口,当打开对应的窗口,窗口所绑定的statusBar才会显示在窗口底部,默认是不显示 | 
Textbox
| 属性 | 描述 | 
| customProperty | 用户自定义属性信息 | 
| index | 索引,控制加载顺序 | 
| label | 显示的文本信息 | 
| text | Textbox显示的文本内容 | 
| width | 控件宽度 | 
| visible | 控件是否可见,true可见,false不可见 | 
| onAction | CtrlAction名称 | 
相关内容
   环境部署
 环境部署
   工程模版
 工程模版
   插件配置概述
 插件配置概述
   界面配置
 界面配置
   功能区配置
 功能区配置
   配置文件菜单
 配置文件菜单
   配置状态栏
 配置状态栏
   配置右键菜单
 配置右键菜单
   配置浮动窗口
 配置浮动窗口