|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface to decouple API and AWT framework
Method Summary | |
java.awt.Dialog |
createMsgBox(java.lang.String infMsg,
int level,
java.lang.String displayText)
Creates a message box |
void |
doRepaint()
Forces a repaint of the UI |
java.awt.Point |
getCenteredWindowOrigin()
returns the centeredWindowOrigin |
void |
goHome()
shows the welcome screen of the mobile infrastructure |
void |
setMenu(java.awt.Menu menu)
insert in the Mobile Infrastructure framework menu bar the application menu |
void |
setMenuVisible(boolean visible)
show and hide the menu bar |
void |
setTitle(java.lang.String title)
sets the title of the framework window title |
Method Detail |
public void setMenu(java.awt.Menu menu)
menu
- The new menupublic void setMenuVisible(boolean visible)
visible
- control the visibilitypublic void goHome()
public void doRepaint()
public java.awt.Dialog createMsgBox(java.lang.String infMsg, int level, java.lang.String displayText)
infMsg
- infolevel
- level this means warning, info, etc.displayText
- the displayed text
public java.awt.Point getCenteredWindowOrigin()
public void setTitle(java.lang.String title)
title
- windows title
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |