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,9 @@
<type name="stack-viewer" extends="container" inherit-styles="true">
<builder jar="stack-viewer.jar">
<thin-swt class="com.foundation.tcv.swt.builder.StackViewerBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.StackViewerBuilder"/>
</builder>
<association function="views" association-type="single" unique-row-type="false" getter="required" setter="none" data-type="java.lang.Object"/>
<association function="visible-view" association-type="single" unique-row-type="true" getter="required" setter="none" data-type="java.lang.Object"/>
</type>