attributes

Plugin

Attribute Description
name Plugin name
author Author name
description Plugin description.

Runtime

Attribute Description
packageName Name of the JAR file generated by the plugin
pluginClassName Class path of the plugin. Its case must be consistent with the class name.
enabled Indicates whether the plugin is available. True represents that the plugin is available, while False represents that it is not available.

TaskBar

Attribute Description
id Unique identifier. TaskBars from different config files are merged into one TaskBar based on the ID.
index Index, which controls the load order

Ribbon

Attribute Description
id Unique identifier. Ribbons from different config files are merged into one Ribbon based on the ID.
index Index, which controls the load order
label The visible text
visible Indicates whether the control is visible. True represents visible, while False represents invisible.
formClass The window bound to the Ribbon. The Ribbon bound to the window is displayed only when the corresponding window is opened. It is not displayed by default.

Group

Attribute Description
id Unique identifier. Groups from different config files are merged into one Group based on the ID.
index Index, which controls the load order
label The visible text
visible Indicates whether the control is visible. True represents visible, while False represents invisible.
image Displayed image information

Gallery

Attribute Description
id Unique identifier. Galleries from different config files are merged into one Gallery based on the ID.
index Index, which controls the load order
label The visible text
popupColumn Controls the maximum number of controls displayed in a single row within the Gallery. If the number exceeds the popupColumn value, a new line will be used for display.

GalleryGroup

Attribute Description
id Unique identifier. GalleryGroups from different config files are merged into one GalleryGroup based on the ID.
index Index, which controls the load order
label The visible text
maxLength Controls the maximum display text length. When the length exceeds this value, the string will be truncated.

FlowGroup

Attribute Description
id Unique identifier. FlowGroups from different config files are merged into one FlowGroup based on the ID.
index Index, which controls the load order
label The visible text
visible Indicates whether the control is visible. True represents visible, while False represents invisible.
image Displayed image information
rowCount Controls the number of rows for the FlowGroup layout. The valid range is [1,3].

StartMenuPanel

Attribute Description
id Unique identifier
index Index, which controls the load order
Label The visible text
component Class path of the implemented StartMenuPanel
visible Indicates whether the control is visible. True represents visible, while False represents invisible.

StartMenu

Attribute Description
id Unique identifier
index Index, which controls the load order
Label The visible text
onAction CtrlAction Name
visible Indicates whether the control is visible. True represents visible, while False represents invisible.

SecondMenu

Attribute Description
index Index, which controls the load order
Label The visible text

ProcessGroup

Attribute Description
id Unique identifier. ProcessGroups from different config files are merged into one ProcessGroup based on the ID.
index Index, which controls the load order
title The visible text
Platform The supported operating system platforms are Windows, Linux, and All. Windows represents support for the Windows platform only, Linux represents support for the Linux platform only, and All represents support for all platforms. The default value is All.
ScreenTip Detailed description information

Process

Attribute Description
ClassName Class path
index Index, which controls the load order
title The visible text
key Unique identification of the Process, which cannot be duplicated
ScreenTip Text description of the Process
Platform The supported operating system platforms are Windows, Linux, and All. Windows represents support for the Windows platform only, Linux represents support for the Linux platform only, and All represents support for all platforms. The default value is All.

Button

Attribute Description
checkState Indicates whether the control is selected. True selects the control, while False deselects the control.
customProperty User-definable attributes
image Displayed image information
index Index, which controls the load order
label The visible text
onAction CtrlAction Name
screenTip Text description
screenTipImage Picture description
shortcutKey Shortcut key for function response
visible Indicates whether the control is visible. True represents visible, while False represents invisible.
id Unique identifier. Buttons from different config files are merged into one Button based on the ID.
style Control size. Big, medium, and small respectively represent: image displayed above and text below, image and text displayed in the same line, only image displayed without text.
Platform The supported operating system platforms are Windows, Linux, and All. Windows represents support for the Windows platform only, Linux represents support for the Linux platform only, and All represents support for all platforms. The default value is All.

ButtonDropDown

Attribute Description
id Unique identifier. ButtonDropDowns from different config files are merged into one ButtonDropDown based on the ID.
image Displayed image information
index Index, which controls the load order
label The visible text
visible Indicates whether the control is visible. True represents visible, while False represents invisible.

ColorButton

Attribute Description
checkState Indicates whether the control is selected. True selects the control, while False deselects the control.
customProperty User-definable attributes
image Displayed image information
index Index, which controls the load order
label The visible text
onAction CtrlAction Name
screenTip Text description
screenTipImage Picture description
shortcutKey Shortcut key for function response
visible Indicates whether the control is visible. True represents visible, while False represents invisible.
style Control size. Big, medium, and small respectively represent: image displayed above and text below, image and text displayed in the same line, only image displayed without text.

GalleryButton

Attribute Description
checkState Indicates whether the control is selected. True selects the control, while False deselects the control.
customProperty User-definable attributes
image Image information displayed by the control
index Index, which controls the load order
label The visible text
onAction CtrlAction Name
screenTip Text description
screenTipImage Picture description
shortcutKey Shortcut key for function response
visible Indicates whether the control is visible. True represents visible, while False represents invisible.
size Control size. Large, normal, and small represent large, default, and small, respectively.

DropDownPanelButton

Attribute Description
checkState Indicates whether the control is selected. True selects the control, while False deselects the control.
customProperty User-definable attributes
image Image information displayed by the control
index Index, which controls the load order
label The visible text
onAction CtrlAction Name
screenTip Text description
screenTipImage Picture description
shortcutKey Shortcut key for function response
visible Indicates whether the control is visible. True represents visible, while False represents invisible.
style Control size. Big, medium, and small respectively represent: image displayed above and text below, image and text displayed in the same line, only image displayed without text.

RibbonPopupMenuItem

Attribute Description
checkState Indicates whether the control is selected. True selects the control, while False deselects the control.
customProperty User-definable attributes
image Image information displayed by the control
index Index, which controls the load order
label The visible text
onAction CtrlAction Name
screenTip Text description
screenTipImage Picture description
shortcutKey Shortcut key for function response
visible Indicates whether the control is visible. True represents visible, while False represents invisible.

Separator

Attribute Description
index Index, which controls the load order

RibbonPopupMenuSeparator

Attribute Description
index Index, which controls the load order
label The visible text
customProperty User-definable attributes

ComboBox/ ComboBoxFont

Attribute Description
customProperty User-definable attributes
index Index, which controls the load order
label The visible text
width Control width
onAction CtrlAction Name
editable Controls whether the control is editable. True represents editable, while False represents non-editable.
screenTipImage Picture description
shortcutKey Shortcut key for function response
visible Indicates whether the control is visible. True represents visible, while False represents invisible.

RibbonPopupMenuComboBox

Attribute Description
checkState Indicates whether the control is selected. True selects the control, while False deselects the control.
customProperty User-definable attributes
image Displayed image information
index Index, which controls the load order
label The visible text
onAction CtrlAction Name
screenTip Text description
screenTipImage Picture description
shortcutKey Shortcut key for function response
visible Indicates whether the control is visible. True represents visible, while False represents invisible.
style Control size. Big, medium, and small respectively represent: image displayed above and text below, image and text displayed in the same line, only image displayed without text.

Item

Attribute Description
index Index, which controls the load order
label The visible text
data Stored value
image Displayed image information
customProperty User-definable attributes

Label

Attribute Description
customProperty User-definable attributes
index Index, which controls the load order
label The visible text
width Control width
screenTip Text description
screenTipImage Picture description
visible Indicates whether the control is visible. True represents visible, while False represents invisible.

Spinner

Attribute Description
customProperty User-definable attributes
index Index, which controls the load order
label The visible text
width Control width
onAction CtrlAction Name
minValue Minimum value in a domain
maxValue Maximum value in a domain
increment Value decreased/increased per step
editable Controls whether the control is editable. True represents editable, while False represents non-editable.
screenTipImage Picture description
shortcutKey Shortcut key for function response
visible Indicates whether the control is visible. True represents visible, while False represents invisible.

DockBar

Attribute Description
component Class path of the DockBar

dockDirection Position of the DockBar. There are three possible values: left, bottom, and right, representing the DockBar displayed on the left side, bottom, and right side of the desktop, respectively. id Unique identifier. title Title of the DockBar. visible Indicates whether the control is visible. True represents visible, while False represents invisible.

ContenMenu

Attribute Description
id Unique identifier, which cannot be duplicated
label Context menu

StatusBar

Attribute Description
id Unique identifier. StatusBars from different config files are merged into one StatusBar based on the ID.
visible Indicates whether the control is visible. True represents visible, while False represents invisible.
formClass The window bound to the StatusBar. The StatusBar bound to the window is displayed at the bottom of the window only when the corresponding window is opened. It is not displayed by default.

Textbox

Attribute Description
customProperty User-definable attributes
index Index, which controls the load order
label The visible text
text Text content displayed in the Textbox
width Control width
visible Indicates whether the control is visible. True represents visible, while False represents invisible.
onAction CtrlAction Name

Related Topics

   Environment Deployment

   Project Template

   Plugin Configuration Overview

   Interface Configuration

   Ribbon Configuration

   Start Menu Configuration

   Status Bar Configuration

   Context Menu Configuration

   DockBar Configuration


</