blob: b42104906bfdd30508717ab7c5e280a983f89afb [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 vogella GmbH.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Simon Scholz <simon.scholz@vogella.com> - initial API and implementation
*******************************************************************************/
package org.eclipse.e4.tools.preference.spy.constants;
/**
* Constant definitions for plug-in preferences
*/
public class PreferenceConstants {
public enum ViewerLayouts {
Flat, Hierarchical;
}
public static final String TRACE_PREFERENCES = "tracepreferences";
public static final String HIERARCHICAL_LAYOUT = "hierarchicalLayoutPreference";
}