Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser events.
|
com.teamdev.jxbrowser.callback |
The browser callbacks.
|
com.teamdev.jxbrowser.download.callback |
The download service callbacks.
|
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 |
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 |
PromptCallback.Action
An action providing a response to the
PromptCallback . |
static class |
SaveAsPdfCallback.Action
An action providing a response to the
SaveAsPdfCallback . |
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 . |
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 |
DownloadsAsyncCallback<P,R extends AsyncCallbackAction>
A common interface that all asynchronous download service callbacks must implement.
|
Modifier and Type | Class and Description |
---|---|
static class |
StartDownloadCallback.Action
An action providing a response to the
StartDownloadCallback . |
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 . |