Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.download |
This package provides the classes that allow you to manage downloads.
|
com.teamdev.jxbrowser.download.event |
The download activity events.
|
Modifier and Type | Method and Description |
---|---|
default Download |
StartDownloadCallback.Params.download()
Returns the
DownloadProcess instance that is about to start. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Download> |
Downloads.list()
Returns an immutable list of all downloads including already completed downloads during this
application session and the active downloads.
|
Modifier and Type | Method and Description |
---|---|
Download |
DownloadEvent.download()
Returns the
Download instance initiated this event. |
default Download |
DownloadCanceled.download() |
default Download |
DownloadPaused.download() |
default Download |
DownloadInterrupted.download() |
default Download |
DownloadFinished.download() |
default Download |
DownloadUpdated.download() |