Project

General

Profile

« Previous | Next » 

Revision 80e535dd

Added by Ben Stöver over 7 years ago

Additional strings externalized in molecular plugin.
Wizard for exporting single read alignments now warns and prompts if files are overwritten.
Bug fix: Changes in the format selection in the wizard now trigger validation again.
ExportSingleReadAlignmentWizardModel uses format list instead of map again.

View differences:

eu.etaxonomy.taxeditor.molecular/src/main/java/eu/etaxonomy/taxeditor/molecular/Messages.java
14 14

  
15 15

  
16 16
/**
17
 * Messages and texts for the molecular plugin.
17
 * Provides messages and texts for classes of the molecular plugin.
18 18
 *
19 19
 * @author Ben Stöver
20 20
 * @date 17.11.2016
21 21
 */
22 22
public class Messages extends NLS {
23 23
    private static final String BUNDLE_NAME = "OSGI-INF/l10n/messages"; //$NON-NLS-1$
24

  
25

  
24 26
    public static String exportSequenceToFileHandlerIOErrorMessage;
25 27
    public static String exportSequenceToFileHandlerIOErrorTitle;
28
    public static String exportSequenceToFileHandlerOverwriteTitle;
29
    public static String exportSequenceToFileHandlerOverwriteText;
30

  
26 31
    public static String wizardExportAlignmentAppendExtensionButton;
27 32
    public static String wizardExportAlignmentBrowseButton;
28 33
    public static String wizardExportAlignmentDataLabel;
......
36 41
    public static String wizardExportAlignmentExportSingleReads;
37 42
    public static String wizardExportAlignmentFileDialogTitle;
38 43
    public static String wizardExportAlignmentFileLabel;
44
    public static String wizardExportAlignmentOptionsDescription;
45
    public static String wizardExportAlignmentOptionsTitle;
39 46
    public static String wizardExportAlignmentTitle;
40 47
    public static String wizardExportAlignmentWarningFileNameStartsDot;
41 48
    public static String wizardExportAlignmentwarningMissingExtension;
49
    public static String wizardExportAlignmentWarningFileExists;
50
    public static String wizardExportAlignmentExportedSeqHeading;
51
    public static String wizardExportAlignmentAdditionalOptionsHeading;
52
    public static String wizardExportAlignmentElongateSeqHeading;
53
    public static String wizardExportAlignmentElongateSeqMissingData;
54
    public static String wizardExportAlignmentElongateSeqGap;
42 55

  
43 56

  
44 57
    static {

Also available in: Unified diff