org.eclipse.xsd.provider
Class XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault

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

public static class XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault
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
XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage)
           
 
Method Summary
 Collection getChoiceOfValues(Object o)
           
 Object getPropertyDefaultValue(Object o)
           
 Object getPropertyValue(Object o)
           
 void setPropertyValue(Object o, Object value)
           
 
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

XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault

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

getPropertyValue

public Object getPropertyValue(Object o)

setPropertyValue

public void setPropertyValue(Object o,
                             Object value)

getChoiceOfValues

public Collection getChoiceOfValues(Object o)

getPropertyDefaultValue

public Object getPropertyDefaultValue(Object o)

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