Package | Description |
---|---|
com.teamdev.jxbrowser.view.javafx.callback |
Contains the implementations of the callbacks that display JavaFX UI dialogs.
|
com.teamdev.jxbrowser.view.swt.callback |
Contains the implementations of the callbacks that display the SWT UI dialogs.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAlertCallback
The default
AlertCallback implementation that shows a dialog when JavaScript alert dialog
should be displayed. |
class |
DefaultBeforeFormRepostCallback
The default
BeforeFormRepostCallback implementation that shows a dialog when a web page
with POST data is going to be reloaded. |
class |
DefaultBeforeUnloadCallback
The default
BeforeUnloadCallback implementation that shows a dialog when the web page is
about to be unloaded. |
class |
DefaultCallback
An abstract base for all the default JavaFX callback implementations.
|
class |
DefaultConfirmCallback
The default
ConfirmCallback implementation that shows a dialog when JavaScript confirm
dialog should be displayed. |
class |
DefaultOpenExternalAppCallback
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. |
class |
DefaultOpenFileCallback
The default
OpenFileCallback implementation that shows a file chooser dialog when the
engine requests to open a file. |
class |
DefaultOpenFilesCallback
The default
OpenFilesCallback implementation that shows a file chooser dialog when the
engine requests to open multiple files. |
class |
DefaultOpenFolderCallback
The default
OpenFolderCallback implementation that shows a file chooser dialog when the
engine requests to open a folder. |
class |
DefaultPromptCallback
The default
PromptCallback implementation that shows a dialog when JavaScript prompt
dialog should be displayed. |
class |
DefaultRequestPdfDocumentPasswordCallback
The default
RequestPdfDocumentPasswordCallback implementation that shows the PDF
viewer password dialog. |
class |
DefaultSaveAsPdfCallback
The default
SaveAsPdfCallback implementation that shows a file chooser dialog when the
engine requests to save content as PDF. |
class |
DefaultSaveCreditCardCallback
The default
SaveCreditCardCallback implementation that shows a bubble that
allows the user to save a credit card. |
class |
DefaultSaveFileCallback
The default
SaveFileCallback implementation that shows a file chooser dialog when the
browser requests to save a file. |
class |
DefaultSavePasswordCallback
The default
SavePasswordCallback implementation that shows a bubble that
allows the user to save a password in the password store. |
class |
DefaultSaveUserDataProfileCallback
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. |
class |
DefaultSelectClientCertificateCallback
The default
SelectClientCertificateCallback implementation that shows a dialog that
allows the user to select a certificate from the certificate list passed to the callback. |
class |
DefaultSelectColorCallback
The default
SelectColorCallback implementation that shows a color chooser dialog when the
user clicks an <input type='color'> HTML5 element. |
class |
DefaultShowContextMenuCallback
The default
ShowContextMenuCallback implementation that displays the context menu on the
loaded web page. |
class |
DefaultShowDropdownCallback
The default
ShowDropdownCallback implementation that shows a dropdown widget when user
clicks on <select> HTML element in
headless toolkits. |
class |
DefaultStartDownloadCallback
The default
StartDownloadCallback implementation that shows a file chooser dialog when
the engine's download service requests to download a file. |
class |
DefaultUpdatePasswordCallback
The default
UpdatePasswordCallback implementation that shows a bubble that
allows the user to update a password in the password store. |
class |
DefaultUpdateUserDataProfileCallback
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. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOpenPopupCallback
The default
OpenPopupCallback implementation that creates and shows a new window with the
embedded popup browser. |