Uses of Class
org.lobobrowser.ua.NavigationEntry

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 NavigatorFrame.getCurrentNavigationEntry()
          Gets an object that represents the current navigation entry in the frame's history.
 NavigationEntry[] NavigatorWindow.getForwardNavigationEntries()
           
 NavigationEntry NavigatorFrame.getNextNavigationEntry()
           
 NavigationEntry NavigatorFrame.getPreviousNavigationEntry()
           
 

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.
 



SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]