|
|||||||||
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 |
defaultFont |
Fields inherited from class waba.ui.Window |
_controlEvent,
_g,
_keyEvent,
_penEvent,
beepIfOut,
flicker,
gbuf,
HIDE_STATE,
imgBuf,
needsPaint,
NO_BORDER,
RECT_BORDER,
ROUND_BORDER,
style,
TAB_BORDER,
TAB_ONLY_BORDER,
title,
titleFont |
Fields inherited from class waba.ui.Container |
children,
tail |
Fields inherited from class waba.ui.Control |
BOTTOM,
CENTER,
controlCount,
enabled,
FILL,
fm,
font,
height,
LEFT,
name,
next,
parent,
PREFERRED,
prev,
RIGHT,
TOP,
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. |
Methods inherited from class waba.ui.MainWindow |
_onTimerTick,
_setTimerInterval,
addTimer,
exit,
getFontMetrics,
getMainWindow,
onExit,
onStart,
removeTimer |
Methods inherited from class waba.ui.Window |
_doPaint,
_doPaint,
_postEvent,
damageRect,
getClientRect,
getFocus,
getTopMost,
isTopMost,
isVisible,
onClickedOutside,
onPopup,
onUnpop,
paintTitle,
popupModal,
postPopup,
postUnpop,
setBorderStyle,
setDoubleBuffer,
setFocus,
setStatePosition,
setTitle,
setTitleFont,
setVisible,
toString,
unpop |
Methods inherited from class waba.ui.Container |
add,
findChild,
paintChildren,
remove |
Methods inherited from class waba.ui.Control |
addTimer,
contains,
createGraphics,
getAbsoluteRect,
getNext,
getParent,
getPreferredHeight,
getPreferredWidth,
getRect,
isEnabled,
onBoundsChanged,
onPaint,
onWindowPaintFinished,
postEvent,
repaint,
repaintNow,
setEnabled,
setFont,
setRect,
setRect |
Methods inherited from class java.lang.Object |
hashCode |
Constructor Detail |
public Welcome()
Method Detail |
public void onEvent(Event event)
event
- the event to processEvent
,
KeyEvent
,
PenEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |