Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Need help on JEM and proxy stuffs.




>(1) Is it possible to extend VE without using the
>actual target widget instances? (i.e. replacing them
>with vanilla java beans with similar properties)


VE requires instances for introspections (properties, events etc.), as well as a way
to screen scrape visuals (if you want a WYSIWYG kind of thing).  These are the beans that it will model.  
You can have a design time .jar with the beans you need to model.
Screen scraping is optional (you can hard code visual with GEF).


>(2) Is there any reference or related documents on JEM
>and org.eclipse.ve.internal.* stuffs? Could anyone
>explain to me what does /vm/jbcfswtvm.jar and
>/vm/jfcvm.jar do or how they're called from VE?



There is not much beyond the JavaDoc..  the VE/JEM Rose models are at org.eclipse.ve.java.core\rose, org.eclipse.ve.cde\rose, org.eclipse.jem\rose, see attached description







Attachment: jcmmodel2.pdf
Description: Binary data

Attachment: jcmmodel.pdf
Description: Binary data


Back to the top