blob: 0874d4e3e59c9737948afe25047a324375be5d5b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 RCP Vision (http://www.rcp-vision.com) 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:
* Lorenzo Bettini - initial API and implementation
*******************************************************************************/
package org.eclipse.emf.parsley;
/**
* @author Lorenzo Bettini - Initial Contribution and API
*
*/
public class EmfParsleyConstants {
public static final String CONTENT_ASSIST_SHORTCUT = "ContentAssistShortcut";
public static final String ITERABLE_STRING_SEPARATOR = "IterableStringSeparator";
public static final String ITERABLE_STRING_ELLIPSES = "IterableStringEllipses";
public static final String ITERABLE_STRING_MAX_LENGTH = "IterableStringMaxLength";
public static final String DEFAULT_TABLE_COLUMN_WEIGHT = "DefaultTableColumnWeight";
public static final String TABLE_COLUMN_WEIGHTS = "TableColumnWeights";
public static final String TREE_FORM_SASH_STYLE = "TreeFormSashStyle";
public static final String TREE_FORM_SASH_WEIGHTS = "TreeFormSashWeights";
protected EmfParsleyConstants() {
}
}