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 - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -