Eclipse Platform
Release 3.6

org.eclipse.ui.editors.text
Interface ILocationProviderExtension


public interface ILocationProviderExtension

Extension interface for ILocationProvider. Adds ability to the location for a given object as URI.

Since:
3.3

Method Summary
 URI getURI(Object element)
          Returns the URI of the given object or null.
 

Method Detail

getURI

URI getURI(Object element)
Returns the URI of the given object or null.

Parameters:
element - the object for which to get the location
Returns:
the URI of the given object or null

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.