tit.gui.widget.SplashScreen Class Reference

List of all members.

Public Member Functions

 SplashScreen (Icon imageinit)
void showText (String newtext)
void showNoText ()
void showSplashScreen ()
void hideSplashScreen ()

Static Public Member Functions

static SplashScreen showNewSplashScreen (Icon image)

Private Attributes

JLabel text

Classes

class  ImageComponent

Detailed Description

A splash screen.
Author:
Bart Sas


Constructor & Destructor Documentation

tit.gui.widget.SplashScreen.SplashScreen ( Icon  imageinit  ) 

Constructs a new SplashScreen.

Parameters:
imageinit The shown image.


Member Function Documentation

void tit.gui.widget.SplashScreen.showText ( String  newtext  ) 

Makes the splash screen show a certain text.

Parameters:
newtext The text to show.

void tit.gui.widget.SplashScreen.showNoText (  ) 

Makes the splash screen show no text.

void tit.gui.widget.SplashScreen.showSplashScreen (  ) 

Shows the splash screen.

void tit.gui.widget.SplashScreen.hideSplashScreen (  ) 

Hides this splash screen.

static SplashScreen tit.gui.widget.SplashScreen.showNewSplashScreen ( Icon  image  )  [static]

Creates and shows a new splash screen.

Parameters:
image The shown image.
Returns:
The new splash screen.


Member Data Documentation

JLabel tit.gui.widget.SplashScreen.text [private]

The text displayed by the splash screen.


The documentation for this class was generated from the following file:
Generated on Sun Jun 3 16:44:00 2007 by  doxygen 1.5.1