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,12 @@
<!-- Note: SWT Links require an <a>link text</a> tags around the link part of the text. -->
<type name="hyperlink" extends="component" inherit-styles="true">
<builder jar="hyperlink.jar">
<thin-swt class="com.foundation.tcv.swt.builder.LinkBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.LinkBuilder"/>
</builder>
<property name="text" type="string" required="false"/>
<association function="text" association-type="single" unique-row-type="true" getter="required" setter="none" data-type="java.lang.String"/>
<method function="selection" required="false" multiple="false" requires-value-holder="true"/>
</type>