org.eclipse.gmt.umlx.editor.property.sources
Class CompoundPropertySource

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.property.sources.AbstractPropertySource
      extended by org.eclipse.gmt.umlx.editor.property.sources.CompoundPropertySource
All Implemented Interfaces:
IModelPropertySource, org.eclipse.ui.views.properties.IPropertySource, org.eclipse.ui.views.properties.IPropertySource2

public class CompoundPropertySource
extends AbstractPropertySource


Field Summary
 
Fields inherited from class org.eclipse.gmt.umlx.editor.property.sources.AbstractPropertySource
READ_ONLY
 
Constructor Summary
CompoundPropertySource()
           
CompoundPropertySource(AbstractPropertySource one, AbstractPropertySource two)
           
 
Method Summary
 void add(AbstractPropertySource propertySource)
           
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.sources.AbstractPropertySource
getEditableValue, getPropertyDescriptor, getPropertyDescriptors, getPropertySource, getPropertyValue, isPropertyIdentity, isPropertyResettable, isPropertySet, isPropertySettable, isPropertyVolatile, resetPropertyValue, setPropertyValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundPropertySource

public CompoundPropertySource()

CompoundPropertySource

public CompoundPropertySource(AbstractPropertySource one,
                              AbstractPropertySource two)
Method Detail

add

public void add(AbstractPropertySource propertySource)