Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.callback |
Contains the common interfaces that all callbacks must extend.
|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
com.teamdev.jxbrowser.permission.callback |
The permission service callbacks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BrowserAsyncCallback<P,R extends AsyncCallbackAction>
A common interface for all asynchronous browser callbacks.
|
Modifier and Type | Class and Description |
---|---|
static class |
AlertCallback.Action
An action providing a response to the
AlertCallback . |
static class |
BeforeFormRepostCallback.Action
An action providing a response to the
BeforeFormRepostCallback . |
static class |
BeforeUnloadCallback.Action
A responder for the
BeforeFormRepostCallback . |
static class |
CertificateErrorCallback.Action
An action providing a response to the
CertificateErrorCallback . |
static class |
ConfirmCallback.Action
An action providing a response to the
ConfirmCallback . |
static class |
OpenExternalAppCallback.Action
An action providing a response to the
OpenExternalAppCallback . |
static class |
OpenFileCallback.Action
An action providing a response to the
OpenFileCallback . |
static class |
OpenFilesCallback.Action
An action providing a response to the
OpenFilesCallback . |
static class |
OpenFolderCallback.Action
An action providing a response to the
OpenFolderCallback . |
static class |
PrintCallback.Action
An action providing a response to the
PrintCallback . |
static class |
PrintHtmlCallback.Action
An action providing a response to the
PrintHtmlCallback . |
static class |
PrintPdfCallback.Action
An action providing a response to the
PrintPdfCallback . |
static class |
PromptCallback.Action
An action providing a response to the
PromptCallback . |
static class |
RequestPdfDocumentPasswordCallback.Action
An action providing a response to the
RequestPdfDocumentPasswordCallback . |
static class |
SaveAsPdfCallback.Action
An action providing a response to the
SaveAsPdfCallback . |
static class |
SaveCreditCardCallback.Action
An action providing a response to the
SaveCreditCardCallback . |
static class |
SaveFileCallback.Action
An action providing a response to the
SaveFileCallback . |
static class |
SavePasswordCallback.Action
An action providing a response to the
SavePasswordCallback . |
static class |
SaveUserDataProfileCallback.Action
An action providing a response to the
SaveUserDataProfileCallback . |
static class |
SelectClientCertificateCallback.Action
An action providing a response to the
SelectClientCertificateCallback . |
static class |
SelectColorCallback.Action
An action providing a response to the
SelectColorCallback . |
static class |
ShowContextMenuCallback.Action
An action providing a response to the
ShowContextMenuCallback . |
static class |
StartCaptureSessionCallback.Action
An action to take in
StartCaptureSessionCallback . |
static class |
StartDownloadCallback.Action
An action providing a response to the
StartDownloadCallback . |
static class |
StartPresentationCallback.Action
An action providing a response to the
StartPresentationCallback . |
static class |
UpdatePasswordCallback.Action
An action providing a response to the
UpdatePasswordCallback . |
static class |
UpdateUserDataProfileCallback.Action
An action providing a response to the
SaveUserDataProfileCallback . |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncCallback<P,R extends AsyncCallbackAction>
A common interface that all asynchronous callbacks must extend.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetworkAsyncCallback<P,R extends AsyncCallbackAction>
A common interface for all asynchronous network service callbacks must extend.
|
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticateCallback.Action
An action providing a response to the
AuthenticateCallback . |
Modifier and Type | Interface and Description |
---|---|
interface |
PermissionsAsyncCallback<P,R extends AsyncCallbackAction>
A common interface for all asynchronous permission service callbacks must extend.
|
Modifier and Type | Class and Description |
---|---|
static class |
RequestPermissionCallback.Action
An action providing a response to the
RequestPermissionCallback . |