Uses of Interface
org.springframework.richclient.application.splash.SplashScreen

Packages that use SplashScreen
org.springframework.richclient.application Base application interfaces/classes. 
org.springframework.richclient.application.splash   
 

Uses of SplashScreen in org.springframework.richclient.application
 

Classes in org.springframework.richclient.application that implement SplashScreen
 class SplashScreen
          Deprecated. use SimpleSplashScreen instead.
 

Uses of SplashScreen in org.springframework.richclient.application.splash
 

Subinterfaces of SplashScreen in org.springframework.richclient.application.splash
 interface MonitoringSplashScreen
          A MonitoringSplashScreen can be used to provide feedback of the application startup phase
 

Classes in org.springframework.richclient.application.splash that implement SplashScreen
 class AbstractSplashScreen
          An abstract helper implementation of the SplashScreen interface.
 class MacOSXSplashScreen
          MacOSX style splash screen inspired by a blog post by Romain Guy.
 class MustangSplashScreen
          SplashScreen implementation that delegates to a java.awt.SplashScreen implementation.
 class ProgressSplashScreen
          A lightweight splash-screen for displaying the progress of a GUI application startup process.
 class SimpleSplashScreen
          A lightweight splash-screen for display when a GUI application is being initialized.
 



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