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