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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

    Methods inherited from class java.lang.Object

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

    • SplashHandler

      public SplashHandler()
  • Method Details

    • 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.