I created a SWT based Wizard which has an own help Button by custom. Now i want to put some content behind that, so maybe a SWT browser will be openend and a predifined HTML Doc will be shown. But I don’t have any clue where to access the Actions of the Help Button within my Wizard. Any idea?
Share
I am assuming that you are using the standard JFace interfaces and classes for the wizard implementation. So, in your wizard page (
extending org.eclipse.jface.wizard.WizardPage) you just have to override theperformHelpmethod. See the below snippet.>>Wizard image>>After pressing the help button