Uses of Interface
editor.ITabHistoryContext
-
Packages that use ITabHistoryContext Package Description editor -
-
Uses of ITabHistoryContext in editor
Classes in editor that implement ITabHistoryContext Modifier and Type Class Description (package private) static classEditorTabHistoryHandler.EditorTabContextFields in editor declared as ITabHistoryContext Modifier and Type Field Description private ITabHistoryContextTabSelectionHistoryItem. _prevTabContextprivate ITabHistoryContextTabSelectionHistoryItem. _tabContextFields in editor with type parameters of type ITabHistoryContext Modifier and Type Field Description private java.util.List<ITabHistoryContext>NavigationHistory. _tabMruListMethods in editor that return ITabHistoryContext Modifier and Type Method Description ITabHistoryContextEditorTabHistoryHandler. makeTabContext(EditorHost tab)ITabHistoryContextITabHistoryHandler. makeTabContext(EditorHost tab)Methods in editor that return types with arguments of type ITabHistoryContext Modifier and Type Method Description java.util.List<ITabHistoryContext>NavigationHistory. getTabMruList()Methods in editor with parameters of type ITabHistoryContext Modifier and Type Method Description private voidNavigationHistory. addToMruList(ITabHistoryContext tabHistoryContext)voidEditorTabHistoryHandler. closeTab(ITabHistoryContext tabContext)voidITabHistoryHandler. closeTab(ITabHistoryContext tabContext)booleanEditorTabHistoryHandler.EditorTabContext. equals(ITabHistoryContext other)booleanITabHistoryContext. equals(ITabHistoryContext other)voidEditorTabHistoryHandler. selectTab(ITabHistoryContext tabContext)voidITabHistoryHandler. selectTab(ITabHistoryContext tabContext)
-