Project

General

Profile

« Previous | Next » 

Revision 00d1a6ce

Added by Ben Stöver over 7 years ago

Export single read alignment wizard separated into two pages.
Option to elongate sequences added.
Application information parameters of JPhyloIO set.

View differences:

eu.etaxonomy.taxeditor.molecular/src/main/java/eu/etaxonomy/taxeditor/molecular/io/wizard/ExportSingleReadAlignmentWizard.java
23 23
public class ExportSingleReadAlignmentWizard extends Wizard {
24 24
    private ExportSingleReadAlignmentWizardModel model = new ExportSingleReadAlignmentWizardModel();
25 25

  
26
    private ExportSingleReadAlignmentWizardPage page;
26
    private ExportSingleReadAlignmentFileFormatPage fileFormatPage;
27
    private ExportSingleReadAlignmentOptionsPage optionsPage;
27 28

  
28 29

  
29 30
    public ExportSingleReadAlignmentWizard() {
......
38 39

  
39 40
    @Override
40 41
    public void addPages() {
41
        page = new ExportSingleReadAlignmentWizardPage();
42
        addPage(page);
42
        fileFormatPage = new ExportSingleReadAlignmentFileFormatPage();
43
        optionsPage = new ExportSingleReadAlignmentOptionsPage();
44

  
45
        addPage(fileFormatPage);
46
        addPage(optionsPage);
43 47
    }
44 48

  
45 49

  

Also available in: Unified diff