wizardpage.xswt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xswt xmlns:x="http://sweet_swt.sf.net/xswt">
  3. <import xmlns="http://sweet_swt.sf.net/xswt">
  4. <package name="java.lang"/>
  5. <package name="org.eclipse.swt.widgets" />
  6. <package name="org.eclipse.swt.graphics" />
  7. <package name="org.eclipse.swt.layout" />
  8. <package name="org.eclipse.swt.custom" />
  9. <package name="org.omnetpp.common.wizard.support" />
  10. <package name="org.omnetpp.ned.editor.wizards.support" />
  11. <package name="org.omnetpp.cdt.wizard.support" />
  12. </import>
  13. <layout x:class="GridLayout" numColumns="2"/>
  14. <x:children>
  15. <label x:text="Create a new Wireless Handover Simulation." x:style="WRAP">
  16. <layoutData x:class="GridData" horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
  17. </label>
  18. <!-- Network Parameters { -->
  19. <group text="Network parameters">
  20. <layoutData x:class="GridData" horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
  21. <layout x:class="GridLayout" numColumns="2"/>
  22. <x:children>
  23. <label text="Number of Access Points:"/>
  24. <spinner x:id="numAccessPoints" minimum="2" maximum="10" x:style="BORDER"/>
  25. </x:children>
  26. </group>
  27. </x:children>
  28. </xswt>