Skip to content

Package: Messages

Messages

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 4
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 2
100%
M: 0 C: 1
100%

Coverage

1: /*******************************************************************************
2: * Copyright (c) 2011-2014 EclipseSource Muenchen GmbH and others.
3: *
4: * All rights reserved. This program and the accompanying materials
5: * are made available under the terms of the Eclipse Public License 2.0
6: * which accompanies this distribution, and is available at
7: * https://www.eclipse.org/legal/epl-2.0/
8: *
9: * SPDX-License-Identifier: EPL-2.0
10: *
11: * Contributors:
12: * Eugen Neufeld- initial API and implementation
13: ******************************************************************************/
14: package org.eclipse.emf.ecp.view.template.internal.tooling;
15:
16: import org.eclipse.osgi.util.NLS;
17:
18: /**
19: * Messages file.
20: *
21: * @generated
22: *
23: * @author Eugen Neufeld
24: *
25: */
26: public final class Messages extends NLS {
27:         private static final String BUNDLE_NAME = "org.eclipse.emf.ecp.view.template.tooling.messages"; //$NON-NLS-1$
28:         public static String AttributeValueControlSWTRenderer_SelectAttributeValue;
29:         public static String AttributeValueControlSWTRenderer_UnsetAttributeMessage;
30:         public static String DMRCreationWizard_Title;
31:         public static String EMFFormsChooseTemplateWizardPage_Description;
32:         public static String EMFFormsChooseTemplateWizardPage_ExistingButton;
33:         public static String EMFFormsChooseTemplateWizardPage_NewButton;
34:         public static String EMFFormsChooseTemplateWizardPage_Title;
35:         public static String EMFFormsSelectTemplateWizardPage_BrowseButton;
36:         public static String EMFFormsSelectTemplateWizardPage_BrowseDialogTitle;
37:         public static String EMFFormsSelectTemplateWizardPage_Description;
38:         public static String EMFFormsSelectTemplateWizardPage_ErrorNoTemplateName;
39:         public static String EMFFormsSelectTemplateWizardPage_ErrorTemplateIsNoFile;
40:         public static String EMFFormsSelectTemplateWizardPage_ErrorTemplateNotExisting;
41:         public static String EMFFormsSelectTemplateWizardPage_Label;
42:         public static String EMFFormsSelectTemplateWizardPage_Title;
43:         public static String EMFFormsStyleSelectorWizardPage_Description;
44:         public static String EMFFormsStyleSelectorWizardPage_DMRSelectorButton;
45:         public static String EMFFormsStyleSelectorWizardPage_DMRSelectorLabel;
46:         public static String EMFFormsStyleSelectorWizardPage_Title;
47:         public static String EMFFormsStyleSelectorWizardPage_UUIDButtonText;
48:         public static String EMFFormsStyleSelectorWizardPage_UUIDLabelText;
49:         public static String EMFFormsStyleSelectorWizardPage_ViewElementSelectorLabel;
50:         public static String EMFFormsStyleSelectorWizardPage_ViewModelElementButton;
51:         public static String EMFFormsTemplateWizard_creatingTask;
52:         public static String EMFFormsTemplateWizard_editingTask;
53:         public static String EMFFormsTemplateWizard_errorTitle;
54:         public static String EMFFormsTemplateWizard_OpenEditorFailMessage;
55:         public static String EMFFormsTemplateWizard_OpenEditorFailTitle;
56:         public static String EMFFormsTemplateWizardPage_browseContainer;
57:         public static String EMFFormsTemplateWizardPage_browseFile;
58:         public static String EMFFormsTemplateWizardPage_containerSelection;
59:         public static String EMFFormsTemplateWizardPage_description;
60:         public static String EMFFormsTemplateWizardPage_errorContainerNotExists;
61:         public static String EMFFormsTemplateWizardPage_errorInvalidFilename;
62:         public static String EMFFormsTemplateWizardPage_errorNoContainer;
63:         public static String EMFFormsTemplateWizardPage_errorNoFilename;
64:         public static String EMFFormsTemplateWizardPage_errorProjectReadOnly;
65:         public static String EMFFormsTemplateWizardPage_errorWrongFileExtension;
66:         public static String EMFFormsTemplateWizardPage_FileAlreadyExist;
67:         public static String EMFFormsTemplateWizardPage_fileSelection;
68:         public static String EMFFormsTemplateWizardPage_title;
69:         public static String HexColorSelectionControlSWTRenderer_SelectColorBtn;
70:         public static String HexColorSelectionControlSWTRenderer_UnsetColorBtn;
71:         public static String MigrationDialogHelper_TemplatesDescription;
72:         public static String MigrationDialogHelper_TemplatesTitle;
73:         public static String TemplateModelEditorPart_initError;
74:         public static String TemplateModelEditorPart_invalidEditorInput;
75:         public static String TemplateModelEditorPart_LegacyMigrationErrorMessage;
76:         public static String TemplateModelEditorPart_LegacyMigrationErrorTitle;
77:         public static String TemplateModelEditorPart_LegacyMigrationQuestionMessage;
78:         public static String TemplateModelEditorPart_LegacyMigrationQuestionTitle;
79:         public static String TemplateModelEditorPart_MigrationDescription;
80:         public static String TemplateModelEditorPart_MigrationQuestion;
81:         public static String TemplateModelEditorPart_TemplateMigrationDescription;
82:         public static String TemplateModelEditorPart_TemplateMigrationErrorMessage;
83:         public static String TemplateModelEditorPart_TemplateMigrationErrorTitle;
84:         public static String TemplateModelEditorPart_TemplateMigrationTitle;
85:         public static String TemplateModelEditorPart_viewEcoreNsUriUpdate;
86:         public static String URLSelectionControlSWTRenderer_SelectExternalFileBtn;
87:         public static String URLSelectionControlSWTRenderer_SelectWorkspaceFileBtn;
88:         public static String URLSelectionControlSWTRenderer_UnsetText;
89:         public static String ViewModelSelectControlSWTRenderer_ErrorNoEClass;
90:         public static String ViewModelSelectControlSWTRenderer_ErrorNoSelection;
91:         public static String ViewModelSelectControlSWTRenderer_ErrorNoVElement;
92:         public static String ViewModelSelectControlSWTRenderer_SelectionDialogTilte;
93:         static {
94:                 // initialize resource bundle
95:                 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
96:         }
97:
98:         private Messages() {
99:         }
100: }