/**
* Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
+ * 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
*/
import org.eclipse.core.runtime.Platform;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
+
/**
* The main web browser plugin class.
*/
/**
* Returns the singleton instance of this plugin.
- *
+ *
* @return net.sourceforge.phpeclipse.webbrowser.WebBrowserPlugin
*/
public static WebBrowserUIPlugin getInstance() {
/**
* Returns the translated String found with the given key.
- *
- * @param key java.lang.String
+ *
+ * @param key
+ * java.lang.String
* @return java.lang.String
*/
public static String getResource(String key) {
}
/**
- * Returns the translated String found with the given key,
- * and formatted with the given arguments using java.text.MessageFormat.
- *
- * @param key java.lang.String
- * @param arg java.lang.String
+ * Returns the translated String found with the given key, and formatted
+ * with the given arguments using java.text.MessageFormat.
+ *
+ * @param key
+ * java.lang.String
+ * @param arg
+ * java.lang.String
* @return java.lang.String
*/
public static String getResource(String key, String arg) {
/**
* Shuts down this plug-in and saves all plug-in state.
- *
+ *
* @exception Exception
*/
public void stop(BundleContext context) throws Exception {