org.openuat.apps.j2me
Class ProgressScreen

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by org.openuat.apps.j2me.ProgressScreen

public class ProgressScreen
extends javax.microedition.lcdui.Form

The startup screen is a simple form that can display a logo image, a gauge to indicate the progress of the startup process along with a short text to inform the user about what is going on.

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.0
Author:
Philipp Bolliger (philipp@bolliger.name)

Constructor Summary
ProgressScreen(java.lang.String imgname, int numberOfStepsToBeCompletedDuringStartup)
          Constructor for the StartupScreen
 
Method Summary
 void showActionAtStartupGauge(java.lang.String actionText)
          Shows the actionText at the startup screen and advances the gauge.
 
Methods inherited from class javax.microedition.lcdui.Form
append, append, append, delete, deleteAll, get, getHeight, getWidth, insert, set, setItemStateListener, size
 
Methods inherited from class javax.microedition.lcdui.Displayable
addCommand, getTicker, getTitle, isShown, removeCommand, setCommandListener, setTicker, setTitle, sizeChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressScreen

public ProgressScreen(java.lang.String imgname,
                      int numberOfStepsToBeCompletedDuringStartup)
Constructor for the StartupScreen

Parameters:
logo - Image shown on the startup screen
message - The message to be shown
Method Detail

showActionAtStartupGauge

public void showActionAtStartupGauge(java.lang.String actionText)
Shows the actionText at the startup screen and advances the gauge.

Parameters:
actionText - Text to be shown to the user on the startup screen


2005-2009, Rene Mayrhofer.