Uses of Interface
com.teamdev.jxbrowser.callback.SyncCallback
Packages that use 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
Subinterfaces of SyncCallback in com.teamdev.jxbrowser.browser.callbackModifier and TypeInterfaceDescriptioninterfaceBrowserSyncCallback<P,R> A common interface that all synchronous browser callbacks must extend.interfaceThis callback is invoked when browser decides whether a new popup instance can be created or not.interfaceThis callback is invoked when the document element has been created and a custom style sheet can be injected into the document.interfaceThis callback is invoked when the document element has been created and a custom JavaScript can be injected into the document.interfaceThis callback is invoked when a new popup browser instance should be opened. -
Uses of SyncCallback in com.teamdev.jxbrowser.browser.callback.input
Subinterfaces of SyncCallback in com.teamdev.jxbrowser.browser.callback.inputModifier and TypeInterfaceDescriptioninterfaceThis callback is invoked when aTouchCanceledevent is about to be processed by the browser.interfaceThis callback is invoked when aTouchEndedevent is about to be processed by the browser.interfaceThis callback is invoked when aMouseEnteredevent is about to be processed by the browser.interfaceThis callback is invoked when aMouseExitedevent is about to be processed by the browser.interfaceThis callback is invoked when aMouseMovedevent is about to be processed by the browser.interfaceThis callback is invoked when aMouseWheelevent is about to be processed by the browser.interfaceThis callback is invoked when aTouchMovedevent is about to be processed by the browser.interfaceThis callback is invoked when aKeyPressedevent is about to be processed by the browser.interfaceThis callback is invoked when aMousePressedevent is about to be processed by the browser.interfaceThis callback is invoked when aKeyReleasedevent is about to be processed by the browser.interfaceThis callback is invoked when aMouseReleasedevent is about to be processed by the browser.interfaceThis callback is invoked when aTouchStartedevent is about to be processed by the browser.interfaceThis callback is invoked when aKeyTypedevent is about to be processed by the browser. -
Uses of SyncCallback in com.teamdev.jxbrowser.media.callback
Subinterfaces of SyncCallback in com.teamdev.jxbrowser.media.callbackModifier and TypeInterfaceDescription(package private) interfacecom.teamdev.jxbrowser.media.callback.MediaSyncCallback<P,R> A common interface that all synchronous media callbacks must extend.interfaceA callback invoked when a web page requests to select a media input device. -
Uses of SyncCallback in com.teamdev.jxbrowser.net.callback
Subinterfaces of SyncCallback in com.teamdev.jxbrowser.net.callbackModifier and TypeInterfaceDescriptioninterfaceThe callback that is invoked before the upload data is sent to the web server.interfaceThe callback that is invoked before the network transaction starts.interfaceThe callback is invoked when an HTTP request is about to occur.interfaceThe callback is invoked when the engine checks if the given file can be accessed or not.interfaceThe callback is invoked to check if the engine can access the given cookie or not.interfaceThe callback is invoked to check if the given cookie can be set or not.interfaceThe callback is invoked when a URL request is about to be sent out.interfaceNetworkSyncCallback<P,R> A common interface for all synchronous network service callbacks must extend.interfaceThe callback is invoked when the response headers have been received for a URL request.interfaceThe callback is invoked when certificate verification is required. -
Uses of SyncCallback in com.teamdev.jxbrowser.plugin.callback
Subinterfaces of SyncCallback in com.teamdev.jxbrowser.plugin.callbackModifier and TypeInterfaceDescriptioninterfaceThis callback is invoked when the engine wants to check whether a specific plugin is allowed or not.interfacePluginsSyncCallback<P,R> A common interface for all synchronous plugin service callbacks must extend. -
Uses of SyncCallback in com.teamdev.jxbrowser.view.javafx.callback
Classes in com.teamdev.jxbrowser.view.javafx.callback that implement SyncCallbackModifier and TypeClassDescriptionfinal classThe defaultOpenPopupCallbackimplementation that creates and shows a new window with the embedded popup browser. -
Uses of SyncCallback in com.teamdev.jxbrowser.view.swing.callback
Classes in com.teamdev.jxbrowser.view.swing.callback that implement SyncCallbackModifier and TypeClassDescriptionfinal classThe defaultOpenPopupCallbackimplementation that creates and shows a new window with the embedded popup browser. -
Uses of SyncCallback in com.teamdev.jxbrowser.view.swt.callback
Classes in com.teamdev.jxbrowser.view.swt.callback that implement SyncCallbackModifier and TypeClassDescriptionfinal classThe defaultOpenPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.