Skip to main content



      Home
Home » Eclipse Projects » Equinox » splash screen coustomization
splash screen coustomization [message #104427] Fri, 25 January 2008 04:40
Eclipse UserFriend
Originally posted by: swamy_mvm.yahoo.co.in

In order to coustomize splash screen in eclipse 3.3, eclipse provided org.eclipse.ui.splashHandler, I mentioned in plugin.xml my class extension point as shown below

<extension
point="org.eclipse.ui.splashHandlers">
<splashHandler
class=" com.barco.cms.rcp.operatorui.splashHandlers.LoginSplashHandl er "
id="com.barco.cms.rcp.operatorui.splashHandlers">
</splashHandler>
<splashHandlerProductBinding
productId="com.barco.cms.rcp.operatorui.product"
splashId="com.barco.cms.rcp.operatorui.splashHandlers">
</splashHandlerProductBinding>
</extension>
/* and where as my LoginSplashHandler extends AbastractSplashHandler provided my eclispe org.eclipse.ui.splash */

I don't know why code is not lunching splash screen ?
Previous Topic:PDEs RemotePluginTestRunner has a problem loading a test class
Next Topic:OSGi Service Dependency vs. Direct Dependency
Goto Forum:
  


Current Time: Mon Jul 07 16:03:57 EDT 2025

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

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

Back to the top