|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.runtime.awt.AWTConfigurationUI
AWT Home FrameConfiguration Copyright: Copyright (c) 2002 Company: SAP AG
Field Summary | |
static int |
ERROR
Description of the Field |
static int |
PREFERRED_HEIGHT
Description of the Field |
static int |
PREFERRED_WIDTH
Description of the Field |
static int |
WARNING
Description of the Field |
Constructor Summary | |
AWTConfigurationUI()
|
Method Summary | |
static java.awt.Dialog |
createMsgBox(java.lang.String infMsg,
int level,
java.lang.String displayText)
Creates a message box |
void |
doRepaint()
forces a repaint at the UI |
static java.awt.Point |
getCenteredWindowOrigin()
returns the windows origin coordinats |
static void |
goHome()
shows the welcome screen of the mobile infrastructure |
static void |
register(FrameworkInterface frameworkPara)
registers a framework |
static void |
setMenu(java.awt.Menu menu)
insert in the Mobile Infrastructure framework menu bar the application menu |
static void |
setMenuVisible(boolean visible)
show and hide the menu bar |
static void |
setTitle(java.lang.String title)
sets the title of the framework window title |
static void |
unregister()
unregisters the framework |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int PREFERRED_WIDTH
public static final int PREFERRED_HEIGHT
public static final int ERROR
public static final int WARNING
Constructor Detail |
public AWTConfigurationUI()
Method Detail |
public static void setMenu(java.awt.Menu menu)
menu
- The new menupublic static void setMenuVisible(boolean visible)
visible
- true, visible and false, invisiblepublic static void goHome()
public static void register(FrameworkInterface frameworkPara)
frameworkPara
- Description of the Parameterpublic static void unregister()
public void doRepaint()
public static 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 static java.awt.Point getCenteredWindowOrigin()
public static 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 |