1 11 package org.eclipse.ui.internal.browser; 12 20 public interface IBrowserDescriptor { 21 public static final String URL_PARAMETER = "%URL%"; 23 28 public String getName(); 29 30 37 public String getLocation(); 38 39 46 public String getParameters(); 47 48 53 public void delete(); 54 55 62 public boolean isWorkingCopy(); 63 64 70 public IBrowserDescriptorWorkingCopy getWorkingCopy(); 71 } | Popular Tags |