Hi - I just signed up here, hope I am welcome to ask a question
I am building a custom Dialog for a JFace/SWT application. For this dialog I need a button that updates all the content of the dialog.
My dialog has (of course) an implementation of the method createDialogArea(Composite parent), and since this method contains all logic neccesary to rebuild the dialog, I would like to just call it again from my update-button listener.