Uses of Interface
com.teamdev.jxbrowser.callback.SyncCallback
Package
Description
This package provides the classes that allow you to work with browser callback.
The mouse and keyboard input callbacks.
The media callbacks.
The navigation callbacks.
The network service callbacks.
The plugin service callbacks.
Contains the implementations of the callbacks that display JavaFX UI dialogs.
Contains the implementations of the callbacks that display Swing UI dialogs.
Contains the implementations of the callbacks that display the SWT UI dialogs.
-
Uses of SyncCallback in com.teamdev.jxbrowser.browser.callback
Modifier and TypeInterfaceDescriptioninterface
BrowserSyncCallback<P,
R> A common interface that all synchronous browser callbacks must extend.interface
This callback is invoked when browser decides whether a new popup instance can be created or not.interface
This callback is invoked when the document element has been created and a custom style sheet can be injected into the document.interface
This callback is invoked when the document element has been created and a custom JavaScript can be injected into the document.interface
This callback is invoked when a new popup browser instance should be opened. -
Uses of SyncCallback in com.teamdev.jxbrowser.browser.callback.input
Modifier and TypeInterfaceDescriptioninterface
This callback is invoked when aMouseEntered
event is about to be processed by the browser.interface
This callback is invoked when aMouseExited
event is about to be processed by the browser.interface
This callback is invoked when aMouseMoved
event is about to be processed by the browser.interface
This callback is invoked when aMouseWheel
event is about to be processed by the browser.interface
This callback is invoked when aKeyPressed
event is about to be processed by the browser.interface
This callback is invoked when aMousePressed
event is about to be processed by the browser.interface
This callback is invoked when aKeyReleased
event is about to be processed by the browser.interface
This callback is invoked when aMouseReleased
event is about to be processed by the browser.interface
This callback is invoked when aKeyTyped
event is about to be processed by the browser. -
Uses of SyncCallback in com.teamdev.jxbrowser.media.callback
Modifier and TypeInterfaceDescription(package private) interface
com.teamdev.jxbrowser.media.callback.MediaSyncCallback<P,
R> A common interface that all synchronous media callbacks must extend.interface
This callback is invoked when the web page asks which media input device should be used. -
Uses of SyncCallback in com.teamdev.jxbrowser.net.callback
Modifier and TypeInterfaceDescriptioninterface
The callback that is invoked before the upload data is sent to the web server.interface
The callback that is invoked before the network transaction starts.interface
The callback is invoked when an HTTP request is about to occur.interface
The callback is invoked when the engine checks if the given file can be accessed or not.interface
The callback is invoked to check if the engine can access the given cookie or not.interface
The callback is invoked to check if the given cookie can be set or not.interface
The callback is invoked when a URL request is about to be sent out.interface
NetworkSyncCallback<P,
R> A common interface for all synchronous network service callbacks must extend.interface
The callback is invoked when the response headers have been received for a URL request.interface
The callback is invoked when certificate verification is required. -
Uses of SyncCallback in com.teamdev.jxbrowser.plugin.callback
Modifier and TypeInterfaceDescriptioninterface
This callback is invoked when the engine wants to check whether a specific plugin is allowed or not.interface
PluginsSyncCallback<P,
R> A common interface for all synchronous plugin service callbacks must extend. -
Uses of SyncCallback in com.teamdev.jxbrowser.view.javafx.callback
Modifier and TypeClassDescriptionfinal class
The defaultOpenPopupCallback
implementation that creates and shows a new window with the embedded popup browser. -
Uses of SyncCallback in com.teamdev.jxbrowser.view.swing.callback
Modifier and TypeClassDescriptionfinal class
The defaultOpenPopupCallback
implementation that creates and shows a new window with the embedded popup browser. -
Uses of SyncCallback in com.teamdev.jxbrowser.view.swt.callback
Modifier and TypeClassDescriptionfinal class
The defaultOpenPopupCallback
implementation that creates and shows a new window with the embedded popup browser.