I would like to get a reference to a view in my application from my TitleAreaDialog.
There are many information to pass to the controls on the view. I have created many getters and setters to handle changes the values, but I still need a reference to the view which is not a static class.
I searched on the Internet but I couldn’t find a good example.
Many thanks,
If I understand what it is you’re after (a reference to an instance of your view class that’s visible in the workbench), try this: