Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » splashHandler
splashHandler [message #324499] Fri, 25 January 2008 04:34
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

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 ?
Previous Topic:Project-> Properties-> Run/Debug ->New ...all blank
Next Topic:Constructor of class extending AbstractUIPlugin is not called
Goto Forum:
  


Current Time: Thu Sep 18 14:12:24 EDT 2025

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

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

Back to the top