Returns the "current" window for this client. This window (or its top window) will be used when getPage(...) is called without specifying a window. @return the "current" window for this client
()
| 977 | * @return the "current" window for this client |
| 978 | */ |
| 979 | public WebWindow getCurrentWindow() { |
| 980 | return currentWindow_; |
| 981 | } |
| 982 | |
| 983 | /** |
| 984 | * Sets the "current" window for this client. This is the window that will be used when |
no outgoing calls