net.sf.zekr.ui.splash
Class AdvancedSplashScreen

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

public class AdvancedSplashScreen
extends AbstractSplachScreen

Author:
Mohsen Saboorian

Field Summary
protected  int progressCount
           
 
Fields inherited from class net.sf.zekr.ui.splash.AbstractSplachScreen
display, logger, resource, shell, showSplash, splashImage
 
Constructor Summary
AdvancedSplashScreen(org.eclipse.swt.widgets.Display disp)
           
 
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
 

Field Detail

progressCount

protected int progressCount
Constructor Detail

AdvancedSplashScreen

public AdvancedSplashScreen(org.eclipse.swt.widgets.Display disp)
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