| Interface | Description |
|---|---|
| AuthenticationHandler |
Handler of authenticate event from the browser object.
|
| BrowserFunction |
Represents a Java function that can be invoked from JavaScript side.
|
| Callback<V> | |
| ConnectionType |
Contains the connections type constants.
|
| ContextMenuProvider | |
| DialogHandler |
Interface for handling JavaScript dialogs such as Alert, Confirmation or JavaScript Error.
|
| EventsHandler |
Handler of events from the browser object.
|
| HTMLDialogListener |
A listener that allows receiving events when the modal HTML
dialog is shown.
|
| HttpSecurityHandler |
Represents a security handler that allows processing any security
problems such as Invalid Certificate error, Invalid Certificate
Name, Invalid Certificate Date, Moving from a non-SSL to an SSL
connection because of a redirect or The redirection requires user
confirmation problems.
|
| KeyFilter |
This interface responds for key event filtering.
|
| MouseEventListener | |
| PopupContainer |
Container that can be used for newly created browser must implement this interface.
|
| PopupHandler |
Interface for handling popup windows that were opened using the
window.open(...) JavaScript function. |
| PrintEventListener |
The listener interface for receiving Print events.
|
| ScriptErrorListener |
The listener interface for receiving script error events.
|
| SecurityPolicyHandler |
Interface for handling security policy flags.
|
| ServerType |
Contains the server type constants.
|
| Class | Description |
|---|---|
| Browser |
Represents AWT component that can be embedded into Java Swing container to display
web pages loaded in web browser engine associated with the Browser instance.
|
| BrowserContext |
Represents context of a Browser instance.
|
| BrowserFeatures |
Set of global Browser features.
|
| BrowserProperties | |
| Cookie |
This class represents cookie.
|
| DefaultEventsHandler |
Default implementation of
EventsHandler. |
| DefaultPopupHandler |
Default implementation of
PopupHandler that displays every popup in separate
JFrame with required popup bounds. |
| Environment |
Provides information about current environment.
|
| HTMLDialog |
Represents an instance of HTML dialog and provides access to its
information.
|
| HTMLDialogEvent |
Represents an event which indicates that the HTML Dialog is
opened and its document is loaded completely and available.
|
| IEPopupContainer |
Represents default MS Internet Explorer popup.
|
| JSValue |
Class for all JavaScript values.
|
| KeyFilterEvent |
Key pressed event.
|
| PrintEventAdapter | |
| ProductInfo |
This class provides information about JExplorer.
|
| ProxyConfiguration |
Provides proxy configuration information.
|
| ScriptErrorEvent |
This class represents script error in the HTML document.
|
| SecurityProblem |
Provides information about a security problem.
|
| Enum | Description |
|---|---|
| BrowserMode |
Enum of default emulation modes for Internet Explorer.
|
| ContextMenuContext |
List of possible contexts of Context Menu.
|
| DataEncryptionLevel |
This object specifies level of encryption for data transferred by browser.
|
| HttpSecurityHandler.HttpSecurityAction | |
| InternetCacheEntry |
A collection of Internet cache entry types.
|
| InternetFeature |
Represents Internet Explorer features.
|
| LoggerProvider |
Provides access to different JExplorer Loggers which are used to log Browser,
IPC and process messages.
|
| URLAction |
Contains values associated with the actions that can be taken in a URL security zone.
|
| Exception | Description |
|---|---|
| BrowserException |
Describes an exception during working with
Browser instance. |
| EnvironmentException |