Methods Summary |
---|
protected abstract android.webkit.WebBackForwardList | clone()Clone the entire object to be used in the UI thread by clients of
WebView. This creates a copy that should never be modified by any of the
webkit package classes.
|
public abstract int | getCurrentIndex()Get the index of the current history item. This index can be used to
directly index into the array list.
|
public abstract WebHistoryItem | getCurrentItem()Return the current history item. This method returns null if the list is
empty.
|
public abstract WebHistoryItem | getItemAtIndex(int index)Get the history item at the given index. The index range is from 0...n
where 0 is the first item and n is the last item.
|
public abstract int | getSize()Get the total size of the back/forward list.
|