android.webkit
Class WebHistoryItem

java.lang.Object
  extended by android.webkit.WebHistoryItem
All Implemented Interfaces:
Cloneable

public class WebHistoryItem
extends Object
implements Cloneable


Method Summary
protected  WebHistoryItem clone()
           
protected  void finalize()
           
 Bitmap getFavicon()
           
 int getId()
          Deprecated. 
 String getOriginalUrl()
           
 String getTitle()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

getId

@Deprecated
public int getId()
Deprecated. 


getUrl

public String getUrl()

getOriginalUrl

public String getOriginalUrl()

getTitle

public String getTitle()

getFavicon

public Bitmap getFavicon()

clone

protected WebHistoryItem clone()
Overrides:
clone in class Object


Copyright © 2008-2012. All Rights Reserved.