Initial commit from SVN.

This commit is contained in:
wcrisman
2014-05-30 10:31:51 -07:00
commit b45e56b890
1968 changed files with 370949 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<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>