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

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

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

Methods in org.eclipse.corona.model.container that return ContainerProperties
 ContainerProperties ContainerFactory.createContainerProperties()
          Returns a new object of class 'Properties'
 ContainerProperties ContextContainer.getContainerProperties()
          Returns the value of the 'Container Properties' containment reference
 

Methods in org.eclipse.corona.model.container with parameters of type ContainerProperties
 void ContextContainer.setContainerProperties(ContainerProperties value)
          Sets the value of the 'Container Properties' containment reference
 

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

Classes in org.eclipse.corona.model.container.impl that implement ContainerProperties
 class ContainerPropertiesImpl
          An implementation of the model object 'Properties'
 

Fields in org.eclipse.corona.model.container.impl declared as ContainerProperties
protected  ContainerProperties ContextContainerImpl.containerProperties
          The cached value of the 'Container Properties' containment reference
 

Methods in org.eclipse.corona.model.container.impl that return ContainerProperties
 ContainerProperties ContainerFactoryImpl.createContainerProperties()
           
 ContainerProperties ContextContainerImpl.getContainerProperties()
           
 

Methods in org.eclipse.corona.model.container.impl with parameters of type ContainerProperties
 org.eclipse.emf.common.notify.NotificationChain ContextContainerImpl.basicSetContainerProperties(ContainerProperties newContainerProperties, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ContextContainerImpl.setContainerProperties(ContainerProperties newContainerProperties)
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.