Package-level declarations

Contains the implementations of the callbacks that display Swing UI dialogs.

Contains the implementations of the callbacks that display Swing UI dialogs.

Types

Link copied to clipboard
The default AlertCallback implementation that shows a dialog when JavaScript alert dialog should be displayed.
Link copied to clipboard
The default BeforeFormRepostCallback implementation that shows a dialog when a web page with POST data is going to be reloaded.
Link copied to clipboard
The default BeforeUnloadCallback implementation that shows a dialog when the web page is about to be unloaded.
Link copied to clipboard
abstract class DefaultCallback : WidgetHolder<T>
abstract class DefaultCallback : WidgetHolder<T>
An abstract base for all the default Swing callback implementations.
Link copied to clipboard
The default ConfirmCallback implementation that shows a dialog when JavaScript confirm dialog should be displayed.
Link copied to clipboard
The default OpenExtensionActionPopupCallback implementation that creates and shows a new window with the content of the extension action popup.
Link copied to clipboard
The default OpenExtensionPopupCallback implementation that creates and shows a new window with the embedded popup browser.
Link copied to clipboard
The default OpenExternalAppCallback implementation that shows a dialog when the web page wants to open a link of specific type in the associated external application.
Link copied to clipboard
The default OpenFileCallback implementation that shows a file chooser dialog when the engine requests to open a file.
Link copied to clipboard
The default OpenFilesCallback implementation that shows a file chooser dialog when the engine requests to open multiple files.
Link copied to clipboard
The default OpenFolderCallback implementation that shows a file chooser dialog when the engine requests to open a folder.
Link copied to clipboard
class DefaultOpenPopupCallback : OpenBrowserPopupCallback, OpenPopupCallback
class DefaultOpenPopupCallback : OpenBrowserPopupCallback, OpenPopupCallback
The default OpenPopupCallback implementation that creates and shows a new window with the embedded popup browser.
Link copied to clipboard
The default PrintCallback implementation that allows the engine to show the print preview dialog.
Link copied to clipboard
The default PromptCallback implementation that shows a dialog when JavaScript prompt dialog should be displayed.
Link copied to clipboard
The default SaveAsPdfCallback implementation that shows a file chooser dialog when the engine requests to save content as PDF.
Link copied to clipboard
The default SaveCreditCardCallback implementation that shows a bubble that allows the user to save a credit card.
Link copied to clipboard
The default SaveFileCallback implementation that shows a file chooser dialog when the engine requests to save a file.
Link copied to clipboard
The default SavePasswordCallback implementation that shows a bubble that allows the user to save a password in the password store.
Link copied to clipboard
The default SaveUserDataProfileCallback implementation that shows a bubble that allows the user to save the user data profile: city, state, street, zip code, email address, etc.
Link copied to clipboard
The default SelectClientCertificateCallback implementation that shows a dialog that allows the user to select a certificate from the certificate list passed to the callback.
Link copied to clipboard
The default SelectColorCallback implementation that shows a color chooser dialog when the user clicks an <input type='color'> HTML5 element.
Link copied to clipboard
Link copied to clipboard
class DefaultShowDropdownCallback : DefaultCallback, ShowDropdownCallback
class DefaultShowDropdownCallback : DefaultCallback, ShowDropdownCallback
The default ShowDropdownCallback implementation that shows a dropdown widget when user clicks on <select> HTML element in headless toolkits.
Link copied to clipboard
The default StartCaptureSessionCallback implementation that shows the capture source picker dialog.
Link copied to clipboard
The default StartDownloadCallback implementation that shows a file chooser dialog when the engine's download service requests to download a file.
Link copied to clipboard
The default UpdatePasswordCallback implementation that shows a bubble that allows the user to update a password in the password store.
Link copied to clipboard
The default UpdateUserDataProfileCallback implementation that shows a bubble that allows the user to update the user data profile: city, state, street, zip code, email address, etc.