org.lobobrowser.gui
Class NavigationEngine
java.lang.Object
org.lobobrowser.gui.NavigationEngine
public class NavigationEngine
- extends java.lang.Object
This class stores navigation back/forward state for a frame.
Note that this class is not thread safe on its own.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationEngine
public NavigationEngine()
getCurrentEntry
public NavigationEntry getCurrentEntry()
addNavigationEntry
public void addNavigationEntry(NavigationEntry entry)
hasNext
public boolean hasNext()
hasPrev
public boolean hasPrev()
hasNextWithGET
public boolean hasNextWithGET()
hasPrevWithGET
public boolean hasPrevWithGET()
hasNewEntryWithGET
public boolean hasNewEntryWithGET(int offset)
back
public NavigationEntry back()
forward
public NavigationEntry forward()
move
public NavigationEntry move(int offset)
moveTo
public boolean moveTo(NavigationEntry entry)
getForwardNavigationEntries
public NavigationEntry[] getForwardNavigationEntries()
getBackNavigationEntries
public NavigationEntry[] getBackNavigationEntries()
Copyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]