15 lines
705 B
Plaintext
15 lines
705 B
Plaintext
|
|
<type name="font-size-combo" extends="component" inherit-styles="true">
|
||
|
|
<builder jar="font-combo.jar">
|
||
|
|
<thin-swt class="com.foundation.tcv.swt.builder.FontSizeComboBuilder"/>
|
||
|
|
<thick-swt class="com.foundation.view.swt.builder.FontSizeComboBuilder"/>
|
||
|
|
</builder>
|
||
|
|
|
||
|
|
<property name="selection" type="integer" required="false"/>
|
||
|
|
<property name="auto-synchronize-selection" type="boolean" required="false"/>
|
||
|
|
|
||
|
|
<association function="selection" association-type="single" unique-row-type="true" getter="optional" setter="optional" data-type="java.lang.Integer"/>
|
||
|
|
|
||
|
|
<link-source function="selection" data-type="java.lang.Integer"/>
|
||
|
|
<link-target function="selection" data-type="java.lang.Integer"/>
|
||
|
|
</type>
|