blob: b29b3db4bd4a42d3701f4a8c77f95b7eafb1d83a [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:
* Daisuke SATO - initial API and implementation
*******************************************************************************/
package org.eclipse.actf.ai.navigator.preferences;
/**
* Constant definitions for plug-in preferences
*/
public class UserInfoPreferenceConstants {
public static final String AUTO_SAVE = "autoSave";
public static final String AUTO_REFRESH = "autoRefresh";
public static final String NONVERBAL_OVERVIEW = "nonverbalOverview";
}