Project

General

Profile

Download (749 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.ui.dialog.selection;
2

    
3
import java.util.List;
4
import java.util.UUID;
5

    
6
import org.eclipse.swt.widgets.Shell;
7

    
8
import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
9
import eu.etaxonomy.cdm.model.taxon.Classification;
10
import eu.etaxonomy.cdm.model.taxon.TaxonNode;
11

    
12
public class TaxonNodeSelectionNaturalOrderDialog extends
13
		TaxonNodeSelectionDialog {
14

    
15
	protected TaxonNodeSelectionNaturalOrderDialog(Shell shell,
16
			ConversationHolder conversation, String title,
17
			List<UUID> excludeTaxa, boolean multi, TaxonNode node,
18
			Classification classification) {
19
		super(shell, conversation, title, excludeTaxa, multi, node, classification);
20
		// TODO Auto-generated constructor stub
21
	}
22
	
23
	
24

    
25
}
(30-30/32)