Package org.eclipse.ui.editors.text
Interface ILocationProviderExtension
-
public interface ILocationProviderExtension
Extension 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 URI
getURI(Object element)
Returns the URI of the given object ornull
.
-