|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.rim.device.api.ui.Field
|
+--net.rim.device.api.ui.Manager
|
+--net.rim.device.api.ui.container.VerticalFieldManager
|
+--net.rim.device.api.browser.field.BrowserContentManager
A manager for rendering web content obtained through the browser.
| Field Summary |
| Fields inherited from class net.rim.device.api.ui.Manager |
BOTTOMMOST, DOWNWARD, HORIZONTAL_SCROLL, HORIZONTAL_SCROLL_MASK, HORIZONTAL_SCROLLBAR, HORIZONTAL_SCROLLBAR_MASK, LEAVE_BLANK_SPACE, LEFTMOST, LEFTWARD, NO_HORIZONTAL_SCROLL, NO_HORIZONTAL_SCROLLBAR, NO_SCROLL_RESET, NO_VERTICAL_SCROLL, NO_VERTICAL_SCROLLBAR, QUANTA_FONT, RIGHTMOST, RIGHTWARD, TOPMOST, UPWARD, VERTICAL_SCROLL, VERTICAL_SCROLL_MASK, VERTICAL_SCROLLBAR, VERTICAL_SCROLLBAR_MASK |
| Fields inherited from class net.rim.device.api.ui.Field |
ACTION_INVOKE, EDITABLE, EDITABLE_MASK, FIELD_BOTTOM, FIELD_HALIGN_MASK, FIELD_HCENTER, FIELD_LEFT, FIELD_RIGHT, FIELD_TOP, FIELD_VALIGN_MASK, FIELD_VCENTER, FOCUSABLE, FOCUSABLE_MASK, HIGHLIGHT_FOCUS, HIGHLIGHT_SELECT, NON_FOCUSABLE, NON_SPELLCHECKABLE, READONLY, SPELLCHECKABLE, SPELLCHECKABLE_MASK, STATUS_MOVE_FOCUS_HORIZONTALLY, STATUS_MOVE_FOCUS_VERTICALLY, USE_ALL_HEIGHT, USE_ALL_WIDTH |
| Constructor Summary | ||
|
BrowserContentManager(long style)
Constructs a new browser content manager with the provided style. |
|
| Method Summary | ||
|
RenderingSession |
getRenderingSession()
Retrieve the rendering session for this BrowserContentManager. |
|
void |
setContent(HttpConnection httpConnection,
RenderingApplication renderingApplication,
Event event)
Retrieve browser content for rendering. |
|
void |
setContent(HttpConnection httpConnection,
RenderingApplication renderingApplication,
int renderingFlags)
Retrieve browser content for rendering. |
| Methods inherited from class net.rim.device.api.ui.container.VerticalFieldManager |
getFieldAtLocation, getPreferredHeight, getPreferredWidth, sublayout, subpaint |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BrowserContentManager(long style)
style - A field manager style.| Method Detail |
public RenderingSession getRenderingSession()
public void setContent(HttpConnection httpConnection, RenderingApplication renderingApplication, Event event)
httpConnection - The connection with the input stream that contains the content to be rendered.renderingApplication - The rendering application that can listen for events from the
browser content; may be null.event - The event from the browser content that caused new browser content to be retrieved.public void setContent(HttpConnection httpConnection, RenderingApplication renderingApplication, int renderingFlags)
httpConnection - The connection with the input stream that contains the content to be rendered.renderingApplication - The rendering application that can listen for events from the
browser content; may be null.renderingFlags - Flags indicating extra information about rendering.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2007 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.