Eclipse Platform
Release 3.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
Release 3.0

Guidelines for using Eclipse APIs.

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