| Package | Description |
|---|---|
| com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
| com.teamdev.jxbrowser.browser.callback.input |
The mouse and keyboard input callbacks.
|
| com.teamdev.jxbrowser.view.javafx.callback |
Contains the implementations of the callbacks that display JavaFX UI dialogs.
|
| Class and Description |
|---|
| BrowserAsyncCallback
A common interface for all asynchronous browser callbacks.
|
| BrowserCallback
An interface that all browser callbacks must extend.
|
| BrowserSyncCallback
A common interface that all synchronous browser callbacks must extend.
|
| CreatePopupCallback.Response
A response of the
CreatePopupCallback. |
| InjectCssCallback.Response
A response of the
InjectCssCallback. |
| InjectJsCallback.Response
A response of the
InjectJsCallback. |
| OpenPopupCallback.Response
A response of the
OpenPopupCallback. |
| Class and Description |
|---|
| BrowserCallback
An interface that all browser callbacks must extend.
|
| BrowserSyncCallback
A common interface that all synchronous browser callbacks must extend.
|
| Class and Description |
|---|
| AlertCallback
This callback is invoked when JavaScript alert dialog should be displayed.
|
| AlertCallback.Action
An action providing a response to the
AlertCallback. |
| AlertCallback.Params
The parameters of the
AlertCallback. |
| BeforeFormRepostCallback
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.
|
| BeforeFormRepostCallback.Action
An action providing a response to the
BeforeFormRepostCallback. |
| BeforeFormRepostCallback.Params
The parameters of the
BeforeFormRepostCallback. |
| BeforeUnloadCallback
This callback is invoked when the web page is about to be unloaded.
|
| BeforeUnloadCallback.Action
A responder for the
BeforeFormRepostCallback. |
| BeforeUnloadCallback.Params
The parameters of the
BeforeUnloadCallback. |
| BrowserAsyncCallback
A common interface for all asynchronous browser callbacks.
|
| BrowserCallback
An interface that all browser callbacks must extend.
|
| BrowserSyncCallback
A common interface that all synchronous browser callbacks must extend.
|
| ConfirmCallback
This callback is invoked when JavaScript confirmation dialog should be displayed.
|
| ConfirmCallback.Action
An action providing a response to the
ConfirmCallback. |
| ConfirmCallback.Params
The parameters of the
ConfirmCallback. |
| OpenExternalAppCallback
This callback is invoked when the currently loaded web page wants to open a link in the
associated external application.
|
| OpenExternalAppCallback.Action
An action providing a response to the
OpenExternalAppCallback. |
| OpenExternalAppCallback.Params
The parameters of the
OpenExternalAppCallback. |
| OpenFileCallback
This callback is invoked when the browser requests to display a file chooser dialog to open a
file.
|
| OpenFileCallback.Action
An action providing a response to the
OpenFileCallback. |
| OpenFileCallback.Params
The parameters of the
OpenFileCallback. |
| OpenFilesCallback
This callback is invoked when the browser requests to display a file chooser dialog to open
several files.
|
| OpenFilesCallback.Action
An action providing a response to the
OpenFilesCallback. |
| OpenFilesCallback.Params
The parameters of the
OpenFilesCallback. |
| OpenFolderCallback
This callback is invoked when the browser requests to display a file chooser dialog to open a
folder.
|
| OpenFolderCallback.Action
An action providing a response to the
OpenFolderCallback. |
| OpenFolderCallback.Params
The parameters of the
OpenFolderCallback. |
| OpenPopupCallback
This callback is invoked when a new popup browser instance should be opened.
|
| OpenPopupCallback.Params
The parameters of the
OpenPopupCallback. |
| OpenPopupCallback.Response
A response of the
OpenPopupCallback. |
| PrintCallback
This callback is invoked when the printing is about to start.
|
| PrintCallback.Action
An action providing a response to the
PrintCallback. |
| PrintCallback.Params
The parameters of the
PrintCallback. |
| PromptCallback
This callback is invoked when JavaScript dialog prompting the user to input some text should be
displayed.
|
| PromptCallback.Action
An action providing a response to the
PromptCallback. |
| PromptCallback.Params
The parameters of the
PromptCallback. |
| RequestPdfDocumentPasswordCallback
The callback is invoked when the frame requests the password for an encrypted PDF document.
|
| RequestPdfDocumentPasswordCallback.Action
An action providing a response to the
RequestPdfDocumentPasswordCallback. |
| RequestPdfDocumentPasswordCallback.Params
The parameters of the
RequestPdfDocumentPasswordCallback. |
| SaveAsPdfCallback
This callback is invoked when the browser requests to display a file chooser dialog to save
content as PDF.
|
| SaveAsPdfCallback.Action
An action providing a response to the
SaveAsPdfCallback. |
| SaveAsPdfCallback.Params
The parameters of the
SaveAsPdfCallback. |
| SaveCreditCardCallback
A callback that is invoked when the user is prompted to save a credit card to the credit card store.
|
| SaveCreditCardCallback.Action
An action providing a response to the
SaveCreditCardCallback. |
| SaveCreditCardCallback.Params
The parameters of the
SaveCreditCardCallback. |
| SaveFileCallback
This callback is invoked when the browser requests to display a file chooser dialog to save a
file.
|
| SaveFileCallback.Action
An action providing a response to the
SaveFileCallback. |
| SaveFileCallback.Params
The parameters of the
SaveFileCallback. |
| SavePasswordCallback
A callback that is invoked when the user is prompted to save the credentials in the password store.
|
| SavePasswordCallback.Action
An action providing a response to the
SavePasswordCallback. |
| SavePasswordCallback.Params
The parameters of the
SavePasswordCallback. |
| SaveUserDataProfileCallback
A callback that is invoked when the user is prompted to save the user data profile to the
user data store.
|
| SaveUserDataProfileCallback.Action
An action providing a response to the
SaveUserDataProfileCallback. |
| SaveUserDataProfileCallback.Params
The parameters of the
SaveUserDataProfileCallback. |
| SelectClientCertificateCallback
This callback is invoked when the web server requires authorization via SSL client certificate.
|
| SelectClientCertificateCallback.Action
An action providing a response to the
SelectClientCertificateCallback. |
| SelectClientCertificateCallback.Params
The parameters of the
SelectClientCertificateCallback. |
| SelectColorCallback
This callback is invoked when the user clicks an
<input type='color'> HTML5 element. |
| SelectColorCallback.Action
An action providing a response to the
SelectColorCallback. |
| SelectColorCallback.Params
The parameters of the
SelectColorCallback. |
| ShowContextMenuCallback
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.
|
| ShowContextMenuCallback.Action
An action providing a response to the
ShowContextMenuCallback. |
| ShowContextMenuCallback.Params
The parameters of the
ShowContextMenuCallback. |
| StartCaptureSessionCallback
This callback is invoked when a web page requests permission to start a capture session.
|
| StartCaptureSessionCallback.Action
An action to take in
StartCaptureSessionCallback. |
| StartCaptureSessionCallback.Params
The parameters of the
StartCaptureSessionCallback. |
| StartDownloadCallback
The callback that is invoked when the browser is about to start downloading the file.
|
| StartDownloadCallback.Action
An action providing a response to the
StartDownloadCallback. |
| StartDownloadCallback.Params
The parameters of the
StartDownloadCallback. |
| UpdatePasswordCallback
A callback that is invoked when the user is prompted to update the password in the password store.
|
| UpdatePasswordCallback.Action
An action providing a response to the
UpdatePasswordCallback. |
| UpdatePasswordCallback.Params
The parameters of the
UpdatePasswordCallback. |
| UpdateUserDataProfileCallback
A callback that is invoked when the user is prompted to update the user data profile in the
user data store.
|
| UpdateUserDataProfileCallback.Action
An action providing a response to the
SaveUserDataProfileCallback. |
| UpdateUserDataProfileCallback.Params
The parameters of the
UpdateUserDataProfileCallback. |