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

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

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

Methods in org.eclipse.corona.model.container that return ContainerProperty
 ContainerProperty ContainerFactory.createContainerProperty()
          Returns a new object of class 'Property'
 

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

Classes in org.eclipse.corona.model.container.impl that implement ContainerProperty
 class ContainerPropertyImpl
          An implementation of the model object 'Property'
 

Methods in org.eclipse.corona.model.container.impl that return ContainerProperty
 ContainerProperty ContainerFactoryImpl.createContainerProperty()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.