Uses of Class
com.teamdev.jxbrowser.view.swt.callback.DefaultCallback
Packages that use DefaultCallback
Package
Description
Contains the implementations of the callbacks that display the SWT UI dialogs.
-
Uses of DefaultCallback in com.teamdev.jxbrowser.view.swt.callback
Subclasses of DefaultCallback in com.teamdev.jxbrowser.view.swt.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 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 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. -
Uses of DefaultCallback in com.teamdev.jxbrowser.view.swt.callback.internal
Subclasses of DefaultCallback in com.teamdev.jxbrowser.view.swt.callback.internalModifier and TypeClassDescriptionclasscom.teamdev.jxbrowser.view.swt.callback.internal.OpenBrowserPopupCallback