15 lines
701 B
Plaintext
15 lines
701 B
Plaintext
<type name="font-name-combo" extends="component" inherit-styles="true">
|
|
<builder jar="font-combo.jar">
|
|
<thin-swt class="com.foundation.tcv.swt.builder.FontNameComboBuilder"/>
|
|
<thick-swt class="com.foundation.view.swt.builder.FontNameComboBuilder"/>
|
|
</builder>
|
|
|
|
<property name="selection" type="string" 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.String"/>
|
|
|
|
<link-source function="selection" data-type="java.lang.String"/>
|
|
<link-target function="selection" data-type="java.lang.String"/>
|
|
</type>
|