Package org.eclipse.ui.views.properties
Interface IPropertySourceProvider
-
public interface IPropertySourceProviderInterface used byPropertySheetEntryto obtain anIPropertySourcefor a given object.This interface may be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertySourcegetPropertySource(Object object)Returns a property source for the given object.
-
-
-
Method Detail
-
getPropertySource
IPropertySource getPropertySource(Object object)
Returns a property source for the given object.- Parameters:
object- the object- Returns:
- the property source for the object passed in (maybe
null)
-
-