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 SummaryModifier and TypeMethodDescriptiongetPropertySource(Object object) Returns a property source for the given object.
- 
Method Details- 
getPropertySourceReturns a property source for the given object.- Parameters:
- object- the object
- Returns:
- the property source for the object passed in (maybe
         null)
 
 
-