Method Summary |
|
public void | addCloseWindowListener(CloseWindowListener listener) Adds the listener to the collection of listeners who will be
notified when the window hosting the receiver should be closed. |
public void | addLocationListener(LocationListener listener) Adds the listener to the collection of listeners who will be
notified when the current location has changed or is about to change. |
public void | addOpenWindowListener(OpenWindowListener listener) Adds the listener to the collection of listeners who will be
notified when a new window needs to be created. |
public void | addProgressListener(ProgressListener listener) Adds the listener to the collection of listeners who will be
notified when a progress is made during the loading of the current
URL or when the loading of the current URL has been completed. |
public void | addStatusTextListener(StatusTextListener listener) Adds the listener to the collection of listeners who will be
notified when the status text is changed. |
public void | addTitleListener(TitleListener listener) Adds the listener to the collection of listeners who will be
notified when the title of the current document is available
or has changed. |
public void | addVisibilityWindowListener(VisibilityWindowListener listener) Adds the listener to the collection of listeners who will be
notified when a window hosting the receiver needs to be displayed
or hidden. |
public boolean | back() Navigate to the previous session history item. |
protected void | checkSubclass() |
public static void | clearSessions() Clears all session cookies from all current Browser instances. |
public boolean | execute(String script) Execute the specified script.
Execute a script containing javascript commands in the context of the current document. |
public boolean | forward() Navigate to the next session history item. |
public String | getUrl() Returns the current URL. |
public boolean | isBackEnabled() Returns true if the receiver can navigate to the
previous session history item, and false otherwise. |
public boolean | isFocusControl() |
public boolean | isForwardEnabled() Returns true if the receiver can navigate to the
next session history item, and false otherwise. |
public void | refresh() Refresh the current page. |
public void | removeCloseWindowListener(CloseWindowListener listener) Removes the listener from the collection of listeners who will
be notified when the window hosting the receiver should be closed. |
public void | removeLocationListener(LocationListener listener) Removes the listener from the collection of listeners who will
be notified when the current location is changed or about to be changed. |
public void | removeOpenWindowListener(OpenWindowListener listener) Removes the listener from the collection of listeners who will
be notified when a new window needs to be created. |
public void | removeProgressListener(ProgressListener listener) Removes the listener from the collection of listeners who will
be notified when a progress is made during the loading of the current
URL or when the loading of the current URL has been completed. |
public void | removeStatusTextListener(StatusTextListener listener) Removes the listener from the collection of listeners who will
be notified when the status text is changed. |
public void | removeTitleListener(TitleListener listener) Removes the listener from the collection of listeners who will
be notified when the title of the current document is available
or has changed. |
public void | removeVisibilityWindowListener(VisibilityWindowListener listener) Removes the listener from the collection of listeners who will
be notified when a window hosting the receiver needs to be displayed
or hidden. |
public boolean | setText(String html) Renders HTML.
The html parameter is Unicode encoded since it is a java String .
As a result, the HTML meta tag charset should not be set. |
public boolean | setUrl(String url) Loads a URL. |
public void | stop() Stop any loading and rendering activity. |