Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Yellow info shell in editor(How is the component called and where can I get it?)
Yellow info shell in editor [message #1085747] Tue, 13 August 2013 06:09 Go to next message
Eclipse UserFriend
Hello,

With "Yellow info shell in the editor" I mean this one : http://eclipsesource.com/blogs/wp-content/uploads/2011/06/screenshot_105.png

Is this one internal or can I maybe reuse it like a Tooltip for certain controls?
Currently I am using a org.eclipse.jface.window.ToolTip to show more information. But I would like offer the user that text can be selected and copied from it by pressing the F2 key or place links in there, just like you can do it with the "yellow info shell".

Does anyone know where I can find the neccessary classes for this "yellow info shell"?

Best regards,

Simon
Re: Yellow info shell in editor [message #1088086 is a reply to message #1085747] Fri, 16 August 2013 11:01 Go to previous messageGo to next message
Eclipse UserFriend
Hi Simon,

You are looking at a org.eclipse.jface.dialogs.PopupDialog

Please see an example snippet here: http://javafind.appspot.com/model?id=286004

Cheers,

Wim
Re: Yellow info shell in editor [message #1094792 is a reply to message #1088086] Mon, 26 August 2013 03:43 Go to previous message
Eclipse UserFriend
Hi Wim,

Thanks a lot.

Is it maybe also possible to get the whole predefined popup dialog, with the F2 focus functionality and browser in it?(just like it is shown in the on the image of my first post)
And when pressing F2 the popup gains the focus and shows a toolbar below.

Best regards,

Simon
Previous Topic:Override or extend delete and save actions
Next Topic:PartName of background ViewPart does not reflect language change
Goto Forum:
  


Current Time: Wed Apr 23 00:31:29 EDT 2025

Powered by FUDForum. Page generated in 0.03917 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top