|
Class Summary
|
|
AuthenticationEvent
|
An AuthenticationEvent is sent by a
Browser
to
AuthenticationListener's when the Browser
navigates to a page that requires authentication. |
|
Browser
|
Instances of this class implement the browser user interface
metaphor. |
|
BrowserFunction
|
Instances of this class represent java-side "functions" that
are invokable from javascript. |
|
LocationAdapter
|
This adapter class provides default implementations for the
methods described by the
LocationListener interface. |
|
LocationEvent
|
A LocationEvent is sent by a
Browser to
LocationListener's when the Browser
navigates to a different URL. |
|
ProgressAdapter
|
This adapter class provides default implementations for the
methods described by the
ProgressListener interface. |
|
ProgressEvent
|
A ProgressEvent is sent by a
Browser to
ProgressListener's when a progress is made during the
loading of the current URL or when the loading of the current
URL has been completed. |
|
StatusTextEvent
|
A StatusTextEvent is sent by a
Browser to
StatusTextListener's when the status text is changed. |
|
TitleEvent
|
A TitleEvent is sent by a
Browser to
TitleListener's when the title of the current document
is available or when it is modified. |
|
VisibilityWindowAdapter
|
This adapter class provides default implementations for the
methods described by the
VisibilityWindowListener interface. |
|
WindowEvent
|
A WindowEvent is sent by a
Browser when
a new window needs to be created or when an existing window needs to be
closed. |