blob: 71775a568217abf05630f87eb3ddf32fe1bf9a26 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2008 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:
* Takashi ITOH - initial API and implementation
*******************************************************************************/
package org.eclipse.actf.visualization.gui.preferences;
/**
* Constant definitions for plug-in preferences
*/
public class GuiPreferenceConstants {
public static final String JAWSTextView_Font = "JAWSTextView_Font"; //$NON-NLS-1$
public static final String MSAAEventView_Font = "MSAAEventView_Font"; //$NON-NLS-1$
public static final String AlwaysOnTop = "AlwaysOnTop"; //$NON-NLS-1$
public static final String UseOverlayWindow = "UseOverlayWindow"; //$NON-NLS-1$
}