blob: 572ad09aa6b2b033e9b545f425858681990721cd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2015 THALES GLOBAL SERVICES.
* 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:
* Thales - initial API and implementation
*******************************************************************************/
package org.eclipse.amalgam.explorer.activity.ui.api.preferences;
/**
*
*/
public interface PreferenceConstants {
/**
* Open activity explorer editor preference id.
*/
public static final String P_OPEN_ACTIVITY_EXPLORER = "openactivityexplorer"; //$NON-NLS-1$
}