/******************************************************************************* * Copyright (c) 2003, 2005 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.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"; }