[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.ve] Re: VE questions - .override files

John Cage wrote:
Hi Joe,

I need to help with where to start to build mapping LAYER between:
    source code -> Graphical representation
    Graphical representation -> source code

,where source code is not in JAVA language.


It is only for imagination of what I want to do (it is not real thing, but real thing will be very close to it):
What is called, when I move for example some SWT button, to make a code synchronization with graphical representation of that button. If I need to store destination SWT button's properties in HTML for example in tag <button>. And what is called, when I changed HTML <button> tag in html source code, to update corresponding SWT Button.


Thanks
John Cage



Strat by putting a break point on
CompositionDecoderAdapter.notifyChanged - high level changes in the model
MemberDecoderAdapter.notifyChanged - Creation of a new bean
BeanDecoderAdapter.notifyChanged - Property changes for an existing bean