|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use NavigationEntry | |
|---|---|
| org.lobobrowser.ua |
Contains interfaces that need to be implemented by a browser (like Lobo)
in order to service Lobo extensions. |
| Uses of NavigationEntry in org.lobobrowser.ua |
|---|
| Methods in org.lobobrowser.ua that return NavigationEntry | |
|---|---|
static NavigationEntry |
NavigationEntry.fromResponse(NavigatorFrame frame,
ClientletResponse response,
java.lang.String title,
java.lang.String description)
|
NavigationEntry[] |
NavigatorWindow.getBackNavigationEntries()
|
NavigationEntry |
NavigatorWindow.getCurrentNavigationEntry()
|
NavigationEntry[] |
NavigatorWindow.getForwardNavigationEntries()
|
| Methods in org.lobobrowser.ua with parameters of type NavigationEntry | |
|---|---|
boolean |
NavigatorWindow.goTo(NavigationEntry entry)
Navigates to a NavigationEntry
belonging to navigation history in the current session. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||