<ribbonItems
name = NMTOKEN
count = strictly positive int
>
Content: class [ property ]*
</ribbonItems>
<class>
Content: Java class name
</class>
<property
name = NMTOKEN matching [_a-zA-Z][_a-zA-Z0-9]*
type = (boolean|byte|char|short|int|long|float|double|
String|Color|Font)
value = string
/>Specifies a dynamic set of ribbon items, that is, a Java™ Object implementing interface com.xmlmind.xmleditapp.desktop.AppRibbonItems.
The class implementing interface com.xmlmind.xmleditapp.desktop.AppRibbonItems is specified by the class child element.
Property child elements may be used to parametrize a newly created part. See bean properties.
Attributes:
Required. Unique name identifying the dynamic set of ribbon items in this GUI specification.
The fixed number of items which will be dynamically added to this part. This attribute must not be specified for truly dynamic set of ribbon items.
Example:
<ribbonItems name="configSpecificRibbonItems"> <class>com.xmlmind.xmleditapp.desktop.part.ConfigSpecificRibbonItems</class> </ribbonItems>