Project

General

Profile

Download (937 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
4
* http://www.e-taxonomy.eu
5
* 
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9

    
10
package eu.etaxonomy.taxeditor.editor.name.container;
11

    
12
import eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor;
13

    
14
/**
15
 * <p>ConceptGroup class.</p>
16
 *
17
 * @author p.ciardelli
18
 * @created 21.01.2009
19
 * @version 1.0
20
 */
21
public class ConceptGroup extends AbstractGroup {
22

    
23
	/**
24
	 * <p>Constructor for ConceptGroup.</p>
25
	 *
26
	 * @param editor a {@link eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor} object.
27
	 */
28
	public ConceptGroup(TaxonNameEditor editor) {
29
		super(editor);
30
	}
31
	
32

    
33
	/* (non-Javadoc)
34
	 * @see eu.etaxonomy.taxeditor.editor.name.AbstractGroup#createContents()
35
	 */
36
	@Override
37
	protected void createContainers() {
38
		// TODO Auto-generated method stub
39
		
40
	}
41
}
(7-7/13)