Package org.eclipse.ui.editors.text
Interface ILocationProviderExtension
-
public interface ILocationProviderExtensionExtension interface forILocationProvider. Adds ability to the location for a given object as URI.- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIgetURI(Object element)Returns the URI of the given object ornull.
-