| com.sun.midp.lcdui.DisplayStaticAccess
DisplayStaticAccess | public interface DisplayStaticAccess (Code) | | This is the interface to "tunnel" across Java package namespace,
and call the protected methods in the another package namespace.
The callee package will implement this interface, and provide
a static utility instance to the caller package.
|
Method Summary | |
Display | getDisplay(String owner) Gets the Display object by owner name. |
getDisplay | Display getDisplay(String owner)(Code) | | Gets the Display object by owner name.
Parameters: owner - name of the owner of the display, the owner can be the display object that application can use for its userinterface throws: NullPointerException - if owner is null |
|
|