Uses of Class
com.teamdev.jxbrowser.view.javafx.callback.DefaultCallback
Package
Description
Contains the implementations of the callbacks that display JavaFX UI dialogs.
-
Uses of DefaultCallback in com.teamdev.jxbrowser.view.javafx.callback
Modifier and TypeClassDescriptionfinal class
The defaultAlertCallback
implementation that shows a dialog when JavaScript alert dialog should be displayed.final class
The defaultBeforeFormRepostCallback
implementation that shows a dialog when a web page with POST data is going to be reloaded.final class
The defaultBeforeUnloadCallback
implementation that shows a dialog when the web page is about to be unloaded.final class
The defaultConfirmCallback
implementation that shows a dialog when JavaScript confirm dialog should be displayed.final class
The defaultOpenExternalAppCallback
implementation that shows a dialog when the web page wants to open a link of specific type in the associated external application.final class
The defaultOpenFileCallback
implementation that shows a file chooser dialog when the engine requests to open a file.final class
The defaultOpenFilesCallback
implementation that shows a file chooser dialog when the engine requests to open multiple files.final class
The defaultOpenFolderCallback
implementation that shows a file chooser dialog when the engine requests to open a folder.final class
The defaultPromptCallback
implementation that shows a dialog when JavaScript prompt dialog should be displayed.final class
The defaultRequestPdfDocumentPasswordCallback
implementation that shows the PDF viewer password dialog.final class
The defaultSaveAsPdfCallback
implementation that shows a file chooser dialog when the engine requests to save content as PDF.final class
The defaultSaveCreditCardCallback
implementation that shows a bubble that allows the user to save a credit card.final class
The defaultSaveFileCallback
implementation that shows a file chooser dialog when the browser requests to save a file.final class
The defaultSavePasswordCallback
implementation that shows a bubble that allows the user to save a password in the password store.final class
The defaultSaveUserDataProfileCallback
implementation that shows a bubble that allows the user to save the user data profile: city, state, street, zip code, email address, etc.final class
The defaultSelectClientCertificateCallback
implementation that shows a dialog that allows the user to select a certificate from the certificate list passed to the callback.final class
The defaultSelectColorCallback
implementation that shows a color chooser dialog when the user clicks an<input type='color'>
HTML5 element.final class
The defaultShowContextMenuCallback
implementation that displays the context menu on the loaded web page.final class
The defaultShowDropdownCallback
implementation that shows a dropdown widget when user clicks on<select>
HTML element in headless toolkits.final class
The defaultStartDownloadCallback
implementation that shows a file chooser dialog when the engine's download service requests to download a file.final class
The defaultUpdatePasswordCallback
implementation that shows a bubble that allows the user to update a password in the password store.final class
The defaultUpdateUserDataProfileCallback
implementation that shows a bubble that allows the user to update the user data profile: city, state, street, zip code, email address, etc.