public class NavigationHistory extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_MRU_HISTORY |
static int |
MAX_NAVIGATION_HISTORY |
| Constructor and Description |
|---|
NavigationHistory(TabPane tabPane) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNavigationHistory(GosuEditor editor,
int prevCaretPos,
int currentCaretPos) |
boolean |
canGoBackward() |
boolean |
canGoForward() |
void |
dispose() |
GosuEditor |
getPreviousEditor() |
ITabHistoryHandler |
getTabHistoryHandler() |
List<ITabHistoryContext> |
getTabMruList() |
TabPane |
getTabPane() |
void |
goBackward() |
void |
goForward() |
void |
resourceDeleted(String strTypeName) |
void |
setTabHistoryHandler(ITabHistoryHandler tabHistoryHandler) |
public static final int MAX_MRU_HISTORY
public static final int MAX_NAVIGATION_HISTORY
public NavigationHistory(TabPane tabPane)
public void goBackward()
public void goForward()
public boolean canGoBackward()
public boolean canGoForward()
public TabPane getTabPane()
public ITabHistoryHandler getTabHistoryHandler()
public void setTabHistoryHandler(ITabHistoryHandler tabHistoryHandler)
public List<ITabHistoryContext> getTabMruList()
public GosuEditor getPreviousEditor()
public void dispose()
public void resourceDeleted(String strTypeName)
public void addNavigationHistory(GosuEditor editor, int prevCaretPos, int currentCaretPos)
Copyright © 2017. All rights reserved.