Project

General

Profile

« Previous | Next » 

Revision 65a3658c

Added by Patrick Plitzner over 6 years ago

ref #7005 Migrate Excel distribution import

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/e4/ImportFromFileDataSourceWizardPageE4.java
30 30

  
31 31
/**
32 32
 *
33
 * @author n.hoffmann
34
 * @created 04.08.2009
35
 * @version 1.0
33
 * @author pplitzner
34
 * @since Oct 5, 2017
35
 *
36 36
 */
37 37
public class ImportFromFileDataSourceWizardPageE4 extends WizardPage {
38 38

  
39
	/** Constant <code>PAGE_NAME="CdmXmlDataSourceWizardPage"</code> */
40 39
	public static final String PAGE_NAME = "CdmXmlDataSourceWizardPage";
41 40

  
42 41
	private String[] extensions = {"*.xml"};
......
54 53

  
55 54
		setDescription("Select XML file.");
56 55

  
57
		this.extensions = new String[]{"*.xml","*.*"};
56
		setExtensions(new String[]{"*.xml","*.*"});
58 57
	}
59 58

  
59
    public void setExtensions(String[] extensions) {
60
        this.extensions = extensions;
61
    }
62

  
60 63
	/** {@inheritDoc} */
61 64
	@Override
62 65
    public void createControl(Composite parent) {

Also available in: Unified diff