java - How to implement context sensite help for dialogs in Eclipse RCP? -


I've already read it. However, it does not include a subject - how to create side-pop-up help for dialogue (like one in the screenshot) and integrate it with the rest of the help system. Surprisingly, let me describe this matter. No content found.

help dialog

Get the org.eclipse.jface.dialogs.TrayDialog to get your dialog Support for side tray and help button.

You may need to call TrayDialog method setHelpAvailable (true)

A title and message at the top of the dialog To get a dialogue with the area you can also base your class on the TitleAreaDialog (which increases the TrayDialog ).


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -