|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DownloadListener | |
|---|---|
| info.informatica.doc.agent | |
| info.informatica.doc.dom4j | Built on top of the DOM4J package, provides XHTML parsing with built-in support for CSS style sheets. |
| info.informatica.doc.pdf.itext | Helper package to render CSS as PDF with the iText package. |
| info.informatica.doc.style.css.j2d | Infrastructure for Java2D rendering classes. |
| Uses of DownloadListener in info.informatica.doc.agent |
|---|
| Fields in info.informatica.doc.agent with type parameters of type DownloadListener | |
|---|---|
protected List<DownloadListener<C>> |
ResourceDownloader.listeners
|
| Methods in info.informatica.doc.agent with parameters of type DownloadListener | |
|---|---|
void |
UserAgent.addDownloadListener(URL url,
DownloadListener<C> listener)
Adds a download listener for asynchronous retrieval of resources (embedded images, etc.) |
void |
ResourceDownloader.addImageListener(DownloadListener<C> listener)
|
| Uses of DownloadListener in info.informatica.doc.dom4j |
|---|
| Methods in info.informatica.doc.dom4j with parameters of type DownloadListener | |
|---|---|
void |
DOM4JUserAgent.addDownloadListener(URL url,
DownloadListener<C> listener)
|
| Uses of DownloadListener in info.informatica.doc.pdf.itext |
|---|
| Classes in info.informatica.doc.pdf.itext that implement DownloadListener | |
|---|---|
class |
PDFImgReplacedBox
PDF Image replaced element box. |
| Methods in info.informatica.doc.pdf.itext with parameters of type DownloadListener | |
|---|---|
com.itextpdf.text.Chunk |
PDFStyleFormatter.createChunk(DownloadListener<com.itextpdf.text.Image> box)
Creates a chunk with an image. |
| Uses of DownloadListener in info.informatica.doc.style.css.j2d |
|---|
| Classes in info.informatica.doc.style.css.j2d that implement DownloadListener | |
|---|---|
class |
ImgReplacedBox
Image replaced element box. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||