Uses of Interface
org.eclipse.corona.model.container.RelatedContainers

Packages that use RelatedContainers
org.eclipse.corona.model.container   
org.eclipse.corona.model.container.impl   
org.eclipse.corona.model.container.util   
 

Uses of RelatedContainers in org.eclipse.corona.model.container
 

Methods in org.eclipse.corona.model.container that return RelatedContainers
 RelatedContainers ContainerFactory.createRelatedContainers()
          Returns a new object of class 'Related Containers'
 RelatedContainers ContextContainer.getRelatedContainers()
          Returns the value of the 'Related Containers' containment reference
 

Methods in org.eclipse.corona.model.container with parameters of type RelatedContainers
 void ContextContainer.setRelatedContainers(RelatedContainers value)
          Sets the value of the 'Related Containers' containment reference
 

Uses of RelatedContainers in org.eclipse.corona.model.container.impl
 

Classes in org.eclipse.corona.model.container.impl that implement RelatedContainers
 class RelatedContainersImpl
          An implementation of the model object 'Related Containers'
 

Fields in org.eclipse.corona.model.container.impl declared as RelatedContainers
protected  RelatedContainers ContextContainerImpl.relatedContainers
          The cached value of the 'Related Containers' containment reference
 

Methods in org.eclipse.corona.model.container.impl that return RelatedContainers
 RelatedContainers ContainerFactoryImpl.createRelatedContainers()
           
 RelatedContainers ContextContainerImpl.getRelatedContainers()
           
 

Methods in org.eclipse.corona.model.container.impl with parameters of type RelatedContainers
 org.eclipse.emf.common.notify.NotificationChain ContextContainerImpl.basicSetRelatedContainers(RelatedContainers newRelatedContainers, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ContextContainerImpl.setRelatedContainers(RelatedContainers newRelatedContainers)
           
 

Uses of RelatedContainers in org.eclipse.corona.model.container.util
 

Methods in org.eclipse.corona.model.container.util with parameters of type RelatedContainers
 java.lang.Object ContainerSwitch.caseRelatedContainers(RelatedContainers object)
          Returns the result of interpretting the object as an instance of 'Related Containers'
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.