Package editor
Class EditorTabHistoryHandler
- java.lang.Object
-
- editor.EditorTabHistoryHandler
-
- All Implemented Interfaces:
ITabHistoryHandler
public class EditorTabHistoryHandler extends Object implements ITabHistoryHandler
-
-
Constructor Summary
Constructors Constructor Description EditorTabHistoryHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeTab(ITabHistoryContext tabContext)
ITabHistoryContext
makeTabContext(EditorHost tab)
void
selectTab(ITabHistoryContext tabContext)
-
-
-
Method Detail
-
makeTabContext
public ITabHistoryContext makeTabContext(EditorHost tab)
- Specified by:
makeTabContext
in interfaceITabHistoryHandler
-
selectTab
public void selectTab(ITabHistoryContext tabContext)
- Specified by:
selectTab
in interfaceITabHistoryHandler
-
closeTab
public void closeTab(ITabHistoryContext tabContext)
- Specified by:
closeTab
in interfaceITabHistoryHandler
-
-