de.cau.cs.kieler.core.ui.splash
Class KielerSplashHandler
java.lang.Object
org.eclipse.ui.splash.AbstractSplashHandler
org.eclipse.ui.splash.BasicSplashHandler
de.cau.cs.kieler.core.ui.splash.KielerSplashHandler
public class KielerSplashHandler
- extends BasicSplashHandler
Provides a splash screen handler that shows a progress bar, a message line and a version
number. Currently, the version number is hard-coded. In the next release, however, the
version number is to be dynamic.
todo: Make version number dynamic.
chsch: Done so far as possible: Version property must be maintained in the product extension
in de.cau.cs.kieler.core.ui's plugin.xml by hand since the version won't be transferred from the
product file automatically. Furthermore, the product file is not part of the RCA installation.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KielerSplashHandler
public KielerSplashHandler()
- Creates a new CustomExtensibleSplashHandler.
init
public void init(Shell splash)
-
- Overrides:
init
in class AbstractSplashHandler
dispose
public void dispose()
-
- Overrides:
dispose
in class BasicSplashHandler