Uses of Interface
com.teamdev.jxbrowser.extensions.callback.ExtensionCallback
Packages that use ExtensionCallback
Package
Description
This package provides the classes that allow you to work with extension 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 ExtensionCallback in com.teamdev.jxbrowser.extensions.callback
Subinterfaces of ExtensionCallback in com.teamdev.jxbrowser.extensions.callbackModifier and TypeInterfaceDescription(package private) interfacecom.teamdev.jxbrowser.extensions.callback.ExtensionAsyncCallback<P,R extends AsyncCallbackAction<?>> A common interface that all asynchronous extension callbacks must extend.interfaceA callback that is invoked when an extension wants to open a popup browser. -
Uses of ExtensionCallback in com.teamdev.jxbrowser.view.javafx.callback
Classes in com.teamdev.jxbrowser.view.javafx.callback that implement ExtensionCallbackModifier and TypeClassDescriptionclassThe defaultOpenExtensionPopupCallbackimplementation that creates and shows a new window with the embedded popup browser. -
Uses of ExtensionCallback in com.teamdev.jxbrowser.view.swing.callback
Classes in com.teamdev.jxbrowser.view.swing.callback that implement ExtensionCallbackModifier and TypeClassDescriptionfinal classThe defaultOpenExtensionPopupCallbackimplementation that creates and shows a new window with the embedded popup browser. -
Uses of ExtensionCallback in com.teamdev.jxbrowser.view.swt.callback
Classes in com.teamdev.jxbrowser.view.swt.callback that implement ExtensionCallbackModifier and TypeClassDescriptionclassThe defaultOpenExtensionPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.