net.sourceforge.mewt.client
Class SplashScreen

java.lang.Object
  extended by net.sourceforge.mewt.client.SplashScreen
All Implemented Interfaces:
java.lang.Runnable

public class SplashScreen
extends java.lang.Object
implements java.lang.Runnable

The Class SplashScreen.


Constructor Summary
SplashScreen(javax.microedition.lcdui.Display d)
          Instantiates a new splash screen.
 
Method Summary
 javax.microedition.lcdui.Displayable getNextForm()
          Gets the next form.
 int getTimeout()
          Gets the timeout in seconds before this splash will automatically close.
 boolean isInitialized()
          Checks if is initialized.
 void run()
           
 void setInitialized(boolean isInitialized)
          Sets the initialized.
 void setNextForm(javax.microedition.lcdui.Displayable nextForm)
          Sets the next form.
 void setTimeout(int timeout)
          Sets the timeout.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen(javax.microedition.lcdui.Display d)
Instantiates a new splash screen.

Parameters:
d - the d
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

isInitialized

public boolean isInitialized()
Checks if is initialized.

Returns:
true, if is initialized

setInitialized

public void setInitialized(boolean isInitialized)
Sets the initialized.

Parameters:
isInitialized - the new initialized

getNextForm

public javax.microedition.lcdui.Displayable getNextForm()
Gets the next form.

Returns:
the next form

setNextForm

public void setNextForm(javax.microedition.lcdui.Displayable nextForm)
Sets the next form.

Parameters:
nextForm - the new next form

getTimeout

public int getTimeout()
Gets the timeout in seconds before this splash will automatically close.

Returns:
the timeout

setTimeout

public void setTimeout(int timeout)
Sets the timeout.

Parameters:
timeout - the new timeout