[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.platform.rcp] Re: Verification of install
From
:
bianca.thelen@xxxxxxxx
(Bianca Thelen)
Date
: Thu, 16 Oct 2008 08:16:31 +0000 (UTC)
Newsgroups
:
eclipse.platform.rcp
Organization
: Eclipse
User-agent
: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
I've found a way (in the Workbench class) to display the message box.
private AbstractSplashHandler getSplash() {
AbstractSplashHandler splash = null;
IProduct product = Platform.getProduct();
if (product != null) { splash = SplashHandlerFactory.findSplashHandlerFor(product);
}
return splash;
}
I can then getSplash().getSplash() to get a shell to display the MessageDialog with.
Could the Workbench's getSplash() method find its way into IWorkbench in one of the next releases?
References
:
[news.eclipse.platform.rcp] Verification of install
From:
Bianca
[news.eclipse.platform.rcp] Re: Verification of install
From:
RacerNewbie
[news.eclipse.platform.rcp] Re: Verification of install
From:
Bianca Thelen
Prev by Date:
[news.eclipse.platform.rcp] How to embed another application into RCP
Next by Date:
[news.eclipse.platform.rcp] Re: [Jface] Problem on using validator in celleditor
Previous by thread:
[news.eclipse.platform.rcp] Re: Verification of install
Next by thread:
[news.eclipse.platform.rcp] Action enablement via keybinding with error at startup?
Index(es):
Date
Thread