org.mozilla.webclient
Interface History


public interface History


Method Summary
 void back()
           
 boolean canBack()
           
 boolean canForward()
           
 void clearHistory()
           
 void forward()
           
 HistoryEntry[] getBackList()
           
 int getCurrentHistoryIndex()
           
 HistoryEntry[] getForwardList()
           
 HistoryEntry[] getHistory()
           
 HistoryEntry getHistoryEntry(int historyIndex)
           
 int getHistoryLength()
           
 java.lang.String getURLForIndex(int historyIndex)
           
 void setCurrentHistoryIndex(int historyIndex)
           
 

Method Detail

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.