org.eclipse.xsd.provider
Class XSDConcreteComponentItemProvider

java.lang.Object
  extended byItemProviderAdapter
      extended byorg.eclipse.xsd.provider.XSDItemProviderAdapter
          extended byorg.eclipse.xsd.provider.XSDConcreteComponentItemProvider
Direct Known Subclasses:
XSDComponentItemProvider, XSDParticleContentItemProvider, XSDSchemaContentItemProvider

public class XSDConcreteComponentItemProvider
extends XSDItemProviderAdapter

This is the item provider adpater for a XSDConcreteComponent object.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.eclipse.xsd.provider.XSDItemProviderAdapter
XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault
 
Field Summary
 
Fields inherited from class org.eclipse.xsd.provider.XSDItemProviderAdapter
itemDelegator, xsdFactory, xsdPackage
 
Constructor Summary
XSDConcreteComponentItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
 
Method Summary
protected  void createElementPropertyDescriptor(Object object)
           
protected  Command createInitializeCopyCommand(EditingDomain domain, EObject owner, CopyCommand.Helper helper)
          We don't want to copy any references other than containment references.
 List getPropertyDescriptors(Object object)
          This returns the property descriptors for the adapted class.
 void notifyChanged(Notification msg)
          This handles notification by calling fireNotifyChanged.
 
Methods inherited from class org.eclipse.xsd.provider.XSDItemProviderAdapter
addModelGroupChildParameters, addSimpleTypeDefinitionChildParameters, createAttributeDeclaration, createAttributeGroupDefinition, createAttributeGroupDefinitionReference, createAttributeUse, createChildParameter, createComplexTypeDefinition, createElementDeclaration, createIdentityConstraintDefinition, createModelGroupDefinition, createNotationDeclaration, createParticle, createSimpleTypeDefinition, getAttributeSiblings, getCreateChildDescription, getCreateChildImage, getCreateChildResult, getCreateChildText, getCreateChildToolTipText, getImageNameQualifier, getNewObjectName, getParent, getParticleOrAttributeUseContent, getTopModelGroup, getTypeText, getTypeTextQualifier, isGlobal, isUniqueAttributeDeclarationName, isUniqueElementDeclarationName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDConcreteComponentItemProvider

public XSDConcreteComponentItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier.

Method Detail

getPropertyDescriptors

public List getPropertyDescriptors(Object object)
This returns the property descriptors for the adapted class.

Overrides:
getPropertyDescriptors in class XSDItemProviderAdapter

createElementPropertyDescriptor

protected void createElementPropertyDescriptor(Object object)

createInitializeCopyCommand

protected Command createInitializeCopyCommand(EditingDomain domain,
                                              EObject owner,
                                              CopyCommand.Helper helper)
We don't want to copy any references other than containment references.


notifyChanged

public void notifyChanged(Notification msg)
This handles notification by calling fireNotifyChanged.


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