|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--waba.ui.Control | +--waba.ui.Container | +--waba.ui.Window | +--waba.ui.MainWindow | +--waba.ui.Welcome
Welcome is the welcome application.
This is the default program run when none is specified or when the VM needs a program to run to show that the VM is functioning on a device.
Fields inherited from class waba.ui.MainWindow |
_timerInterval,
_timerStart,
defaultFont |
Fields inherited from class waba.ui.Window |
_controlEvent,
_keyEvent,
_penEvent |
Fields inherited from class waba.ui.Container |
children,
tail |
Fields inherited from class waba.ui.Control |
height,
next,
parent,
prev,
width,
x,
y |
Constructor Summary | |
Welcome()
Constructs the welcome application. |
Method Summary | |
void |
onEvent(Event event)
Called by the system to pass events to the application. |
void |
onPaint(Graphics g)
Called by the system to draw the application. |
Methods inherited from class waba.ui.MainWindow |
_onTimerTick,
_setTimerInterval,
addTimer,
exit,
getFontMetrics,
getMainWindow,
onExit,
onStart,
removeTimer |
Methods inherited from class waba.ui.Window |
_doPaint,
_postEvent,
damageRect,
getFocus,
getWinHandle,
setFocus |
Methods inherited from class waba.ui.Container |
add,
findChild,
paintChildren,
remove |
Methods inherited from class waba.ui.Control |
addTimer,
contains,
createGraphics,
getNext,
getParent,
getRect,
postEvent,
repaint,
setRect |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Welcome()
Method Detail |
public void onEvent(Event event)
event
- the event to processEvent
,
KeyEvent
,
PenEvent
public void onPaint(Graphics g)
g
- the graphics object for drawingGraphics
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |