Uses of Interface
com.teamdev.jxbrowser.callback.AsyncCallback
Packages that use AsyncCallback
Package
Description
This package provides the classes that allow you to work with browser callback.
This package provides the classes that allow you to work with extension callbacks.
The network service callbacks.
The permission 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 AsyncCallback in com.teamdev.jxbrowser.browser.callback
Subinterfaces of AsyncCallback 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.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 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 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 AsyncCallback in com.teamdev.jxbrowser.extensions.callback
Subinterfaces of AsyncCallback 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.(package private) interfacecom.teamdev.jxbrowser.extensions.callback.ExtensionsAsyncCallback<P,R extends AsyncCallbackAction<?>> A common interface that all asynchronous 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 AsyncCallback in com.teamdev.jxbrowser.net.callback
Subinterfaces of AsyncCallback 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.interfaceNetworkAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous network service callbacks must extend. -
Uses of AsyncCallback in com.teamdev.jxbrowser.permission.callback
Subinterfaces of AsyncCallback in com.teamdev.jxbrowser.permission.callbackModifier and TypeInterfaceDescriptioninterfacePermissionsAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous 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 AsyncCallback in com.teamdev.jxbrowser.view.javafx.callback
Classes in com.teamdev.jxbrowser.view.javafx.callback that implement AsyncCallbackModifier 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 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 AsyncCallback in com.teamdev.jxbrowser.view.swing.callback
Classes in com.teamdev.jxbrowser.view.swing.callback that implement AsyncCallbackModifier 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 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 AsyncCallback in com.teamdev.jxbrowser.view.swt.callback
Classes in com.teamdev.jxbrowser.view.swt.callback that implement AsyncCallbackModifier 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 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.