Deprecated API


Contents
Deprecated Fields
org.mozilla.webclient.BrowserControl.BROWSER_TYPE_NATIVE
          the type of browser implementation is derived using a services definition loaded from Utilities.getImplFromServices(java.lang.String) 
 

Deprecated Methods
org.mozilla.webclient.EventRegistration.addMouseListener(MouseListener)
          This method has been replaced by leveraging the method of the same name on BrowserControlCanvas. 
org.mozilla.webclient.EventRegistration2.addNewWindowListener(NewWindowListener)
          Use EventRegistration2.setNewWindowListener(org.mozilla.webclient.NewWindowListener) instead. Implementations must implement this method as a call to EventRegistration2.setNewWindowListener(org.mozilla.webclient.NewWindowListener) passing null, followed by a call to EventRegistration2.setNewWindowListener(org.mozilla.webclient.NewWindowListener) passing the argument listener. 
org.mozilla.webclient.CurrentPage.findInPage(String, boolean, boolean)
          this method has been replaced by CurrentPage2.find(java.lang.String, boolean, boolean). 
org.mozilla.webclient.CurrentPage.findNextInPage()
          this method has been replaced by CurrentPage2.findNext(). 
org.mozilla.webclient.EventRegistration.removeMouseListener(MouseListener)
          This method has been replaced by leveraging the method of the same name on BrowserControlCanvas. 
org.mozilla.webclient.EventRegistration2.removeNewWindowListener(NewWindowListener)
          Use EventRegistration2.setNewWindowListener(org.mozilla.webclient.NewWindowListener) passing null. 
org.mozilla.webclient.BrowserControlFactory.setAppData(String, String)
          Use BrowserControlFactory.setAppData(java.lang.String) instead. 
 



Copyright © 2002-2007 Mozilla.org All Rights Reserved.