Uses of Interface
org.lobobrowser.gui.ContentListener

Packages that use ContentListener
org.lobobrowser.gui Contains GUI classes that allow embedding the browser in a Java Swing application. 
 

Uses of ContentListener in org.lobobrowser.gui
 

Classes in org.lobobrowser.gui that implement ContentListener
 class ContentAdapter
          A convenience abstract implementation of ContentListener, with blank methods.
 

Fields in org.lobobrowser.gui declared as ContentListener
static ContentListener[] ContentListener.EMPTY_ARRAY
           
 

Methods in org.lobobrowser.gui with parameters of type ContentListener
 void FramePanel.addContentListener(ContentListener listener)
          Adds a listener of content events.
 void BrowserPanel.addContentListener(ContentListener listener)
          Adds a listener of content events.
 void FramePanel.removeContentListener(ContentListener listener)
          Removes a listener of content events previously added with FramePanel.addNavigationListener(NavigationListener).
 void BrowserPanel.removeContentListener(ContentListener listener)
           
 



SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]