| Package | Description |
|---|---|
| com.teamdev.jexplorer |
Contains the basic classes and interfaces.
|
| com.teamdev.jexplorer.event |
Contains interfaces and classes for dealing with different
types of events fired by
Browser component. |
| Class and Description |
|---|
| AuthenticationHandler
Handler of authenticate event from the browser object.
|
| 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.
|
| BrowserFunction
Represents a Java function that can be invoked from JavaScript side.
|
| BrowserMode
Enum of default emulation modes for Internet Explorer.
|
| BrowserProperties |
| Callback |
| ContextMenuContext
List of possible contexts of Context Menu.
|
| ContextMenuProvider |
| Cookie
This class represents cookie.
|
| DataEncryptionLevel
This object specifies level of encryption for data transferred by browser.
|
| DialogHandler
Interface for handling JavaScript dialogs such as Alert, Confirmation or JavaScript Error.
|
| EventsHandler
Handler of events from the browser object.
|
| 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.
|
| 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.
|
| HttpSecurityHandler.HttpSecurityAction |
| InternetCacheEntry
A collection of Internet cache entry types.
|
| InternetFeature
Represents Internet Explorer features.
|
| JSValue
Class for all JavaScript values.
|
| KeyFilter
This interface responds for key event filtering.
|
| KeyFilterEvent
Key pressed event.
|
| LoggerProvider
Provides access to different JExplorer Loggers which are used to log Browser,
IPC and process messages.
|
| 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.
|
| ProxyConfiguration
Provides proxy configuration information.
|
| ScriptErrorEvent
This class represents script error in the HTML document.
|
| ScriptErrorListener
The listener interface for receiving script error events.
|
| SecurityPolicyHandler
Interface for handling security policy flags.
|
| SecurityProblem
Provides information about a security problem.
|
| URLAction
Contains values associated with the actions that can be taken in a URL security zone.
|
| Class and 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.
|
| DataEncryptionLevel
This object specifies level of encryption for data transferred by browser.
|