blob: ba8ed1a2a159401d7e620670275e765150f7aeb1 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2009 IBM Corporation.
* 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.ptp.etfw.feedback.preferences;
/**
* Constant definitions for plug-in preferences
*/
public class PreferenceConstants {
public static final String P_PATH = "pathPreference";
public static final String P_MAINTAIN_EXPAND_COLLAPSE_STATE = "maintainExpandCollapseState";
public static final String P_CHOICE = "choicePreference";
public static final String P_STRING = "stringPreference";
}