| Package | Description |
|---|---|
| com.teamdev.jxbrowser.chromium |
Contains the basic classes and interfaces.
|
| com.teamdev.jxbrowser.chromium.javafx |
Contains the classes and interfaces for embedding Browser instance into JavaFX application.
|
| Modifier and Type | Method and Description |
|---|---|
DownloadHandler |
Browser.getDownloadHandler()
Returns registered file download handler or
null if no
file download handler is currently registered. |
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.setDownloadHandler(DownloadHandler handler)
Sets the file download handler that will be invoked every time the Browser
downloads a file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDownloadHandler
Represents default implementation of the
DownloadHandler that will
display file save dialog where user can select the destination file. |