Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » XWT Meta Model
XWT Meta Model [message #547349] Fri, 16 July 2010 12:33 Go to next message
poltrox  is currently offline poltrox Friend
Messages: 16
Registered: June 2010
Junior Member
Hi,

I seek an xwt meta-model to create a generator.

Could you say me if I can find an ecore , or another type of metaModels for xwt, and where can I find it ?

If I can't find this , where can I find the complete grammar to create one.


Thanks
Re: XWT Meta Model [message #547457 is a reply to message #547349] Sat, 17 July 2010 01:41 Go to previous message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
Hi,

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.

Best regards
Yves YANG

Previous Topic:Retrieving a binding source
Next Topic:XWT Meta Model
Goto Forum:
  


Current Time: Tue Apr 23 15:07:49 GMT 2024

Powered by FUDForum. Page generated in 0.03367 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top