org.springframework.richclient.application.splash
Class MustangSplashScreen

java.lang.Object
  extended by org.springframework.richclient.application.splash.MustangSplashScreen
All Implemented Interfaces:
SplashScreen

public class MustangSplashScreen
extends Object
implements SplashScreen

SplashScreen implementation that delegates to a java.awt.SplashScreen implementation.

Author:
Peter De Bruycker

Constructor Summary
MustangSplashScreen()
           
 
Method Summary
 void dispose()
          Disposes this SplashScreen, freeing any system resources that it may be using.
protected  SplashScreen getSplashScreen()
          Returns the java.awt.SplashScreen implementation that has been set at startup.
 void splash()
          Shows this SplashScreen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MustangSplashScreen

public MustangSplashScreen()
Method Detail

dispose

public void dispose()
Description copied from interface: SplashScreen
Disposes this SplashScreen, freeing any system resources that it may be using.

Specified by:
dispose in interface SplashScreen

splash

public void splash()
Description copied from interface: SplashScreen
Shows this SplashScreen.

Specified by:
splash in interface SplashScreen

getSplashScreen

protected SplashScreen getSplashScreen()
Returns the java.awt.SplashScreen implementation that has been set at startup. The splashscreen can then be used to perform custom painting, etc...

Returns:
the splash screen


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.