Browser.setUrl

Loads a URL.

@param url the URL to be loaded

@return true if the operation was successful and false otherwise.

@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the url is null</li> </ul>

@exception SWTException <ul> <li>ERROR_THREAD_INVALID_ACCESS when called from the wrong thread</li> <li>ERROR_WIDGET_DISPOSED when the widget has been disposed</li> </ul>

@see #getUrl

@since 3.0

class Browser
bool
setUrl
(
String url
)

Meta