/* ******************************************************************************
* Copyright (c) 2006-2012 XMind Ltd. and others.
*
* This file is a part of XMind 3. XMind releases 3 and
* above are dual-licensed under the Eclipse Public License (EPL),
* which is available at http://www.eclipse.org/legal/epl-v10.html
* and the GNU Lesser General Public License (LGPL),
* which is available at http://www.gnu.org/licenses/lgpl.html
* See http://www.xmind.net/license.html for details.
*
* Contributors:
* XMind Ltd. - initial API and implementation
*******************************************************************************/
package org.xmind.ui.prefs;
public class PrefConstants {
/**
*
*/
public static final String ANIMATION_ENABLED = "animationEnabled"; //$NON-NLS-1$
/**
*
*/
public static final String SHADOW_ENABLED = "shadowEnabled"; //$NON-NLS-1$
/**
*
*/
public static final String UNDO_LIMIT = "undoLimit"; //$NON-NLS-1$
/**
*
*/
public static final String OVERLAPS_ALLOWED = "overlapsAllowed"; //$NON-NLS-1$
/**
*
*/
public static final String FREE_POSITION_ALLOWED = "freePositionAllowed"; //$NON-NLS-1$
/**
*
*/
public static final String DND_CLIENT_ID_ORDER = "dndClientIdOrder"; //$NON-NLS-1$
/**
*
*/
public static final String GRADIENT_COLOR = "gradientColor"; //$NON-NLS-1$
/**
*
*/
public static final String UNDO_REDO_TIPS_ENABLED = "undoRedoTipsEnabled"; //$NON-NLS-1$
/**
*
*/
public static final String UNDO_REDO_TIPS_FADE_DELAY = "undoRedoTipsFadeDelay"; //$NON-NLS-1$
/**
*
*/
public static final String DEFUALT_THEME = "defaultTheme"; //$NON-NLS-1$
/**
*
*/
public static final String PREVIEW_SKIPPED = "previewSkipped"; //$NON-NLS-1$
/**
*
*/
public static final String HOME_MAP_LOCATION = "homeMapLocation"; //$NON-NLS-1$
}