Package com.iizigo
Class SplashHandler
java.lang.Object
org.eclipse.ui.splash.AbstractSplashHandler
org.eclipse.ui.splash.BasicSplashHandler
com.iizigo.SplashHandler
public class SplashHandler extends org.eclipse.ui.splash.BasicSplashHandler
The IIZI splash screen handler.
- Author:
- Christopher Mindus
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(org.eclipse.swt.widgets.Shell shell) Initializes the splash screen.Methods inherited from class org.eclipse.ui.splash.BasicSplashHandler
getBundleProgressMonitor, getContent, getForeground, setForeground, setMessageRect, setProgressRect
Methods inherited from class org.eclipse.ui.splash.AbstractSplashHandler
dispose, getSplash
Constructor Details
SplashHandler
public SplashHandler()
Method Details
init
public void init(org.eclipse.swt.widgets.Shell shell) Initializes the splash screen.- Overrides:
init
in classorg.eclipse.ui.splash.AbstractSplashHandler
- Parameters:
shell
- The shell that contains the splash screen.