Eclipse Platform
2.0

org.eclipse.ui.views.properties
Interface IPropertySourceProvider


public interface IPropertySourceProvider

Interface used by PropertySheetRoot to obtain an IPropertySource for a given object.

This interface may be implemented by clients.


Method Summary
 IPropertySource getPropertySource(Object object)
          Returns a property source for the given object.
 

Method Detail

getPropertySource

public IPropertySource getPropertySource(Object object)
Returns a property source for the given object.

Parameters:
object - the object

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.