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 ITabHistoryContext
EditorTabHistoryHandler. makeTabContext(EditorHost tab)
ITabHistoryContext
ITabHistoryHandler. 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 void
EditorTabHistoryHandler. closeTab(ITabHistoryContext tabContext)
void
ITabHistoryHandler. closeTab(ITabHistoryContext tabContext)
boolean
ITabHistoryContext. equals(ITabHistoryContext other)
void
EditorTabHistoryHandler. selectTab(ITabHistoryContext tabContext)
void
ITabHistoryHandler. selectTab(ITabHistoryContext tabContext)
-