Returns the proxy for the specified window. @param w the window whose proxy is to be returned @return the proxy for the specified window
(final WebWindow w)
| 1567 | * @return the proxy for the specified window |
| 1568 | */ |
| 1569 | public static WindowProxy getProxy(final WebWindow w) { |
| 1570 | return ((Window) w.getScriptableObject()).windowProxy_; |
| 1571 | } |
| 1572 | |
| 1573 | /** |
| 1574 | * Returns the text from the status line. |
no test coverage detected