Package | Description |
---|---|
com.teamdev.jxbrowser.chromium |
Contains the basic classes and interfaces.
|
com.teamdev.jxbrowser.chromium.events |
Contains interfaces and classes for dealing with different
types of events fired by
Browser component. |
com.teamdev.jxbrowser.chromium.javafx |
Contains the classes and interfaces for embedding Browser instance into JavaFX application.
|
Class and Description |
---|
Callback
The Callback interface is designed to allow for a common, reusable interface to exist for
defining APIs that requires a call back in certain situations.
|
ConsoleListener
The listener interface for receiving events from the console.
|
DisposeListener
The listener interface for receiving browser dispose events.
|
DownloadListener
The listener interface for receiving download update events.
|
LoadListener
The listener interface for receiving browser load events.
|
NetError
The list of network errors.
|
NotificationEvent
An event indicating that browser performed some notification action.
|
NotificationListener
The listener interface for receiving HTML5 desktop notification events
related to certain notification instance.
|
PrintJobListener
The listener interface for receiving printing events such as 'PrintingDone' event.
|
RenderListener
The listener interface for receiving events from render process.
|
ScriptContextListener
The listener interface for receiving JavaScript context events.
|
StatusListener
The listener interface for receiving status change events.
|
TitleListener
The listener interface for receiving title change events.
|
ZoomListener
The listener interface for receiving zoom change events.
|
Class and Description |
---|
BrowserEvent
The base event object for all
Browser events. |
BrowserListener
Base interface for all Browser listeners.
|
ConsoleEvent
An event that indicates that the message was added to the console.
|
ConsoleEvent.Level |
DisposeEvent
An event that indicates that specified
source has been disposed. |
DownloadEvent
An event that indicates that download is updated.
|
FailLoadingEvent
An event that indicates that frame loading process has been failed.
|
FinishLoadingEvent
An event that indicates that frame loading process has been finished.
|
FrameLoadEvent
An event that indicates that frame with a document is loaded.
|
GestureDevice |
GestureType |
LoadEvent
An event that indicates that main frame with a document is loaded.
|
LoadListener
The listener interface for receiving browser load events.
|
NetError
The list of network errors.
|
NotificationEvent
An event indicating that browser performed some notification action.
|
PrintJobEvent
Event class for print job events.
|
ProvisionalLoadingEvent
An event that indicates that provisional load for a specified frame was successfully committed.
|
RenderEvent
An event that indicates that the render process is gone or created.
|
RenderListener
The listener interface for receiving events from render process.
|
ScriptContextEvent
An event that provides information about created/destroyed JavaScript context.
|
ScriptContextListener
The listener interface for receiving JavaScript context events.
|
StartLoadingEvent
An event that indicates that frame loading process has been started.
|
StatusEvent
An event that indicates that the status has been changed.
|
TitleEvent
An event that indicates that the title of a document in main frame has been changed.
|
ZoomEvent
An event that indicates that zoom level for a specific URL has been changed.
|
Class and Description |
---|
GestureEvent |