IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.common.ui.services.properties
Interface IPropertiesProvider

All Superinterfaces:
IProvider

public interface IPropertiesProvider
extends IProvider

A IPropertiesProvider object. Each such provider contributes a set of properties as ICompositePropertySource object for the given target. All contributions from such providers will be assembled by the properties service into a property source object.


Method Summary
 ICompositePropertySource getPropertySource(Object object)
          A call to contribute a set of properties as ICompositePropertySource object for the given target.
 
Methods inherited from interface com.ibm.xtools.common.core.service.IProvider
addProviderChangeListener, provides, removeProviderChangeListener
 

Method Detail

getPropertySource

public ICompositePropertySource getPropertySource(Object object)
A call to contribute a set of properties as ICompositePropertySource object for the given target. This contribution will be appended to the properties contributed by other providers.

Parameters:
object - - target of the properties
Returns:
- properties contributed by this provider

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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