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,10 @@
<!-- A dynamic container that allows the view to add other views to the container and they will be layed out based on this container's layout. -->
<type name="container-dynamic" extends="container" inherit-styles="true">
<builder jar="dynamic-container.jar">
<thin-swt class="com.foundation.tcv.swt.builder.DynamicContainerBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.DynamicContainerBuilder"/>
</builder>
<!-- Must resolve to a collection of view controllers, one for each view that is a child of this dynamic container. -->
<association function="controllers" association-type="multi" unique-row-type="true" getter="required" setter="none" data-type="java.lang.Object" allow-resource="false"/>
</type>