View Javadoc
1 /* 2 * Created on 22.mar.2003 3 * 4 */ 5 package net.sf.panoptes.view.configurator; 6 7 import org.eclipse.swt.widgets.Composite; 8 9 /*** 10 * 11 * 12 * @author Dag Liodden 13 * @version 0.1 14 */ 15 public abstract class ComponentConfigurator extends Composite { 16 17 public ComponentConfigurator(Composite parent, int style) { 18 super(parent, style); 19 } 20 21 22 }

This page was automatically generated by Maven