org.eclipse.xsd.provider
Class XSDAttributeDeclarationItemProvider.DelegatingItemPropertyDescriptor

java.lang.Object
  extended byorg.eclipse.emf.edit.provider.ItemPropertyDescriptor
      extended byorg.eclipse.xsd.provider.XSDAttributeDeclarationItemProvider.DelegatingItemPropertyDescriptor
All Implemented Interfaces:
IItemPropertyDescriptor, IItemPropertyDescriptor.OverrideableCommandOwner
Enclosing class:
XSDAttributeDeclarationItemProvider

protected static class XSDAttributeDeclarationItemProvider.DelegatingItemPropertyDescriptor
extends ItemPropertyDescriptor


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
ItemPropertyDescriptor.ItemDelegator, ItemPropertyDescriptor.PropertyValueWrapper
 
Nested classes inherited from class org.eclipse.emf.edit.provider.IItemPropertyDescriptor
IItemPropertyDescriptor.OverrideableCommandOwner
 
Field Summary
 
Fields inherited from class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
adapterFactory, BOOLEAN_VALUE_IMAGE, category, commandOwner, description, displayName, ecorePackage, feature, filterFlags, GENERIC_VALUE_IMAGE, INTEGRAL_VALUE_IMAGE, isSettable, itemDelegator, multiLine, parentReferences, REAL_VALUE_IMAGE, resourceLocator, sortChoices, staticImage, TEXT_VALUE_IMAGE
 
Constructor Summary
XSDAttributeDeclarationItemProvider.DelegatingItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage)
           
 
Method Summary
 Object getPropertyValue(Object object)
           
 void setPropertyValue(Object object, Object value)
           
 
Methods inherited from class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
canSetProperty, collectReachableObjectsOfType, createPropertyValueWrapper, getCategory, getChoiceOfValues, getComboBoxObjects, getCommandOwner, getCommandOwner, getDefaultValue, getDescription, getDisplayName, getEditingDomain, getFeature, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getReachableObjectsOfType, getValue, isCompatibleWith, isMany, isMultiLine, isPropertySet, isSortChoices, resetPropertyValue, setCommandOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDAttributeDeclarationItemProvider.DelegatingItemPropertyDescriptor

public XSDAttributeDeclarationItemProvider.DelegatingItemPropertyDescriptor(AdapterFactory adapterFactory,
                                                                            String displayName,
                                                                            String description,
                                                                            EStructuralFeature feature,
                                                                            boolean isSettable,
                                                                            Object staticImage)
Method Detail

getPropertyValue

public Object getPropertyValue(Object object)

setPropertyValue

public void setPropertyValue(Object object,
                             Object value)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.