Package editor
Class NavigationHistory
java.lang.Object
editor.NavigationHistory
Navigation history for goto-declaration operations and tab changes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNavigationHistory(GosuEditor editor, int prevCaretPos, int currentCaretPos) booleanbooleanvoiddispose()voidvoidvoidresourceDeleted(String strTypeName) voidsetTabHistoryHandler(ITabHistoryHandler tabHistoryHandler)
-
Field Details
-
MAX_MRU_HISTORY
public static final int MAX_MRU_HISTORY- See Also:
-
MAX_NAVIGATION_HISTORY
public static final int MAX_NAVIGATION_HISTORY- See Also:
-
-
Constructor Details
-
NavigationHistory
-
-
Method Details
-
goBackward
public void goBackward() -
goForward
public void goForward() -
canGoBackward
public boolean canGoBackward() -
canGoForward
public boolean canGoForward() -
getTabPane
-
getTabHistoryHandler
-
setTabHistoryHandler
-
getTabMruList
-
getPreviousEditor
-
dispose
public void dispose() -
resourceDeleted
-