addDisplay(DisplayAccess da) Adds a display object to the container and sets a the display's ID to
new unique value for this isolate, as a single atomic operation.
Find a foreground event consumer by ID.
Parameters: displayId - ID of the display a foreground event consumer object or null if not found
removeDisplay
public synchronized boolean removeDisplay(String nameOfOwner)(Code)
Removes display object from the container.
Parameters: nameOfOwner - class name of the MIDlet that owns this display true if display has been succcessfully removed, false, if display object has not been found in the container.
requestForegroundForDisplay
public void requestForegroundForDisplay(String nameOfOwner)(Code)
Get a display to request the foreground on behalf of the MIDlet.
Parameters: nameOfOwner - class name of the MIDlet that owns this display