Schema

    If want edit SWT xml model by hand, you can import swt.xsd.

<?xml version="1.0" encoding="utf-8"?>

<Shell 
     descriptors="xworker.swt.widgets.Shell" 
     xmlns="http://www.xworker.org/schema/" 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xsi:schemaLocation="http://www.xworker.org/schema http://www.xworker.org/schema/swt.xsd">
 
</Shell>

    Note: attribute descriptors in root is required, and it's value must be xworker.swt.widgets.Shell.

Copyright ©  2007-2019 XWorker.org  版权所有  沪ICP备08000575号