Method
BytecodeTab
(Gui gui, ISelectionProvider selectionProvider, boolean unmatchedTmp)
Source from the content-addressed store, hash-verified
| 16 | |
| 17 | public class BytecodeTab extends WebViewTab { |
| 18 | public BytecodeTab(Gui gui, ISelectionProvider selectionProvider, boolean unmatchedTmp) { |
| 19 | super("bytecode", "ui/templates/CodeViewTemplate.htm"); |
| 20 | |
| 21 | this.gui = gui; |
| 22 | this.selectionProvider = selectionProvider; |
| 23 | this.unmatchedTmp = unmatchedTmp; |
| 24 | |
| 25 | update(); |
| 26 | } |
| 27 | |
| 28 | @Override |
| 29 | public void onSelectStateChange(boolean tabSelected) { |
Callers
nothing calls this directly
Tested by
no test coverage detected