implementation and generalization of a form framework to be used in the tabbed proper...
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / forms / entitysections / ExtensionComposite.java
1 /**
2 *
3 */
4 package eu.etaxonomy.taxeditor.forms.entitysections;
5
6 import org.eclipse.swt.widgets.Composite;
7
8 import eu.etaxonomy.taxeditor.forms.AbstractFormComposite;
9
10 /**
11 * @author nho
12 *
13 */
14 public class ExtensionComposite extends AbstractFormComposite {
15
16 /**
17 * @param parent
18 * @param style
19 */
20 public ExtensionComposite(Composite parent, int style) {
21 super(parent, style);
22 // TODO Auto-generated constructor stub
23 }
24
25 }