|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.teamdev.jxbrowser.DownloadManagerFactory
public class DownloadManagerFactory
DownloadManagerFactory provides access to the singleton instance of default Mozilla DownloadManager.
This implementation delegates most of its work to services implementing nsIDownloadManager and nsIDownloadManagerUI.
Constructor Summary | |
---|---|
protected |
DownloadManagerFactory()
|
Method Summary | |
---|---|
DownloadManager |
getDownloadManager(WebBrowser browser)
Create the instance of mozilla DownloadManager. |
static DownloadManagerFactory |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DownloadManagerFactory()
Method Detail |
---|
public static DownloadManagerFactory getInstance()
public DownloadManager getDownloadManager(WebBrowser browser)
browser
- a browser instance to become the download manager's parent. It
is recommended to use focused WebBrowser component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |