org.springframework.richclient.samples.dataeditor.ui
Class DataEditorSplash
java.lang.Object
org.springframework.richclient.samples.dataeditor.ui.DataEditorSplash
- All Implemented Interfaces:
- MonitoringSplashScreen, SplashScreen
public class DataEditorSplash
- extends Object
- implements MonitoringSplashScreen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataEditorSplash
public DataEditorSplash()
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.