I have an application (GMF) that opens a a SWT window that I have. There
are two thing I want to do. Firstly pass information from my app to the
SWT window so it will be displayed, Having the constructor of the SWT
window expect these values and then just read them into the display seems
to work fine.
But, how do I get back the information after the user has finishing
editing them?
i.e. closed the window?