Package org.eclipse.net4j.util.ui
Class DefaultPropertySource.Augmented<RECEIVER,AUGMENTING_RECEIVER>
- java.lang.Object
- 
- org.eclipse.net4j.util.ui.DefaultPropertySource<RECEIVER>
- 
- org.eclipse.net4j.util.ui.DefaultPropertySource.Augmented<RECEIVER,AUGMENTING_RECEIVER>
 
 
- 
- All Implemented Interfaces:
- IPropertySource
 - Enclosing class:
- DefaultPropertySource<RECEIVER>
 
 public abstract static class DefaultPropertySource.Augmented<RECEIVER,AUGMENTING_RECEIVER> extends DefaultPropertySource<RECEIVER> - Since:
- 3.5
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.ui.DefaultPropertySourceDefaultPropertySource.Augmented<RECEIVER,AUGMENTING_RECEIVER>, DefaultPropertySource.DelegatingPropertyDescriptor<RECEIVER>
 
- 
 - 
Constructor SummaryConstructors Constructor Description Augmented(RECEIVER object, IPropertyProvider<RECEIVER> provider, AUGMENTING_RECEIVER augmentingObject)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract IPropertySourcecreateAugmentingPropertySource(AUGMENTING_RECEIVER augmentingObject)java.lang.ObjectgetPropertyValue(java.lang.Object id)- 
Methods inherited from class org.eclipse.net4j.util.ui.DefaultPropertySourceaddDescriptor, addDescriptor, addDescriptors, getEditableValue, getProperty, getPropertyDescriptor, getPropertyDescriptors, getReceiver, isPropertySet, resetPropertyValue, setPropertyValue
 
- 
 
- 
- 
- 
Constructor Detail- 
Augmentedpublic Augmented(RECEIVER object, IPropertyProvider<RECEIVER> provider, AUGMENTING_RECEIVER augmentingObject) 
 
- 
 - 
Method Detail- 
getPropertyValuepublic java.lang.Object getPropertyValue(java.lang.Object id) - Specified by:
- getPropertyValuein interface- IPropertySource
- Overrides:
- getPropertyValuein class- DefaultPropertySource<RECEIVER>
 
 - 
createAugmentingPropertySourceprotected abstract IPropertySource createAugmentingPropertySource(AUGMENTING_RECEIVER augmentingObject) 
 
- 
 
-