Package | Description |
---|---|
com.teamdev.jxbrowser.view.swing.callback |
Contains the implementations of the callbacks that display Swing 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 |
DefaultConfirmCallback
The default
ConfirmCallback implementation that shows a dialog when JavaScript confirm
dialog should be displayed. |
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 |
DefaultSaveAsPdfCallback
The default
SaveAsPdfCallback implementation that shows a file chooser dialog when the
engine requests to save content as PDF. |
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 in the
following cases:
Right click on a misspelled word on the loaded web page.
Right click on an element on the loaded web page that has the custom context menu. |