Uses of Interface
org.eclipse.emf.ecp.view.index.test.example.Container

Packages that use Container
org.eclipse.emf.ecp.view.index.test.example   
org.eclipse.emf.ecp.view.index.test.example.impl   
org.eclipse.emf.ecp.view.index.test.example.util   
 

Uses of Container in org.eclipse.emf.ecp.view.index.test.example
 

Methods in org.eclipse.emf.ecp.view.index.test.example that return Container
 Container ExampleFactory.createContainer()
          Returns a new object of class 'Container'.
 Container Intermediate.getContainer()
          Returns the value of the 'Container' containment reference.
 

Methods in org.eclipse.emf.ecp.view.index.test.example with parameters of type Container
 void Intermediate.setContainer(Container value)
          Sets the value of the 'Container' containment reference.
 

Uses of Container in org.eclipse.emf.ecp.view.index.test.example.impl
 

Methods in org.eclipse.emf.ecp.view.index.test.example.impl that return Container
 Container ExampleFactoryImpl.createContainer()
           
 Container IntermediateImpl.getContainer()
           
 

Methods in org.eclipse.emf.ecp.view.index.test.example.impl with parameters of type Container
 org.eclipse.emf.common.notify.NotificationChain IntermediateImpl.basicSetContainer(Container newContainer, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IntermediateImpl.setContainer(Container newContainer)
           
 

Uses of Container in org.eclipse.emf.ecp.view.index.test.example.util
 

Methods in org.eclipse.emf.ecp.view.index.test.example.util with parameters of type Container
 T ExampleSwitch.caseContainer(Container object)
          Returns the result of interpreting the object as an instance of 'Container'.
 



Copyright © 2015. All Rights Reserved.