]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.district.network.ui/src/org/simantics/district/network/ui/techtype/table/TechTypeTableUI.java
First testing version of TechTypeTable
[simantics/district.git] / org.simantics.district.network.ui / src / org / simantics / district / network / ui / techtype / table / TechTypeTableUI.java
1 package org.simantics.district.network.ui.techtype.table;
2
3 import org.eclipse.swt.widgets.Composite;
4
5 public class TechTypeTableUI extends Composite {
6
7         public TechTypeTableUI(Composite parent, int style) {
8                 super(parent, style);
9         }
10
11 }