splashHandler [message #324499] |
Fri, 25 January 2008 04:34 |
Eclipse User |
|
|
|
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
point="org.eclipse.ui.splashHandlers">
class="com.xxx.rcp.operatorui.splashHandlers.LoginSplashHandler "
id="com.xxx.rcp.operatorui.splashHandlers">
productId="com.xxx.rcp.operatorui.product"
splashId="com.xxx.rcp.operatorui.splashHandlers">
/* 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 ?
|
|
|
Powered by
FUDForum. Page generated in 0.03587 seconds