Uses of Interface
com.teamdev.jxbrowser.browser.callback.BrowserSyncCallback
Packages that use BrowserSyncCallback
Package
Description
This package provides the classes that allow you to work with browser callback.
The mouse and keyboard input 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 BrowserSyncCallback in com.teamdev.jxbrowser.browser.callback
Subinterfaces of BrowserSyncCallback in com.teamdev.jxbrowser.browser.callbackModifier and TypeInterfaceDescriptioninterfaceThis 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 BrowserSyncCallback in com.teamdev.jxbrowser.browser.callback.input
Subinterfaces of BrowserSyncCallback 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 BrowserSyncCallback in com.teamdev.jxbrowser.view.javafx.callback
Classes in com.teamdev.jxbrowser.view.javafx.callback that implement BrowserSyncCallbackModifier and TypeClassDescriptionfinal classThe defaultOpenPopupCallbackimplementation that creates and shows a new window with the embedded popup browser. -
Uses of BrowserSyncCallback in com.teamdev.jxbrowser.view.swing.callback
Classes in com.teamdev.jxbrowser.view.swing.callback that implement BrowserSyncCallbackModifier and TypeClassDescriptionfinal classThe defaultOpenPopupCallbackimplementation that creates and shows a new window with the embedded popup browser. -
Uses of BrowserSyncCallback in com.teamdev.jxbrowser.view.swt.callback
Classes in com.teamdev.jxbrowser.view.swt.callback that implement BrowserSyncCallbackModifier and TypeClassDescriptionfinal classThe defaultOpenPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.