f33fff7e914ac5b756d6ac6005ffcbeab45f59f5
[phpeclipse.git] /
1 package net.sourceforge.phpeclipse.webbrowser;
2 /**
3  * 
4  */
5 public interface IExternalWebBrowserWorkingCopy extends IExternalWebBrowser {
6         public void setName(String name);
7
8         public void setLocation(String location);
9         
10         public void setParameters(String params);
11         
12         public IExternalWebBrowser save();
13 }