Package org.eclipse.ui.views.properties
Interface IPropertySourceProvider
public interface IPropertySourceProvider
Interface used by
PropertySheetEntry
to obtain an IPropertySource
for a
given object.
This interface may be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptiongetPropertySource
(Object object) Returns a property source for the given object.
-
Method Details
-
getPropertySource
Returns a property source for the given object.- Parameters:
object
- the object- Returns:
- the property source for the object passed in (maybe
null
)
-