org.eclipse.xsd.provider
Class XSDElementDeclarationItemProvider.DelegatingItemPropertyDescriptor

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

protected static class XSDElementDeclarationItemProvider.DelegatingItemPropertyDescriptor
extends XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault


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
XSDElementDeclarationItemProvider.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.xsd.provider.XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault
getChoiceOfValues, getPropertyDefaultValue
 
Methods inherited from class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
canSetProperty, collectReachableObjectsOfType, createPropertyValueWrapper, getCategory, 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

XSDElementDeclarationItemProvider.DelegatingItemPropertyDescriptor

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

getPropertyValue

public Object getPropertyValue(Object object)
Specified by:
getPropertyValue in interface IItemPropertyDescriptor
Overrides:
getPropertyValue in class XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault

setPropertyValue

public void setPropertyValue(Object object,
                             Object value)
Specified by:
setPropertyValue in interface IItemPropertyDescriptor
Overrides:
setPropertyValue in class XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault

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