Sets the currently loaded page. @param page the new page or null if there is no page (ie empty window)
(Page page)
| 58 | * @param page the new page or null if there is no page (ie empty window) |
| 59 | */ |
| 60 | void setEnclosedPage(Page page); |
| 61 | |
| 62 | /** |
| 63 | * Returns the window that contains this window. If this is a top |
no outgoing calls