com.jgoodies.uif.splash
Interface SplashProvider

All Known Implementing Classes:
ImageSplash, LogSplash

public interface SplashProvider

An interface that describes splash providers as used by the Splash class. A typical implementation will open a window that displays the progress messages and progress percent and will close and dispose the window on #closeSplash().

Version:
$Revision: 1.4 $
Author:
Karsten Lentzsch
See Also:
Splash

Method Summary
 void closeSplash()
          Indicates that the splash shall be closed.
 void openSplash()
          Indicates that the splash shall be opened.
 void setNote(String message)
          Sets the splash text message.
 void setProgress(int percent)
          Sets the splash progress.
 

Method Detail

openSplash

void openSplash()
Indicates that the splash shall be opened.


closeSplash

void closeSplash()
Indicates that the splash shall be closed.


setNote

void setNote(String message)
Sets the splash text message.

Parameters:
message - the message to be displayed

setProgress

void setProgress(int percent)
Sets the splash progress.

Parameters:
percent - the current progress in percent


Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.