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 voidcloseTab(ITabHistoryContext tabContext)ITabHistoryContextmakeTabContext(EditorHost tab)voidselectTab(ITabHistoryContext tabContext)
-
-
-
Method Detail
-
makeTabContext
public ITabHistoryContext makeTabContext(EditorHost tab)
- Specified by:
makeTabContextin interfaceITabHistoryHandler
-
selectTab
public void selectTab(ITabHistoryContext tabContext)
- Specified by:
selectTabin interfaceITabHistoryHandler
-
closeTab
public void closeTab(ITabHistoryContext tabContext)
- Specified by:
closeTabin interfaceITabHistoryHandler
-
-