Uses of Class
com.teamdev.jxbrowser.view.WidgetHolder
Packages that use WidgetHolder
Package
Description
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 WidgetHolder in com.teamdev.jxbrowser.view.javafx.callback
Subclasses of WidgetHolder in com.teamdev.jxbrowser.view.javafx.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.classAn abstract base for all the default JavaFX callback implementations.final classThe defaultConfirmCallbackimplementation that shows a dialog when JavaScript confirm dialog should be displayed.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 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.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 WidgetHolder in com.teamdev.jxbrowser.view.swing.callback
Subclasses of WidgetHolder in com.teamdev.jxbrowser.view.swing.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.classAn abstract base for all the default Swing callback implementations.final classThe defaultConfirmCallbackimplementation that shows a dialog when JavaScript confirm dialog should be displayed.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 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.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 WidgetHolder in com.teamdev.jxbrowser.view.swt.callback
Subclasses of WidgetHolder 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.classAn abstract base for all the default SWT callback implementations.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 WidgetHolder in com.teamdev.jxbrowser.view.swt.callback.internal
Subclasses of WidgetHolder in com.teamdev.jxbrowser.view.swt.callback.internalModifier and TypeClassDescriptionclasscom.teamdev.jxbrowser.view.swt.callback.internal.OpenBrowserPopupCallback