JDIC API V0.9 Release 4

Uses of Class
org.jdesktop.jdic.browser.WebBrowserEvent

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.
 void WebBrowserListener.windowClose(WebBrowserEvent event)
          Invoked in response to JavaScript window.close()
 


JDIC API V0.9 Release 4

For more information and documentation on JDIC, see JDIC website.

That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.

Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.