net.sf.zekr.ui.splash
Class AbstractSplachScreen
java.lang.Object
net.sf.zekr.ui.splash.AbstractSplachScreen
- Direct Known Subclasses:
- AdvancedSplashScreen, SplashScreen
public abstract class AbstractSplachScreen
- extends java.lang.Object
Method Summary |
abstract void |
dispose()
|
void |
show()
|
protected abstract void |
showSplash()
Shows a splash screen until the whole application is started. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final Logger logger
resource
protected final ResourceManager resource
splashImage
protected org.eclipse.swt.graphics.Image splashImage
showSplash
protected final boolean showSplash
shell
protected org.eclipse.swt.widgets.Shell shell
display
protected org.eclipse.swt.widgets.Display display
AbstractSplachScreen
public AbstractSplachScreen(org.eclipse.swt.widgets.Display display)
showSplash
protected abstract void showSplash()
- 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.
show
public void show()
dispose
public abstract void dispose()