Package com.teamdev.jxbrowser.view.swt.callback
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.view.swt.callback
Contains the implementations of the callbacks that display the SWT UI dialogs.
-
ClassesClassDescriptionThe default
AlertCallbackimplementation that shows a dialog when JavaScript alert dialog should be displayed.The defaultBeforeFormRepostCallbackimplementation that shows a dialog when a web page with POST data is going to be reloaded.The defaultBeforeUnloadCallbackimplementation that shows a dialog when the web page is about to be unloaded.An abstract base for all the default SWT callback implementations.The defaultConfirmCallbackimplementation that shows a dialog when JavaScript confirm dialog should be displayed.The defaultOpenExtensionActionPopupCallbackimplementation that shows a new window with the content of the extension action popup.The defaultOpenExtensionPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.The defaultOpenExternalAppCallbackimplementation that shows a dialog when the web page wants to open a link of specific type in the associated external application.The defaultOpenFileCallbackimplementation that shows a file chooser dialog when the engine requests to open a file.The defaultOpenFilesCallbackimplementation that shows a file chooser dialog when the engine requests to open multiple files.The defaultOpenFolderCallbackimplementation that shows a file chooser dialog when the engine requests to open a folder.The defaultOpenPopupCallbackimplementation that creates and shows a new window with the embedded popup browser.The defaultPrintCallbackimplementation that allows the engine to show the print preview dialog.The defaultPromptCallbackimplementation that shows a dialog when JavaScript prompt dialog should be displayed.The defaultRequestPdfDocumentPasswordCallbackimplementation that shows the PDF viewer password dialog.The defaultSaveAsPdfCallbackimplementation that shows a file chooser dialog when the engine requests to save content as PDF.The defaultSaveCreditCardCallbackimplementation that shows a bubble that allows the user to save a credit card.The defaultSaveFileCallbackimplementation that shows a file chooser dialog when the engine requests to save a file.The defaultSavePasswordCallbackimplementation that shows a bubble that allows the user to save a password in the password store.The defaultSaveUserDataProfileCallbackimplementation that shows a bubble that allows the user to save the user data profile: city, state, street, zip code, email address, etc.The defaultSelectClientCertificateCallbackimplementation that shows a dialog that allows the user to select a certificate from the certificate list passed to the callback.The defaultSelectColorCallbackimplementation that shows a color chooser dialog when the user clicks an<input type='color'>HTML5 element.The defaultShowContextMenuCallbackimplementation that displays the context menu on the loaded web page.The defaultStartCaptureSessionCallbackimplementation that shows the capture source picker dialog.The defaultStartDownloadCallbackimplementation that shows a file chooser dialog when engine requests to download a file.The defaultUpdatePasswordCallbackimplementation that shows a bubble that allows the user to update a password in the password store.The defaultUpdateUserDataProfileCallbackimplementation that shows a bubble that allows the user to update the user data profile: city, state, street, zip code, email address, etc.