Uses of Interface
editor.ITabHistoryContext
-
Packages that use ITabHistoryContext Package Description editor -
-
Uses of ITabHistoryContext in editor
Methods 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 List<ITabHistoryContext>NavigationHistory. getTabMruList()Methods in editor with parameters of type ITabHistoryContext Modifier and Type Method Description voidEditorTabHistoryHandler. closeTab(ITabHistoryContext tabContext)voidITabHistoryHandler. closeTab(ITabHistoryContext tabContext)booleanITabHistoryContext. equals(ITabHistoryContext other)voidEditorTabHistoryHandler. selectTab(ITabHistoryContext tabContext)voidITabHistoryHandler. selectTab(ITabHistoryContext tabContext)
-