|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.richclient.application.splash.MustangSplashScreen
public class MustangSplashScreen
SplashScreen implementation that delegates to a java.awt.SplashScreen implementation.
| 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 |
|---|
public MustangSplashScreen()
| Method Detail |
|---|
public void dispose()
SplashScreenSplashScreen, freeing any system resources
that it may be using.
dispose in interface SplashScreenpublic void splash()
SplashScreenSplashScreen.
splash in interface SplashScreenprotected SplashScreen getSplashScreen()
java.awt.SplashScreen implementation that has been set at startup. The splashscreen
can then be used to perform custom painting, etc...
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||