blob: 7bcda23e8f2955b57b3e44d3d328bc57dde99f39 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2003, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
 *
* Contributors:
* IBM - Initial API and implementation
**********************************************************************/
package org.eclipse.wst.internet.monitor.ui.internal;
/**
* Constant ids for context help.
*/
public interface ContextIds {
public static final String VIEW = MonitorUIPlugin.PLUGIN_ID + ".tmvw0000";
public static final String VIEW_TREE = MonitorUIPlugin.PLUGIN_ID + ".tmvw0002";
public static final String VIEW_REQUEST = MonitorUIPlugin.PLUGIN_ID + ".tmvw0004";
public static final String VIEW_RESPONSE = MonitorUIPlugin.PLUGIN_ID + ".tmvw0006";
public static final String PREF = MonitorUIPlugin.PLUGIN_ID + ".tmpr0000";
public static final String PREF_SHOW = MonitorUIPlugin.PLUGIN_ID + ".tmpr0002";
public static final String PREF_MONITORS = MonitorUIPlugin.PLUGIN_ID + ".tmpr0004";
public static final String PREF_DIALOG = MonitorUIPlugin.PLUGIN_ID + ".tmpr0006";
}