Uses of Interface
org.eclipse.emf.ecp.ui.view.editor.test.model.test.Component

Packages that use Component
org.eclipse.emf.ecp.ui.view.editor.test.model.test   
org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl   
org.eclipse.emf.ecp.ui.view.editor.test.model.test.util   
 

Uses of Component in org.eclipse.emf.ecp.ui.view.editor.test.model.test
 

Subinterfaces of Component in org.eclipse.emf.ecp.ui.view.editor.test.model.test
 interface Composite
          A representation of the model object 'Composite'.
 

Methods in org.eclipse.emf.ecp.ui.view.editor.test.model.test that return Component
 Component TestFactory.createComponent()
          Returns a new object of class 'Component'.
 

Methods in org.eclipse.emf.ecp.ui.view.editor.test.model.test that return types with arguments of type Component
 org.eclipse.emf.common.util.EList<Component> Composite.getComposites()
          Returns the value of the 'Composites' containment reference list.
 

Uses of Component in org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl
 

Classes in org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl that implement Component
 class ComponentImpl
          An implementation of the model object 'Component'.
 class CompositeImpl
          An implementation of the model object 'Composite'.
 

Methods in org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl that return Component
 Component TestFactoryImpl.createComponent()
           
 

Methods in org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl that return types with arguments of type Component
 org.eclipse.emf.common.util.EList<Component> CompositeImpl.getComposites()
           
 

Uses of Component in org.eclipse.emf.ecp.ui.view.editor.test.model.test.util
 

Methods in org.eclipse.emf.ecp.ui.view.editor.test.model.test.util with parameters of type Component
 T TestSwitch.caseComponent(Component object)
          Returns the result of interpreting the object as an instance of 'Component'.
 



Copyright © 2014. All Rights Reserved.