Class ItemPropertyDescriptorWrapper

java.lang.Object
tools.mdsd.library.emfeditutils.itempropertydescriptor.impl.ItemPropertyDescriptorWrapper
All Implemented Interfaces:
IItemPropertyDescriptor
Direct Known Subclasses:
ItemPropertyDescriptorDecoratorImpl

public class ItemPropertyDescriptorWrapper extends Object implements IItemPropertyDescriptor
Wrapper for IItemPropertyDescriptor entities. The implementation does not change the processing logic but just delegates every method to the given delegate. Unfortunately, EMF does not provide such a class. In contrast to this implementation, the EMF ItemPropertyDescriptorDecorator changes the object the IItemPropertyDescriptor operates on.