|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebBrowserHistory
Interface to the browser navigation history.
Nested Class Summary | |
---|---|
static class |
WebBrowserHistory.Entry
A history entry. |
Method Summary | |
---|---|
void |
clear()
Clears the navigation history. |
boolean |
getCanGoBack()
|
boolean |
getCanGoForward()
|
int |
getCurrentPosition()
Returns the index of the currently opened location in the history. |
java.util.List<WebBrowserHistory.Entry> |
getEntries()
Returns the array of the visited locations. |
Method Detail |
---|
void clear()
java.util.List<WebBrowserHistory.Entry> getEntries()
int getCurrentPosition()
boolean getCanGoBack()
boolean getCanGoForward()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |