blob: 5b1f9078904c40232717b94d5d57ab6106c94fe8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 Oracle. 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: Oracle. - initial API and implementation
*******************************************************************************/
package org.eclipse.jpt.ui.internal;
public interface IPreferenceConstants
{
/**
* A named preference that controls whether the structure view's selection is linked to the active editor.
*/
public static final String LINK_STRUCTURE_VIEW_TO_EDITOR= "org.eclipse.jpt.linkStructureToEditor"; //$NON-NLS-1$
}