IBM Rational Software Modeler
Release 6.0

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

All Superinterfaces:
IPropertySource
All Known Implementing Classes:
CompositePropertySource

public interface ICompositePropertySource
extends IPropertySource

The composite property source is a linked list of composite property sources. This allows the property service to chain property sources contributed by the different providers


Method Summary
 void addPropertySource(ICompositePropertySource source)
          Add another composite property source to the linked list
 
Methods inherited from interface org.eclipse.ui.views.properties.IPropertySource
getEditableValue, getPropertyDescriptors, getPropertyValue, isPropertySet, resetPropertyValue, setPropertyValue
 

Method Detail

addPropertySource

public void addPropertySource(ICompositePropertySource source)
Add another composite property source to the linked list

Parameters:
source - - a composite property source to be added to the linked list

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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