blob: 3ffbc3f9aa966144734e38c197dbf5ed7781122c [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
package org.eclipse.gmf.tests.runtime.diagram.ui.label;
/**
* @author crevells
*/
class LabelConstants {
public final static String ID_WRAPLABEL = "org.eclipse.gmf.examples.runtime.diagram.label.WrapLabelNote"; //$NON-NLS-1$
public final static String ID_GEFLABEL = "org.eclipse.gmf.examples.runtime.diagram.label.GEFLabelNote"; //$NON-NLS-1$
public final static String ID_WRAPPINGLABEL = "org.eclipse.gmf.examples.runtime.diagram.label.WrappingLabelNote"; //$NON-NLS-1$
public final static String ID_OLDWRAPLABEL = "org.eclipse.gmf.examples.runtime.diagram.label.OldWrapLabelNote"; //$NON-NLS-1$
public final static String VIEWTYPE_GEFLABEL_NOTE = LabelNotationType.GEFLABEL_NOTE
.getSemanticHint();
public final static String VIEWTYPE_WRAPPINGLABEL_NOTE = LabelNotationType.WRAPPINGLABEL_NOTE
.getSemanticHint();
public final static String VIEWTYPE_OLDWRAPLABEL_NOTE = LabelNotationType.OLDWRAPLABEL_NOTE
.getSemanticHint();
public final static String VIEWTYPE_WRAPLABEL_NOTE = LabelNotationType.WRAPLABEL_NOTE
.getSemanticHint();
public final static String VIEWTYPE_GEFLABEL = "GEFLabel"; //$NON-NLS-1$
public final static String VIEWTYPE_WRAPPINGLABEL = "WrappingLabel"; //$NON-NLS-1$
public final static String VIEWTYPE_OLDWRAPLABEL = "OldWrapLabel"; //$NON-NLS-1$
public final static String VIEWTYPE_WRAPLABEL = "WrapLabel"; //$NON-NLS-1$
}