Uses of Interface
com.teamdev.jxbrowser.browser.callback.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
Modifier and TypeInterfaceDescriptioninterface
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 BrowserSyncCallback 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 BrowserSyncCallback 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 BrowserSyncCallback 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 BrowserSyncCallback 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.