1 package net.sourceforge.phpeclipse.webbrowser.views;
3 import org.eclipse.jface.viewers.ISelection;
4 import org.eclipse.ui.part.ShowInContext;
7 * Adds an URL String to the ShowInContext for the BrowserUtil
11 public class ShowInContextBrowser extends ShowInContext {
14 public ShowInContextBrowser(Object input, ISelection selection,
15 String localhostUrl) {
16 super(input, selection);
17 fLocalhostUrl = localhostUrl;
20 public String getLocalhostUrl() {