See: Description
| Interface | Description |
|---|---|
| BrowserFrame |
The
BrowserFrame interface represents a browser frame. |
| HtmlObject |
This interface should be implemented to provide
OBJECT, EMBED or APPLET functionality.
|
| HtmlRendererContext |
The
HtmlRendererContext interface must be implemented
in order to use the Cobra HTML renderer. |
| HttpRequest |
The
HttpRequest interface should
be implemented to provide web request capabilities. |
| ReadyStateChangeListener |
The
ReadyStateChangeListener interface
is implemented to receive ReadyState change events
from HttpRequest. |
| UserAgentContext |
Provides information about the user agent (browser) driving
the parser and/or renderer.
|
| Class | Description |
|---|---|
| AbstractHtmlRendererContext |
Abstract implementation of the
HtmlRendererContext interface with
blank methods, provided for developer convenience. |
| FormInput |
The
FormInput class contains the state
of an HTML form input item. |