Eclipse Platform
Release 3.1

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
 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
Returns:
the property source for the object passed in (maybe null)

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.