blob: 6035aae98a8d5176f6522bd482553f48ff24675c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2013 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ui.internal.views.log;
public interface IHelpContextIds {
public static final String PREFIX = "org.eclipse.ui."; //$NON-NLS-1$
public static final String LOG_VIEW = PREFIX + "error_log"; //$NON-NLS-1$
public static final String LOG_EVENTDETAILS = PREFIX + "log_eventdetails"; //$NON-NLS-1$
public static final String LOG_FILTER = PREFIX + "log_filter"; //$NON-NLS-1$
}