Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Source generation for new VisualClasses
Source generation for new VisualClasses [message #614681] Thu, 05 October 2006 13:36
Kaspar  von Gunten is currently offline Kaspar von GuntenFriend
Messages: 21
Registered: July 2009
Junior Member
Hi (I already posted this on ve-dev, but seemed to be the wrong place)

I've noticed that any implemented Interfaces in my JET template (provided
with my own IVisualClassCreationSourceContributor) seem not to be merged
into the produced source (or rather: the implementation of interface
methods is merged, but the "implements MyInterface" is not merged)

Is this a bug or a feature? I.e. is it only possible to provide Interface
implementations through the Wizard's "interfaces" section and not from a
template?

I stepped through the generation of the source starting at
applyContributor() in NewVisualClassCreationWizard and it seems that the
includes are not treated in any way. The "src" is generated as it should,
but the "content" (after merge) does not contain the implemented
interfaces of "src".

Any hints, tips or instructions about how I can achieve the
auto-implementation of an interface without having to specify it in the
input mask of the wizard?

Thanks,
Kaspar
Previous Topic:Source generation for new VisualClasses
Next Topic:VE model
Goto Forum:
  


Current Time: Fri Apr 19 21:04:37 GMT 2024

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

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

Back to the top