android.webkit
Class WebIconDatabase

java.lang.Object
  extended by android.webkit.WebIconDatabase

public final class WebIconDatabase
extends Object


Nested Class Summary
static interface WebIconDatabase.IconListener
           
 
Method Summary
 void close()
           
static WebIconDatabase getInstance()
           
 void open(String path)
           
 void releaseIconForPageUrl(String url)
           
 void removeAllIcons()
           
 void requestIconForPageUrl(String url, WebIconDatabase.IconListener listener)
           
 void retainIconForPageUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

open

public void open(String path)

close

public void close()

removeAllIcons

public void removeAllIcons()

requestIconForPageUrl

public void requestIconForPageUrl(String url,
                                  WebIconDatabase.IconListener listener)

retainIconForPageUrl

public void retainIconForPageUrl(String url)

releaseIconForPageUrl

public void releaseIconForPageUrl(String url)

getInstance

public static WebIconDatabase getInstance()


Copyright © 2008-2012. All Rights Reserved.