/******************************************************************************* * Copyright (c) 2004, 2011 BREDEX GmbH. * 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: * BREDEX GmbH - initial API and implementation and/or initial documentation *******************************************************************************/ package org.eclipse.jubula.launch.rcp; /** * Constants for launch integration. * * @author BREDEX GmbH * @created 20.07.2011 */ public final class RcpAutLaunchConfigurationConstants { /** key for Keyboard Layout property */ public static final String KEYBOARD_LAYOUT_KEY = "org.eclipse.jubula.launch.swt.KEYBOARD_LAYOUT"; //$NON-NLS-1$ /** * Private constructor to prevent instantiation of "constants" class. */ private RcpAutLaunchConfigurationConstants() { // Nothing to initialize } }