org.mozilla.webclient
Interface History
public interface History
back
void back()
canBack
boolean canBack()
getBackList
HistoryEntry[] getBackList()
clearHistory
void clearHistory()
forward
void forward()
canForward
boolean canForward()
getForwardList
HistoryEntry[] getForwardList()
getHistory
HistoryEntry[] getHistory()
getHistoryEntry
HistoryEntry getHistoryEntry(int historyIndex)
getCurrentHistoryIndex
int getCurrentHistoryIndex()
setCurrentHistoryIndex
void setCurrentHistoryIndex(int historyIndex)
getHistoryLength
int getHistoryLength()
getURLForIndex
java.lang.String getURLForIndex(int historyIndex)
Copyright © 2002-2007 Mozilla.org All Rights Reserved.