Uses of Package
com.teamdev.jxbrowser.browser.callback
Package
Description
This package provides the classes that allow you to work with browser callback.
The mouse and keyboard input callbacks.
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.
-
ClassDescriptionA common interface for all asynchronous browser callbacks.An interface that all browser callbacks must extend.A common interface that all synchronous browser callbacks must extend.A response of the
CreatePopupCallback
.A response of theInjectCssCallback
.A response of theInjectJsCallback
.A response of theOpenPopupCallback
. -
ClassDescriptionAn interface that all browser callbacks must extend.A common interface that all synchronous browser callbacks must extend.
-
ClassDescriptionThis callback is invoked when JavaScript alert dialog should be displayed.An action providing a response to the
AlertCallback
.The parameters of theAlertCallback
.This callback is invoked when a web page with POST data is going to be reloaded and the user must confirm that the POST data can be resubmitted.An action providing a response to theBeforeFormRepostCallback
.The parameters of theBeforeFormRepostCallback
.This callback is invoked when the web page is about to be unloaded.A responder for theBeforeFormRepostCallback
.The parameters of theBeforeUnloadCallback
.A common interface for all asynchronous browser callbacks.An interface that all browser callbacks must extend.A common interface that all synchronous browser callbacks must extend.This callback is invoked when JavaScript confirmation dialog should be displayed.An action providing a response to theConfirmCallback
.The parameters of theConfirmCallback
.This callback is invoked when the currently loaded web page wants to open a link in the associated external application.An action providing a response to theOpenExternalAppCallback
.The parameters of theOpenExternalAppCallback
.This callback is invoked when the browser requests to display a file chooser dialog to open a file.An action providing a response to theOpenFileCallback
.The parameters of theOpenFileCallback
.This callback is invoked when the browser requests to display a file chooser dialog to open several files.An action providing a response to theOpenFilesCallback
.The parameters of theOpenFilesCallback
.This callback is invoked when the browser requests to display a file chooser dialog to open a folder.An action providing a response to theOpenFolderCallback
.The parameters of theOpenFolderCallback
.This callback is invoked when a new popup browser instance should be opened.The parameters of theOpenPopupCallback
.A response of theOpenPopupCallback
.This callback is invoked when the printing is about to start.An action providing a response to thePrintCallback
.The parameters of thePrintCallback
.This callback is invoked when JavaScript dialog prompting the user to input some text should be displayed.An action providing a response to thePromptCallback
.The parameters of thePromptCallback
.The callback is invoked when the frame requests the password for an encrypted PDF document.An action providing a response to theRequestPdfDocumentPasswordCallback
.The parameters of theRequestPdfDocumentPasswordCallback
.This callback is invoked when the browser requests to display a file chooser dialog to save content as PDF.An action providing a response to theSaveAsPdfCallback
.The parameters of theSaveAsPdfCallback
.A callback that is invoked when the user is prompted to save a credit card to the credit card store.An action providing a response to theSaveCreditCardCallback
.The parameters of theSaveCreditCardCallback
.This callback is invoked when the browser requests to display a file chooser dialog to save a file.An action providing a response to theSaveFileCallback
.The parameters of theSaveFileCallback
.A callback that is invoked when the user is prompted to save the credentials in the password store.An action providing a response to theSavePasswordCallback
.The parameters of theSavePasswordCallback
.A callback that is invoked when the user is prompted to save the user data profile to the user data store.An action providing a response to theSaveUserDataProfileCallback
.The parameters of theSaveUserDataProfileCallback
.This callback is invoked when the web server requires authorization via SSL client certificate.An action providing a response to theSelectClientCertificateCallback
.The parameters of theSelectClientCertificateCallback
.This callback is invoked when the user clicks an<input type='color'>
HTML5 element.An action providing a response to theSelectColorCallback
.The parameters of theSelectColorCallback
.This callback is invoked when the browser attempts to display a context menu, for example, when the user right-clicks on a misspelled word on the web page.An action providing a response to theShowContextMenuCallback
.The parameters of theShowContextMenuCallback
.This callback is invoked when a web page requests permission to start a capture session.An action to take inStartCaptureSessionCallback
.The parameters of theStartCaptureSessionCallback
.The callback that is invoked when the browser is about to start downloading the file.An action providing a response to theStartDownloadCallback
.The parameters of theStartDownloadCallback
.A callback that is invoked when the user is prompted to update the password in the password store.An action providing a response to theUpdatePasswordCallback
.The parameters of theUpdatePasswordCallback
.A callback that is invoked when the user is prompted to update the user data profile in the user data store.An action providing a response to theSaveUserDataProfileCallback
.The parameters of theUpdateUserDataProfileCallback
. -
ClassDescriptionThis callback is invoked when JavaScript alert dialog should be displayed.An action providing a response to the
AlertCallback
.The parameters of theAlertCallback
.This callback is invoked when a web page with POST data is going to be reloaded and the user must confirm that the POST data can be resubmitted.An action providing a response to theBeforeFormRepostCallback
.The parameters of theBeforeFormRepostCallback
.This callback is invoked when the web page is about to be unloaded.A responder for theBeforeFormRepostCallback
.The parameters of theBeforeUnloadCallback
.A common interface for all asynchronous browser callbacks.An interface that all browser callbacks must extend.A common interface that all synchronous browser callbacks must extend.This callback is invoked when JavaScript confirmation dialog should be displayed.An action providing a response to theConfirmCallback
.The parameters of theConfirmCallback
.This callback is invoked when the currently loaded web page wants to open a link in the associated external application.An action providing a response to theOpenExternalAppCallback
.The parameters of theOpenExternalAppCallback
.This callback is invoked when the browser requests to display a file chooser dialog to open a file.An action providing a response to theOpenFileCallback
.The parameters of theOpenFileCallback
.This callback is invoked when the browser requests to display a file chooser dialog to open several files.An action providing a response to theOpenFilesCallback
.The parameters of theOpenFilesCallback
.This callback is invoked when the browser requests to display a file chooser dialog to open a folder.An action providing a response to theOpenFolderCallback
.The parameters of theOpenFolderCallback
.This callback is invoked when a new popup browser instance should be opened.The parameters of theOpenPopupCallback
.A response of theOpenPopupCallback
.This callback is invoked when the printing is about to start.An action providing a response to thePrintCallback
.The parameters of thePrintCallback
.This callback is invoked when JavaScript dialog prompting the user to input some text should be displayed.An action providing a response to thePromptCallback
.The parameters of thePromptCallback
.The callback is invoked when the frame requests the password for an encrypted PDF document.An action providing a response to theRequestPdfDocumentPasswordCallback
.The parameters of theRequestPdfDocumentPasswordCallback
.This callback is invoked when the browser requests to display a file chooser dialog to save content as PDF.An action providing a response to theSaveAsPdfCallback
.The parameters of theSaveAsPdfCallback
.A callback that is invoked when the user is prompted to save a credit card to the credit card store.An action providing a response to theSaveCreditCardCallback
.The parameters of theSaveCreditCardCallback
.This callback is invoked when the browser requests to display a file chooser dialog to save a file.An action providing a response to theSaveFileCallback
.The parameters of theSaveFileCallback
.A callback that is invoked when the user is prompted to save the credentials in the password store.An action providing a response to theSavePasswordCallback
.The parameters of theSavePasswordCallback
.A callback that is invoked when the user is prompted to save the user data profile to the user data store.An action providing a response to theSaveUserDataProfileCallback
.The parameters of theSaveUserDataProfileCallback
.This callback is invoked when the web server requires authorization via SSL client certificate.An action providing a response to theSelectClientCertificateCallback
.The parameters of theSelectClientCertificateCallback
.This callback is invoked when the user clicks an<input type='color'>
HTML5 element.An action providing a response to theSelectColorCallback
.The parameters of theSelectColorCallback
.This callback is invoked when the browser attempts to display a context menu, for example, when the user right-clicks on a misspelled word on the web page.An action providing a response to theShowContextMenuCallback
.The parameters of theShowContextMenuCallback
.This callback is invoked when a web page requests permission to start a capture session.An action to take inStartCaptureSessionCallback
.The parameters of theStartCaptureSessionCallback
.The callback that is invoked when the browser is about to start downloading the file.An action providing a response to theStartDownloadCallback
.The parameters of theStartDownloadCallback
.A callback that is invoked when the user is prompted to update the password in the password store.An action providing a response to theUpdatePasswordCallback
.The parameters of theUpdatePasswordCallback
.A callback that is invoked when the user is prompted to update the user data profile in the user data store.An action providing a response to theSaveUserDataProfileCallback
.The parameters of theUpdateUserDataProfileCallback
. -
ClassDescriptionThis callback is invoked when JavaScript alert dialog should be displayed.An action providing a response to the
AlertCallback
.The parameters of theAlertCallback
.This callback is invoked when a web page with POST data is going to be reloaded and the user must confirm that the POST data can be resubmitted.An action providing a response to theBeforeFormRepostCallback
.The parameters of theBeforeFormRepostCallback
.This callback is invoked when the web page is about to be unloaded.A responder for theBeforeFormRepostCallback
.The parameters of theBeforeUnloadCallback
.A common interface for all asynchronous browser callbacks.An interface that all browser callbacks must extend.A common interface that all synchronous browser callbacks must extend.This callback is invoked when JavaScript confirmation dialog should be displayed.An action providing a response to theConfirmCallback
.The parameters of theConfirmCallback
.This callback is invoked when the currently loaded web page wants to open a link in the associated external application.An action providing a response to theOpenExternalAppCallback
.The parameters of theOpenExternalAppCallback
.This callback is invoked when the browser requests to display a file chooser dialog to open a file.An action providing a response to theOpenFileCallback
.The parameters of theOpenFileCallback
.This callback is invoked when the browser requests to display a file chooser dialog to open several files.An action providing a response to theOpenFilesCallback
.The parameters of theOpenFilesCallback
.This callback is invoked when the browser requests to display a file chooser dialog to open a folder.An action providing a response to theOpenFolderCallback
.The parameters of theOpenFolderCallback
.This callback is invoked when a new popup browser instance should be opened.The parameters of theOpenPopupCallback
.A response of theOpenPopupCallback
.This callback is invoked when the printing is about to start.An action providing a response to thePrintCallback
.The parameters of thePrintCallback
.This callback is invoked when JavaScript dialog prompting the user to input some text should be displayed.An action providing a response to thePromptCallback
.The parameters of thePromptCallback
.The callback is invoked when the frame requests the password for an encrypted PDF document.An action providing a response to theRequestPdfDocumentPasswordCallback
.The parameters of theRequestPdfDocumentPasswordCallback
.This callback is invoked when the browser requests to display a file chooser dialog to save content as PDF.An action providing a response to theSaveAsPdfCallback
.The parameters of theSaveAsPdfCallback
.A callback that is invoked when the user is prompted to save a credit card to the credit card store.An action providing a response to theSaveCreditCardCallback
.The parameters of theSaveCreditCardCallback
.This callback is invoked when the browser requests to display a file chooser dialog to save a file.An action providing a response to theSaveFileCallback
.The parameters of theSaveFileCallback
.A callback that is invoked when the user is prompted to save the credentials in the password store.An action providing a response to theSavePasswordCallback
.The parameters of theSavePasswordCallback
.A callback that is invoked when the user is prompted to save the user data profile to the user data store.An action providing a response to theSaveUserDataProfileCallback
.The parameters of theSaveUserDataProfileCallback
.This callback is invoked when the web server requires authorization via SSL client certificate.An action providing a response to theSelectClientCertificateCallback
.The parameters of theSelectClientCertificateCallback
.This callback is invoked when the user clicks an<input type='color'>
HTML5 element.An action providing a response to theSelectColorCallback
.The parameters of theSelectColorCallback
.This callback is invoked when the browser attempts to display a context menu, for example, when the user right-clicks on a misspelled word on the web page.An action providing a response to theShowContextMenuCallback
.The parameters of theShowContextMenuCallback
.This callback is invoked when a web page requests permission to start a capture session.An action to take inStartCaptureSessionCallback
.The parameters of theStartCaptureSessionCallback
.The callback that is invoked when the browser is about to start downloading the file.An action providing a response to theStartDownloadCallback
.The parameters of theStartDownloadCallback
.A callback that is invoked when the user is prompted to update the password in the password store.An action providing a response to theUpdatePasswordCallback
.The parameters of theUpdatePasswordCallback
.A callback that is invoked when the user is prompted to update the user data profile in the user data store.An action providing a response to theSaveUserDataProfileCallback
.The parameters of theUpdateUserDataProfileCallback
.