blob: 5399823dcd32790af3906b42b4fb8a4c3833390e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2015 EclipseSource Muenchen GmbH and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Eugen Neufeld - initial API and implementation
******************************************************************************/
package org.eclipse.emf.ecp.edit.internal.swt.util;
/**
* Keys for translated strings.
*
* @author Eugen Neufeld
* @generated
*/
public interface UtilMessageKeys {
String CellEditorFactory_CannotBeLoadedBecauseBundle = "CellEditorFactory_CannotBeLoadedBecauseBundle"; //$NON-NLS-1$
String CellEditorFactory_CannotBeResolved = "CellEditorFactory_CannotBeResolved"; //$NON-NLS-1$
}