Uses of Interface
com.teamdev.jxbrowser.callback.Callback
Package
Description
This package provides the classes that allow you to work with browser callback.
The mouse and keyboard input callbacks.
Contains the common interfaces that all callbacks must extend.
The media callbacks.
The navigation callbacks.
The network service callbacks.
The permission service callbacks.
The plugin service 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.
-
Uses of Callback in com.teamdev.jxbrowser.browser.callback
Modifier and TypeInterfaceDescriptioninterface
This callback is invoked when JavaScript alert dialog should be displayed.interface
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.interface
This callback is invoked when the web page is about to be unloaded.interface
BrowserAsyncCallback<P,
R extends AsyncCallbackAction> A common interface for all asynchronous browser callbacks.interface
An interface that all browser callbacks must extend.interface
BrowserSyncCallback<P,
R> A common interface that all synchronous browser callbacks must extend.interface
The callback is invoked when an SSL certificate error occurs during loading a web page.interface
This callback is invoked when JavaScript confirmation dialog should be displayed.interface
This callback is invoked when browser decides whether a new popup instance can be created or not.interface
This callback is invoked when the document element has been created and a custom style sheet can be injected into the document.interface
This callback is invoked when the document element has been created and a custom JavaScript can be injected into the document.interface
This callback is invoked when the currently loaded web page wants to open a link in the associated external application.interface
This callback is invoked when the browser requests to display a file chooser dialog to open a file.interface
This callback is invoked when the browser requests to display a file chooser dialog to open several files.interface
This callback is invoked when the browser requests to display a file chooser dialog to open a folder.interface
This callback is invoked when a new popup browser instance should be opened.interface
This callback is invoked when the printing is about to start.interface
This callback allows you to configure the print settings when printing HTML content.interface
This callback allows you to configure the print settings when printing PDF content.interface
This callback is invoked when JavaScript dialog prompting the user to input some text should be displayed.interface
The callback is invoked when the frame requests the password for an encrypted PDF document.interface
This callback is invoked when the browser requests to display a file chooser dialog to save content as PDF.interface
A callback that is invoked when the user is prompted to save a credit card to the credit card store.interface
This callback is invoked when the browser requests to display a file chooser dialog to save a file.interface
A callback that is invoked when the user is prompted to save the credentials in the password store.interface
A callback that is invoked when the user is prompted to save the user data profile to the user data store.interface
This callback is invoked when the web server requires authorization via SSL client certificate.interface
This callback is invoked when the user clicks an<input type='color'>
HTML5 element.interface
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.interface
This callback is invoked when a web page requests permission to start a capture session.interface
The callback that is invoked when the browser is about to start downloading the file.interface
A callback that is invoked when a presentation has been requested via the JavaScript Presentation API.interface
A callback that is invoked when the user is prompted to update the password in the password store.interface
A callback that is invoked when the user is prompted to update the user data profile in the user data store. -
Uses of Callback in com.teamdev.jxbrowser.browser.callback.input
Modifier and TypeInterfaceDescriptioninterface
This callback is invoked when aMouseEntered
event is about to be processed by the browser.interface
This callback is invoked when aMouseExited
event is about to be processed by the browser.interface
This callback is invoked when aMouseMoved
event is about to be processed by the browser.interface
This callback is invoked when aMouseWheel
event is about to be processed by the browser.interface
This callback is invoked when aKeyPressed
event is about to be processed by the browser.interface
This callback is invoked when aMousePressed
event is about to be processed by the browser.interface
This callback is invoked when aKeyReleased
event is about to be processed by the browser.interface
This callback is invoked when aMouseReleased
event is about to be processed by the browser.interface
This callback is invoked when aKeyTyped
event is about to be processed by the browser. -
Uses of Callback in com.teamdev.jxbrowser.callback
Modifier and TypeInterfaceDescriptioninterface
A common interface that all objects providing callbacks must implement.Modifier and TypeInterfaceDescriptioninterface
AsyncCallback<P,
R extends AsyncCallbackAction> A common interface that all asynchronous callbacks must extend.interface
SyncCallback<P,
R> A common interface that all synchronous callbacks must extend. -
Uses of Callback in com.teamdev.jxbrowser.media.callback
Modifier and TypeInterfaceDescriptioninterface
A common interface that all media callbacks must extend.(package private) interface
com.teamdev.jxbrowser.media.callback.MediaSyncCallback<P,
R> A common interface that all synchronous media callbacks must extend.interface
This callback is invoked when the web page asks which media input device should be used. -
Uses of Callback in com.teamdev.jxbrowser.net.callback
Modifier and TypeInterfaceDescriptioninterface
The callback that is invoked when an HTTP request receives an authentication challenge and is unable to respond using cached credentials.interface
The callback that is invoked before the upload data is sent to the web server.interface
The callback that is invoked before the network transaction starts.interface
The callback is invoked when an HTTP request is about to occur.interface
The callback is invoked when the engine checks if the given file can be accessed or not.interface
The callback is invoked to check if the engine can access the given cookie or not.interface
The callback is invoked to check if the given cookie can be set or not.interface
The callback is invoked when a URL request is about to be sent out.interface
NetworkAsyncCallback<P,
R extends AsyncCallbackAction> A common interface for all asynchronous network service callbacks must extend.interface
A common interface for all network service callbacks must extend.interface
NetworkSyncCallback<P,
R> A common interface for all synchronous network service callbacks must extend.interface
The callback is invoked when the response headers have been received for a URL request.interface
The callback is invoked when certificate verification is required. -
Uses of Callback in com.teamdev.jxbrowser.permission.callback
Modifier and TypeInterfaceDescriptioninterface
PermissionsAsyncCallback<P,
R extends AsyncCallbackAction> A common interface for all asynchronous permission service callbacks must extend.interface
A common interface for all permission service callbacks must extend.interface
This callback is invoked when a web page requests a permission, for example to enable geolocation or notifications. -
Uses of Callback in com.teamdev.jxbrowser.plugin.callback
Modifier and TypeInterfaceDescriptioninterface
This callback is invoked when the engine wants to check whether a specific plugin is allowed or not.interface
A common interface for all plugin service callbacks must extend.interface
PluginsSyncCallback<P,
R> A common interface for all synchronous plugin service callbacks must extend. -
Uses of Callback 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 defaultOpenPopupCallback
implementation that creates and shows a new window with the embedded popup browser.final class
The defaultPrintCallback
implementation that allows the engine to show the print preview dialog.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.class
The defaultStartCaptureSessionCallback
implementation that shows the capture source picker dialog.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. -
Uses of Callback in com.teamdev.jxbrowser.view.swing.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 defaultOpenPopupCallback
implementation that creates and shows a new window with the embedded popup browser.final class
The defaultPrintCallback
implementation that allows the engine to show the print preview dialog.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 engine 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.class
The defaultStartCaptureSessionCallback
implementation that shows the capture source picker dialog.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. -
Uses of Callback in com.teamdev.jxbrowser.view.swt.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 defaultOpenPopupCallback
implementation that creates and shows a new window with the embedded popup browser.final class
The defaultPrintCallback
implementation that allows the engine to show the print preview dialog.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 engine 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.class
The defaultStartCaptureSessionCallback
implementation that shows the capture source picker dialog.final class
The defaultStartDownloadCallback
implementation that shows a file chooser dialog when engine 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.