Skip to content

Package: DepricatedControlMessageKeys

DepricatedControlMessageKeys

Coverage

1: /*******************************************************************************
2: * Copyright (c) 2011-2015 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.edit.internal.swt.controls;
15:
16: /**
17: * Keys for translated strings.
18: *
19: * @author Eugen Neufeld
20: * @generated
21: */
22: public interface DepricatedControlMessageKeys {
23:         // String AbstractTextControl_InvalidInput;
24:         // String AbstractTextControl_InvalidInputSpace;
25:         String AbstractTextControl_Unset = "AbstractTextControl_Unset"; //$NON-NLS-1$
26:
27:         String AttributeMultiControl_NotSetClickToSet = "AttributeMultiControl_NotSetClickToSet"; //$NON-NLS-1$
28:         String AttributeMultiControl_Unset = "AttributeMultiControl_Unset"; //$NON-NLS-1$
29:
30:         String BooleanControl_NoBooleanSetClickToSetBoolean = "BooleanControl_NoBooleanSetClickToSetBoolean"; //$NON-NLS-1$
31:         String BooleanControl_UnsetBoolean = "BooleanControl_UnsetBoolean"; //$NON-NLS-1$
32:
33:         String DateTimeControl_NoDateSetClickToSetDate = "DateTimeControl_NoDateSetClickToSetDate"; //$NON-NLS-1$
34:         String DateTimeControl_UnsetDate = "DateTimeControl_UnsetDate"; //$NON-NLS-1$
35:
36:         String EEnumControl_NoValueSetClickToSetValue = "EEnumControl_NoValueSetClickToSetValue"; //$NON-NLS-1$
37:         String EEnumControl_UnsetValue = "EEnumControl_UnsetValue"; //$NON-NLS-1$
38:
39:         String NumericalControl_FormatNumerical = "NumericalControl_FormatNumerical"; //$NON-NLS-1$
40:         String NumericalControl_FormatNumericalDecimal = "NumericalControl_FormatNumericalDecimal"; //$NON-NLS-1$
41:         String NumericalControl_InvalidNumber = "NumericalControl_InvalidNumber"; //$NON-NLS-1$
42:         String NumericalControl_InvalidNumberWillBeUnset = "NumericalControl_InvalidNumberWillBeUnset"; //$NON-NLS-1$
43:         String NumericalControl_NoNumberClickToSetNumber = "NumericalControl_NoNumberClickToSetNumber"; //$NON-NLS-1$
44:         String NumericalControl_UnsetNumber = "NumericalControl_UnsetNumber"; //$NON-NLS-1$
45:
46:         String StringControl_NoTextSetClickToSetText = "StringControl_NoTextSetClickToSetText"; //$NON-NLS-1$
47:         String StringControl_UnsetText = "StringControl_UnsetText"; //$NON-NLS-1$
48:
49:         String TableControl_AddInstanceOf = "TableControl_AddInstanceOf"; //$NON-NLS-1$
50:         String TableControl_Delete = "TableControl_Delete"; //$NON-NLS-1$
51:         String TableControl_DeleteAreYouSure = "TableControl_DeleteAreYouSure"; //$NON-NLS-1$
52:         String TableControl_NotSetClickToSet = "TableControl_NotSetClickToSet"; //$NON-NLS-1$
53:         String TableControl_RemoveSelected = "TableControl_RemoveSelected"; //$NON-NLS-1$
54:         String TableControl_Unset = "TableControl_Unset"; //$NON-NLS-1$
55:         String TableControl_ValidationStatusColumn = "TableControl_ValidationStatusColumn"; //$NON-NLS-1$
56:
57:         String XmlDateControlText_InvalidNumber = "XmlDateControlText_InvalidNumber"; //$NON-NLS-1$
58:         String XmlDateControlText_NoDateSetClickToSetDate = "XmlDateControlText_NoDateSetClickToSetDate"; //$NON-NLS-1$
59:         String XmlDateControlText_NumberInvalidValueWillBeUnset = "XmlDateControlText_NumberInvalidValueWillBeUnset"; //$NON-NLS-1$
60:         String XmlDateControlText_UnsetDate = "XmlDateControlText_UnsetDate"; //$NON-NLS-1$
61: }