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: * David Soto Setzke - initial API and implementation
13: * Johannes Faltermeier - initial API and implementation
14: ******************************************************************************/
15: package org.eclipse.emfforms.internal.view.control.multiattribute;
16:
17: import org.eclipse.osgi.util.NLS;
18:
19: /**
20: * Messages file.
21: *
22: * @generated
23: *
24: * @author David Soto Setzke
25: * @author Johannes Faltermeier
26: *
27: */
28: public final class Messages extends NLS {
29:         private static final String BUNDLE_NAME = "org.eclipse.emfforms.internal.view.control.multiattribute.messages"; //$NON-NLS-1$
30:         /**
31:          * Add Existing Tooltip.
32:          */
33:         public static String MultiAttributeSWTRenderer_addExistingTooltip;
34:         public static String MultiAttributeSWTRenderer_AddFailed;
35:         /**
36:          * Add New Tooltip.
37:          */
38:         public static String MultiAttributeSWTRenderer_addNewTooltip;
39:         public static String MultiAttributeSWTRenderer_deleteTooltip;
40:
41:         public static String MultiAttributeSWTRenderer_AddButtonTooltip;
42:
43:         static {
44:                 // initialize resource bundle
45:                 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
46:         }
47:
48:         private Messages() {
49:         }
50: }