[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Can't identify SWT/JFace Object in IDE

On 2/19/2009 11:30 PM, David wrote:
Hi

In the Java IDE, when you put your mouse over a function, a little
yellow textbox opens up. Is that object part of the JFace or SWT ? and
if so, what is the class name of it ?

Normally I'd invoke Plug-in Spy (http://update.eclipse.org/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news-part4.html) to help find the class. But in this case the hotkey Alt+Shift+F1 causes the popup to disappear :-(
It's just a guess, but the "textbox" might be a org.eclipse.jface.dialogs.PopupDialog


Hope this helps,
Eric