|
ej-technologies | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.gjt.jclasslib.browser.BrowserHistory
Manages the navigation history of a single child window.
| Constructor Summary | |
BrowserHistory(BrowserServices services)
Constructor. |
|
| Method Summary | |
void |
clear()
Clear the navigation history. |
void |
historyBackward()
Move one step backward in the navigation history. |
void |
historyForward()
Move one step forward in the navigation history. |
void |
updateActions()
Update the availability of the actions associated with the navigation history. |
void |
updateHistory(TreePath newPath)
Add a navigation step to the history. |
void |
updateHistory(TreePath newPath,
Integer offset)
Add a navigation step to the history. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BrowserHistory(BrowserServices services)
services - the associated browser services.| Method Detail |
public void clear()
public void historyBackward()
public void historyForward()
public void updateActions()
public void updateHistory(TreePath newPath)
newPath - the selected tree path in BrowserTreePane
public void updateHistory(TreePath newPath,
Integer offset)
newPath - the selected tree path in BrowserTreePaneoffset - the target's offset in the code. Null if
not applicable.
|
ej-technologies | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||