Initial commit from SVN.
This commit is contained in:
9
Foundation Builder/controls/stack-viewer.cml
Normal file
9
Foundation Builder/controls/stack-viewer.cml
Normal 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>
|
||||
Reference in New Issue
Block a user