org.springframework.richclient.samples.dataeditor.ui
Class DataEditorSplash

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.samples.dataeditor.ui.DataEditorSplash
All Implemented Interfaces:
MonitoringSplashScreen, SplashScreen

public class DataEditorSplash
extends Object
implements MonitoringSplashScreen


Constructor Summary
DataEditorSplash()
           
 
Method Summary
protected  Component createContentPane()
           
 void dispose()
          Disposes this SplashScreen, freeing any system resources that it may be using.
 ProgressMonitor getProgressMonitor()
          Returns this SplashScreen's ProgressMonitor.
 void setImage(Resource image)
           
 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

DataEditorSplash

public DataEditorSplash()
Method Detail

getProgressMonitor

public ProgressMonitor getProgressMonitor()
Description copied from interface: MonitoringSplashScreen
Returns this SplashScreen's ProgressMonitor. Implementors wishing to show the progress to the user should return a ProgressMonitor that updates the user interface.

Specified by:
getProgressMonitor in interface MonitoringSplashScreen
Returns:
the ProgressMonitor, not null.

createContentPane

protected Component createContentPane()

splash

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

Specified by:
splash in interface SplashScreen

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

setImage

public void setImage(Resource image)


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