Uses of Interface
com.teamdev.jxbrowser.callback.Callback
Packages that use Callback
Package
Description
This package provides the classes that allow you to work with browser callback.
The mouse and keyboard input callbacks.
Contains the common interfaces that all callbacks must extend.
This package provides the classes that allow you to work with extension callbacks.
The media callbacks.
The navigation callbacks.
The network service callbacks.
The permission 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 Callback in com.teamdev.jxbrowser.browser.callback
Subinterfaces of Callback in com.teamdev.jxbrowser.browser.callbackModifier and TypeInterfaceDescriptioninterfaceThis callback is invoked when JavaScript alert dialog should be displayed.interfaceThis callback is invoked when a web page with POST data is going to be reloaded and the user must confirm that the POST data can be resubmitted.interfaceThis callback is invoked when the web page is about to be unloaded.interfaceBrowserAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous browser callbacks.interfaceAn interface that all browser callbacks must extend.interfaceBrowserSyncCallback<P,R> A common interface that all synchronous browser callbacks must extend.interfaceThe callback is invoked when an SSL certificate error occurs during loading a web page.interfaceThis callback is invoked when JavaScript confirmation dialog should be displayed.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 an extension wants to open an extension action popup.interfaceThis callback is invoked when the currently loaded web page wants to open a link in the associated external application.interfaceThis callback is invoked when the browser requests to display a file chooser dialog to open a file.interfaceThis callback is invoked when the browser requests to display a file chooser dialog to open several files.interfaceThis callback is invoked when the browser requests to display a file chooser dialog to open a folder.interfaceThis callback is invoked when a new popup browser instance should be opened.interfaceThis callback is invoked when the printing is about to start.interfaceThis callback allows you to configure the print settings when printing HTML content.interfaceThis callback allows you to configure the print settings when printing PDF content.interfaceThis callback is invoked when JavaScript dialog prompting the user to input some text should be displayed.interfaceThe callback is invoked when the frame requests the password for an encrypted PDF document.interfaceThis callback is invoked when the browser requests to display a file chooser dialog to save content as PDF.interfaceA callback that is invoked when the user is prompted to save a credit card to the credit card store.interfaceThis callback is invoked when the browser requests to display a file chooser dialog to save a file.interfaceA callback that is invoked when the user is prompted to save the credentials in the password store.interfaceA callback that is invoked when the user is prompted to save the user data profile to the user data store.interfaceThis callback is invoked when the web server requires authorization via SSL client certificate.interfaceThis callback is invoked when the user clicks an<input type='color'>HTML5 element.interfaceThis callback is invoked when the browser attempts to display a context menu, for example, when the user right-clicks on a misspelled word on the web page.interfaceThis callback is invoked when a web page requests permission to start a capture session.interfaceThe callback that is invoked when the browser is about to start downloading a file.interfaceA callback that is invoked when a presentation has been requested via the JavaScript Presentation API.interfaceA callback that is invoked when the user is prompted to update the password in the password store.interfaceA callback that is invoked when the user is prompted to update the user data profile in the user data store. -
Uses of Callback in com.teamdev.jxbrowser.browser.callback.input
Subinterfaces of Callback 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 Callback in com.teamdev.jxbrowser.callback
Classes in com.teamdev.jxbrowser.callback with type parameters of type CallbackModifier and TypeInterfaceDescriptioninterfaceA common interface that all objects providing callbacks must implement.Subinterfaces of Callback in com.teamdev.jxbrowser.callbackModifier and TypeInterfaceDescriptioninterfaceAsyncCallback<P,R extends AsyncCallbackAction> A common interface that all asynchronous callbacks must extend.interfaceSyncCallback<P,R> A common interface that all synchronous callbacks must extend. -
Uses of Callback in com.teamdev.jxbrowser.extensions.callback
Subinterfaces of Callback 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.interfaceAn interface that all extension callbacks must extend.(package private) interfacecom.teamdev.jxbrowser.extensions.callback.ExtensionsAsyncCallback<P,R extends AsyncCallbackAction<?>> A common interface that all asynchronous extensions callbacks must extend.interfaceAn interface that all extensions callbacks must extend.interfaceA callback that is invoked when the user installs an extension from Chrome Web Store.interfaceA callback that is invoked when an extension wants to open a popup browser.interfaceA callback that is invoked when the user uninstalls/removes an extension from Chrome Web Store or on the chrome://extensions page. -
Uses of Callback in com.teamdev.jxbrowser.media.callback
Subinterfaces of Callback in com.teamdev.jxbrowser.media.callbackModifier and TypeInterfaceDescriptioninterfaceA common interface that all media callbacks must extend.(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 Callback in com.teamdev.jxbrowser.net.callback
Subinterfaces of Callback in com.teamdev.jxbrowser.net.callbackModifier and TypeInterfaceDescriptioninterfaceThe callback that is invoked when an HTTP request receives an authentication challenge and is unable to respond using cached credentials.interfaceThe 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.interfaceNetworkAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous network service callbacks must extend.interfaceA common interface for all network service callbacks must extend.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 Callback in com.teamdev.jxbrowser.permission.callback
Subinterfaces of Callback in com.teamdev.jxbrowser.permission.callbackModifier and TypeInterfaceDescriptioninterfacePermissionsAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous permission service callbacks must extend.interfaceA common interface for all permission service callbacks must extend.interfaceThis callback is invoked when a web page requests a permission, for example to enable geolocation or notifications. -
Uses of Callback in com.teamdev.jxbrowser.plugin.callback
Subinterfaces of Callback 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.interfaceA common interface for all plugin service callbacks must extend.interfacePluginsSyncCallback<P,R> A common interface for all synchronous plugin service callbacks must extend. -
Uses of Callback in com.teamdev.jxbrowser.view.javafx.callback
Classes in com.teamdev.jxbrowser.view.javafx.callback that implement CallbackModifier and TypeClassDescriptionfinal classThe defaultAlertCallbackimplementation that shows a dialog when JavaScript alert dialog should be displayed.final classThe defaultBeforeFormRepostCallbackimplementation that shows a dialog when a web page with POST data is going to be reloaded.final classThe defaultBeforeUnloadCallbackimplementation that shows a dialog when the web page is about to be unloaded.final classThe defaultConfirmCallbackimplementation that shows a dialog when JavaScript confirm dialog should be displayed.classThe defaultOpenExtensionActionPopupCallbackimplementation that shows a new window with the content of the extension action popup.classThe defaultOpenExtensionPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.final classThe defaultOpenExternalAppCallbackimplementation that shows a dialog when the web page wants to open a link of specific type in the associated external application.final classThe defaultOpenFileCallbackimplementation that shows a file chooser dialog when the engine requests to open a file.final classThe defaultOpenFilesCallbackimplementation that shows a file chooser dialog when the engine requests to open multiple files.final classThe defaultOpenFolderCallbackimplementation that shows a file chooser dialog when the engine requests to open a folder.final classThe defaultOpenPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.final classThe defaultPrintCallbackimplementation that allows the engine to show the print preview dialog.final classThe defaultPromptCallbackimplementation that shows a dialog when JavaScript prompt dialog should be displayed.final classThe defaultRequestPdfDocumentPasswordCallbackimplementation that shows the PDF viewer password dialog.final classThe defaultSaveAsPdfCallbackimplementation that shows a file chooser dialog when the engine requests to save content as PDF.final classThe defaultSaveCreditCardCallbackimplementation that shows a bubble that allows the user to save a credit card.final classThe defaultSaveFileCallbackimplementation that shows a file chooser dialog when the browser requests to save a file.final classThe defaultSavePasswordCallbackimplementation that shows a bubble that allows the user to save a password in the password store.final classThe defaultSaveUserDataProfileCallbackimplementation that shows a bubble that allows the user to save the user data profile: city, state, street, zip code, email address, etc.final classThe defaultSelectClientCertificateCallbackimplementation that shows a dialog that allows the user to select a certificate from the certificate list passed to the callback.final classThe defaultSelectColorCallbackimplementation that shows a color chooser dialog when the user clicks an<input type='color'>HTML5 element.final classThe defaultShowContextMenuCallbackimplementation that displays the context menu on the loaded web page.final classThe defaultShowDropdownCallbackimplementation that shows a dropdown widget when user clicks on<select>HTML element in headless toolkits.classThe defaultStartCaptureSessionCallbackimplementation that shows the capture source picker dialog.final classThe defaultStartDownloadCallbackimplementation that shows a file chooser dialog when the engine's download service requests to download a file.final classThe defaultUpdatePasswordCallbackimplementation that shows a bubble that allows the user to update a password in the password store.final classThe defaultUpdateUserDataProfileCallbackimplementation that shows a bubble that allows the user to update the user data profile: city, state, street, zip code, email address, etc. -
Uses of Callback in com.teamdev.jxbrowser.view.swing.callback
Classes in com.teamdev.jxbrowser.view.swing.callback that implement CallbackModifier and TypeClassDescriptionfinal classThe defaultAlertCallbackimplementation that shows a dialog when JavaScript alert dialog should be displayed.final classThe defaultBeforeFormRepostCallbackimplementation that shows a dialog when a web page with POST data is going to be reloaded.final classThe defaultBeforeUnloadCallbackimplementation that shows a dialog when the web page is about to be unloaded.final classThe defaultConfirmCallbackimplementation that shows a dialog when JavaScript confirm dialog should be displayed.classThe defaultOpenExtensionActionPopupCallbackimplementation that creates and shows a new window with the content of the extension action popup.final classThe defaultOpenExtensionPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.final classThe defaultOpenExternalAppCallbackimplementation that shows a dialog when the web page wants to open a link of specific type in the associated external application.final classThe defaultOpenFileCallbackimplementation that shows a file chooser dialog when the engine requests to open a file.final classThe defaultOpenFilesCallbackimplementation that shows a file chooser dialog when the engine requests to open multiple files.final classThe defaultOpenFolderCallbackimplementation that shows a file chooser dialog when the engine requests to open a folder.final classThe defaultOpenPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.final classThe defaultPrintCallbackimplementation that allows the engine to show the print preview dialog.final classThe defaultPromptCallbackimplementation that shows a dialog when JavaScript prompt dialog should be displayed.final classThe defaultRequestPdfDocumentPasswordCallbackimplementation that shows the PDF viewer password dialog.final classThe defaultSaveAsPdfCallbackimplementation that shows a file chooser dialog when the engine requests to save content as PDF.final classThe defaultSaveCreditCardCallbackimplementation that shows a bubble that allows the user to save a credit card.final classThe defaultSaveFileCallbackimplementation that shows a file chooser dialog when the engine requests to save a file.final classThe defaultSavePasswordCallbackimplementation that shows a bubble that allows the user to save a password in the password store.final classThe defaultSaveUserDataProfileCallbackimplementation that shows a bubble that allows the user to save the user data profile: city, state, street, zip code, email address, etc.final classThe defaultSelectClientCertificateCallbackimplementation that shows a dialog that allows the user to select a certificate from the certificate list passed to the callback.final classThe defaultSelectColorCallbackimplementation that shows a color chooser dialog when the user clicks an<input type='color'>HTML5 element.final classThe defaultShowContextMenuCallbackimplementation that displays the context menu on the loaded web page.final classThe defaultShowDropdownCallbackimplementation that shows a dropdown widget when user clicks on<select>HTML element in headless toolkits.classThe defaultStartCaptureSessionCallbackimplementation that shows the capture source picker dialog.final classThe defaultStartDownloadCallbackimplementation that shows a file chooser dialog when the engine's download service requests to download a file.final classThe defaultUpdatePasswordCallbackimplementation that shows a bubble that allows the user to update a password in the password store.final classThe defaultUpdateUserDataProfileCallbackimplementation that shows a bubble that allows the user to update the user data profile: city, state, street, zip code, email address, etc. -
Uses of Callback in com.teamdev.jxbrowser.view.swt.callback
Classes in com.teamdev.jxbrowser.view.swt.callback that implement CallbackModifier and TypeClassDescriptionfinal classThe defaultAlertCallbackimplementation that shows a dialog when JavaScript alert dialog should be displayed.final classThe defaultBeforeFormRepostCallbackimplementation that shows a dialog when a web page with POST data is going to be reloaded.final classThe defaultBeforeUnloadCallbackimplementation that shows a dialog when the web page is about to be unloaded.final classThe defaultConfirmCallbackimplementation that shows a dialog when JavaScript confirm dialog should be displayed.classThe defaultOpenExtensionActionPopupCallbackimplementation that shows a new window with the content of the extension action popup.classThe defaultOpenExtensionPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.final classThe defaultOpenExternalAppCallbackimplementation that shows a dialog when the web page wants to open a link of specific type in the associated external application.final classThe defaultOpenFileCallbackimplementation that shows a file chooser dialog when the engine requests to open a file.final classThe defaultOpenFilesCallbackimplementation that shows a file chooser dialog when the engine requests to open multiple files.final classThe defaultOpenFolderCallbackimplementation that shows a file chooser dialog when the engine requests to open a folder.final classThe defaultOpenPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.final classThe defaultPrintCallbackimplementation that allows the engine to show the print preview dialog.final classThe defaultPromptCallbackimplementation that shows a dialog when JavaScript prompt dialog should be displayed.final classThe defaultRequestPdfDocumentPasswordCallbackimplementation that shows the PDF viewer password dialog.final classThe defaultSaveAsPdfCallbackimplementation that shows a file chooser dialog when the engine requests to save content as PDF.final classThe defaultSaveCreditCardCallbackimplementation that shows a bubble that allows the user to save a credit card.final classThe defaultSaveFileCallbackimplementation that shows a file chooser dialog when the engine requests to save a file.final classThe defaultSavePasswordCallbackimplementation that shows a bubble that allows the user to save a password in the password store.final classThe defaultSaveUserDataProfileCallbackimplementation that shows a bubble that allows the user to save the user data profile: city, state, street, zip code, email address, etc.final classThe defaultSelectClientCertificateCallbackimplementation that shows a dialog that allows the user to select a certificate from the certificate list passed to the callback.final classThe defaultSelectColorCallbackimplementation that shows a color chooser dialog when the user clicks an<input type='color'>HTML5 element.final classThe defaultShowContextMenuCallbackimplementation that displays the context menu on the loaded web page.classThe defaultStartCaptureSessionCallbackimplementation that shows the capture source picker dialog.final classThe defaultStartDownloadCallbackimplementation that shows a file chooser dialog when engine requests to download a file.final classThe defaultUpdatePasswordCallbackimplementation that shows a bubble that allows the user to update a password in the password store.final classThe defaultUpdateUserDataProfileCallbackimplementation that shows a bubble that allows the user to update the user data profile: city, state, street, zip code, email address, etc.