]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.tests.modelled.ui/src/org/simantics/tests/modelled/ui/STSTestEditor.java
Enhancements to modelled tests
[simantics/platform.git] / bundles / org.simantics.tests.modelled.ui / src / org / simantics / tests / modelled / ui / STSTestEditor.java
1 package org.simantics.tests.modelled.ui;
2
3 import org.simantics.scl.ui.editor2.SCLModuleEditor2;
4
5 public class STSTestEditor extends SCLModuleEditor2 {
6
7     
8     @Override
9     public void setFocus() {
10         // TODO Auto-generated method stub
11         super.setFocus();
12     }
13
14 }