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,15 @@
<type name="menu" extends="menu-abstract" inherit-styles="true">
<builder jar="menu.jar">
<thin-swt class="com.foundation.tcv.swt.builder.MenuBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.MenuBuilder"/>
</builder>
<!-- Whether the selection method is called synchronously (in other words the thread waits for a response before returning control to the user). -->
<property name="synchronous-selection" type="boolean" required="false" default="false" allow-resource="false"/>
<!-- The method called when the menu is selected. -->
<method function="selection" required="false" multiple="false" requires-value-holder="true"/>
<link-source function="selection" data-type=""/>
<link-target function="selection" data-type=""/>
</type>