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.DefaultPropertySource
DefaultPropertySource.Augmented<RECEIVER,
AUGMENTING_RECEIVER>, DefaultPropertySource.DelegatingPropertyDescriptor<RECEIVER> -
Constructor Summary
ConstructorDescriptionAugmented
(RECEIVER object, IPropertyProvider<RECEIVER> provider, AUGMENTING_RECEIVER augmentingObject) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract IPropertySource
createAugmentingPropertySource
(AUGMENTING_RECEIVER augmentingObject) Methods inherited from class org.eclipse.net4j.util.ui.DefaultPropertySource
addDescriptor, addDescriptor, addDescriptors, getEditableValue, getProperty, getPropertyDescriptor, getPropertyDescriptors, getReceiver, isPropertySet, resetPropertyValue, setPropertyValue
-
Constructor Details
-
Augmented
public Augmented(RECEIVER object, IPropertyProvider<RECEIVER> provider, AUGMENTING_RECEIVER augmentingObject)
-
-
Method Details
-
getPropertyValue
- Specified by:
getPropertyValue
in interfaceIPropertySource
- Overrides:
getPropertyValue
in classDefaultPropertySource<RECEIVER>
-
createAugmentingPropertySource
protected abstract IPropertySource createAugmentingPropertySource(AUGMENTING_RECEIVER augmentingObject)
-