Project

General

Profile

« Previous | Next » 

Revision f2c1e4b7

Added by Katja Luther almost 9 years ago

export of csv files with name informations and for Print output(for caryophyllales)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ExportToFileDestinationWizardPage.java
72 72
    
73 73
    private static boolean csvNameExport = false;
74 74

  
75
	private static String CSV_PRINT_EXPORT ="CSV_PRINT_EXPORT";
76

  
77
	private static boolean csvPrintExport = false;
78

  
75 79
	private DirectoryDialog folderDialog;
76 80
	private Text text_exportFileName;
77 81

  
......
190 194
                "Export the names of the currently selected database into Semicolon Separated Value format.",
191 195
                CSV);
192 196
    }
197
    
198
    /**
199
     * @return
200
     */
201
    public static ExportToFileDestinationWizardPage CsvPrint() {
202
    	csvPrintExport  = true;
203
        return new ExportToFileDestinationWizardPage(
204
                CSV_PRINT_EXPORT,
205
                "csvPrint",
206
                "CSV Print Export",
207
                "Export the content of the currently selected database into Semicolon Separated Value format.",
208
                CSV);
209
    }
193 210

  
194 211
	/*
195 212
	 * (non-Javadoc)

Also available in: Unified diff