Project

General

Profile

« Previous | Next » 

Revision a9428319

Added by Andreas Müller over 6 years ago

ref #6754 add ..cdm.filter to export packages in TaxEditor

View differences:

eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
56 56
 eu.etaxonomy.cdm.ext.occurrence.gbif,
57 57
 eu.etaxonomy.cdm.ext.openurl,
58 58
 eu.etaxonomy.cdm.ext.sru,
59
 eu.etaxonomy.cdm.filter,
59 60
 eu.etaxonomy.cdm.format,
60 61
 eu.etaxonomy.cdm.hibernate,
61 62
 eu.etaxonomy.cdm.hibernate.search,
62 63
 eu.etaxonomy.cdm.io.api.application,
63 64
 eu.etaxonomy.cdm.io.berlinModel,
65
 eu.etaxonomy.cdm.io.cdmLight,
64 66
 eu.etaxonomy.cdm.io.common,
65 67
 eu.etaxonomy.cdm.io.common.events,
66 68
 eu.etaxonomy.cdm.io.common.mapping,
......
79 81
 eu.etaxonomy.cdm.io.jaxb,
80 82
 eu.etaxonomy.cdm.io.markup,
81 83
 eu.etaxonomy.cdm.io.markup.handler,
82
 eu.etaxonomy.cdm.io.cdmLight,
83 84
 eu.etaxonomy.cdm.io.pilotOutputHtml,
84 85
 eu.etaxonomy.cdm.io.reference.endnote.in,
85 86
 eu.etaxonomy.cdm.io.reference.ris.in,
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/CdmLightExportWizard.java
40 40

  
41 41

  
42 42
        private final String description = "Export the contents of the currently selected database into Comma Separated Value format.";
43
        /*
44
         * (non-Javadoc)
45
         *
46
         * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench,
47
         * org.eclipse.jface.viewers.IStructuredSelection)
48
         */
43

  
49 44
        @Override
50 45
        public void init(IWorkbench workbench, IStructuredSelection selection) {
51 46
            configurator = new CdmLightExportConfigurator(null);
52 47
        }
53 48

  
54
        /*
55
         * (non-Javadoc)
56
         *
57
         * @see
58
         * eu.etaxonomy.taxeditor.io.wizard.AbstractExportWizard#getConfigurator()
59
         */
49

  
60 50
        @Override
61 51
        public CdmLightExportConfigurator getConfigurator() {
62 52
            return configurator;
63 53
        }
64 54

  
65
        /*
66
         * (non-Javadoc)
67
         *
68
         * @see org.eclipse.jface.wizard.Wizard#performFinish()
69
         */
55

  
70 56
        @Override
71 57
        public boolean performFinish() {
72 58
            String urlString = page.getFolderText() + File.separator;
......
103 89
            return true;
104 90
        }
105 91

  
106
        /*
107
         * (non-Javadoc)
108
         *
109
         * @see eu.etaxonomy.taxeditor.io.wizard.AbstractExportWizard#addPages()
110
         */
111 92
        @Override
112 93
        public void addPages() {
113 94
            //TODO create page with drop down menu for export for single classification.

Also available in: Unified diff