Package org.eclipse.ui.views.properties
Interface IPropertySourceProvider
-
public interface IPropertySourceProvider
Interface used byPropertySheetEntry
to obtain anIPropertySource
for a given object.This interface may be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertySource
getPropertySource(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
)
-
-