Package com.iizigo

Class SplashHandler


  • public class SplashHandler
    extends org.eclipse.ui.splash.BasicSplashHandler
    The IIZI splash screen handler.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      SplashHandler() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidinit​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SplashHandler

        public SplashHandler()
    • Method Detail

      • init

        public void init​(org.eclipse.swt.widgets.Shell shell)
        Initializes the splash screen.
        Overrides:
        init in class org.eclipse.ui.splash.AbstractSplashHandler
        Parameters:
        shell - The shell that contains the splash screen.