You can find the meta-model in the class XWT:
XWT.getAllMetaclases();
which returns a collection of IMetaclass. The metaclass are generated by XWT at the initialization time using Java Reflection. In the standard configuration, they represents SWT/Jface UI Model. You can use this services to generate ecore file.