blob: bac4949cf6c39ed08de3a44a2a6cb9505fc92951 [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.ui.e3;
import org.eclipse.osgi.util.NLS;
/**
*
* @author Eugen Neufeld
* @generated
*/
public final class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.emf.ecp.ui.e3.messages"; //$NON-NLS-1$
public static String ModelExplorerView_LinkWithEditor;
public static String RefreshViewerAction_Title;
public static String RefreshViewerAction_Tooltip;
public static String TreeView_Exception_ViewerNotCreated;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}