net.sf.zekr.ui.splash
Class SplashScreen

java.lang.Object
  extended by net.sf.zekr.ui.splash.AbstractSplachScreen
      extended by net.sf.zekr.ui.splash.SplashScreen

public class SplashScreen
extends AbstractSplachScreen

Since:
Zekr 1.0
Author:
Mohsen Saboorian

Field Summary
 
Fields inherited from class net.sf.zekr.ui.splash.AbstractSplachScreen
display, logger, resource, shell, showSplash, splashImage
 
Constructor Summary
SplashScreen(org.eclipse.swt.widgets.Display display)
           
 
Method Summary
 void dispose()
           
 void showSplash()
          Shows a splash screen until the whole application is started.
 
Methods inherited from class net.sf.zekr.ui.splash.AbstractSplachScreen
show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen(org.eclipse.swt.widgets.Display display)
Method Detail

showSplash

public void showSplash()
Description copied from class: AbstractSplachScreen
Shows a splash screen until the whole application is started. This can be done by disposing splash screen after other parts of the application are started.

Specified by:
showSplash in class AbstractSplachScreen

dispose

public void dispose()
Specified by:
dispose in class AbstractSplachScreen