A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.webbrowser / src / net / sourceforge / phpeclipse / webbrowser / internal / ContextIds.java
1 /**
2  * Copyright (c) 2003 IBM Corporation and others.
3  * All rights reserved. � This program and the accompanying materials
4  * are made available under the terms of the Common Public License v1.0
5  * which accompanies this distribution, and is available at
6  * http://www.eclipse.org/legal/cpl-v10.html
7  �*
8  * Contributors:
9  *    IBM - Initial API and implementation
10  */
11 package net.sourceforge.phpeclipse.webbrowser.internal;
12
13 /**
14  * Context help id constants.
15  */
16 public interface ContextIds {
17         public static final String PREF_BROWSER = WebBrowserUIPlugin.PLUGIN_ID
18                         + ".wbpr0000";
19
20         public static final String PREF_BROWSER_INTERNAL = WebBrowserUIPlugin.PLUGIN_ID
21                         + ".wbpr0002";
22
23         public static final String PREF_BROWSER_EXTERNAL_ADD = WebBrowserUIPlugin.PLUGIN_ID
24                         + ".wbpr0004";
25
26         public static final String PREF_BROWSER_EXTERNAL_EDIT = WebBrowserUIPlugin.PLUGIN_ID
27                         + ".wbpr0005";
28
29         public static final String PREF_BROWSER_EXTERNAL_SEARCH = WebBrowserUIPlugin.PLUGIN_ID
30                         + ".wbpr0006";
31
32         public static final String WEB_BROWSER = WebBrowserUIPlugin.PLUGIN_ID
33                         + ".sewb0000";
34
35         public static final String WEB_BROWSER_URL = WebBrowserUIPlugin.PLUGIN_ID
36                         + ".sewb0002";
37
38         public static final String WEB_BROWSER_WEB = WebBrowserUIPlugin.PLUGIN_ID
39                         + ".sewb0004";
40 }