|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebBrowserEvent | |
---|---|
org.jdesktop.jdic.browser | Provides an AWT component to enable the embedding of a web browsing component into Java applications and applets. |
Uses of WebBrowserEvent in org.jdesktop.jdic.browser |
---|
Methods in org.jdesktop.jdic.browser with parameters of type WebBrowserEvent | |
---|---|
void |
WebBrowserListener.documentCompleted(WebBrowserEvent event)
Invoked when the document loading has been completed. |
void |
WebBrowserListener.downloadCompleted(WebBrowserEvent event)
Invoked when a download operation finishes, is halted, or fails. |
void |
WebBrowserListener.downloadError(WebBrowserEvent event)
Invoked when an error occurs during a download operation. |
void |
WebBrowserListener.downloadProgress(WebBrowserEvent event)
Invoked when the progress of a download operation is updated. |
void |
WebBrowserListener.downloadStarted(WebBrowserEvent event)
Invoked when a download operation is beginning. |
void |
WebBrowserListener.statusTextChange(WebBrowserEvent event)
Invoked when the status bar text is changed. |
void |
WebBrowserListener.titleChange(WebBrowserEvent event)
Invoked when the title of a document is changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |