Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser events.
|
com.teamdev.jxbrowser.view.swing.callback |
Contains the implementations of the callbacks that display Swing 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 |
---|
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 . |
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
The callback that is invoked when the printing is initiated.
|
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 . |
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 . |
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 clicks the right mouse button on the web page Flash content.
|
ShowContextMenuCallback.Action
An action providing a response to the
ShowContextMenuCallback . |
ShowContextMenuCallback.Params
The parameters of the
ShowContextMenuCallback . |