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

mysql - How to enter php data into a html multiple select box -

java - How to drag a JavaFX node and detect a drop event outside the JavaFX Windows? -

asp.net mvc - How to attach sql database to a javascript graph -