[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Quick outline

Steffen wrote:
Hi,

the quick outline JavaOutlineInformationControl is contained in a package of JDT. Is there any possibility to use this popup dialog (or a similiar one) without having a dependency to a JDT plugin?
No. But you can simply use org.eclipse.jface.dialogs.PopupDialog and configure it like JDT does.

Dani

Thanks in advance, Steffen