| java.lang.Object com.sun.midp.lcdui.LCDUIEnvironment
LCDUIEnvironment | public class LCDUIEnvironment (Code) | | Initialize the LCDUI environment.
|
LCDUIEnvironment | public LCDUIEnvironment(SecurityToken internalSecurityToken, EventQueue eventQueue, int isolateId, ForegroundController foregroundController)(Code) | | Creates lcdui event producers/handlers/lisneners.
Parameters: internalSecurityToken - Parameters: eventQueue - Parameters: isolateId - Parameters: foregroundController - |
getDisplayContainer | public DisplayContainer getDisplayContainer()(Code) | | Gets DisplayContainer instance.
DisplayContainer |
setTrustedState | public void setTrustedState(boolean isTrusted)(Code) | | Sets the trusted state based on the passed in boolean.
Parameters: isTrusted - if true state is set to trusted. |
shutDown | public void shutDown()(Code) | | Called during system shutdown.
|
|
|