Uses of Interface
org.eclipse.emf.ecp.view.dynamictree.model.DynamicContainmentItem

Packages that use DynamicContainmentItem
org.eclipse.emf.ecp.view.dynamictree.model   
org.eclipse.emf.ecp.view.dynamictree.model.impl   
org.eclipse.emf.ecp.view.dynamictree.model.test   
org.eclipse.emf.ecp.view.dynamictree.model.util   
org.eclipse.emf.ecp.view.dynamictree.ui.swt   
 

Uses of DynamicContainmentItem in org.eclipse.emf.ecp.view.dynamictree.model
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model that return DynamicContainmentItem
 DynamicContainmentItem ModelFactory.createDynamicContainmentItem()
          Returns a new object of class 'Dynamic Containment Item'.
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model that return types with arguments of type DynamicContainmentItem
 org.eclipse.emf.common.util.EList<DynamicContainmentItem> DynamicContainmentTree.getItems()
          Returns the value of the 'Items' containment reference list.
 org.eclipse.emf.common.util.EList<DynamicContainmentItem> DynamicContainmentItem.getItems()
          Returns the value of the 'Items' containment reference list.
 

Uses of DynamicContainmentItem in org.eclipse.emf.ecp.view.dynamictree.model.impl
 

Classes in org.eclipse.emf.ecp.view.dynamictree.model.impl that implement DynamicContainmentItem
 class DynamicContainmentItemImpl
          An implementation of the model object 'Dynamic Containment Item'.
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl that return DynamicContainmentItem
 DynamicContainmentItem ModelFactoryImpl.createDynamicContainmentItem()
           
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl that return types with arguments of type DynamicContainmentItem
 org.eclipse.emf.common.util.EList<DynamicContainmentItem> DynamicContainmentItemImpl.getItems()
           
 org.eclipse.emf.common.util.EList<DynamicContainmentItem> DynamicContainmentTreeImpl.getItems()
           
 

Uses of DynamicContainmentItem in org.eclipse.emf.ecp.view.dynamictree.model.test
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.test that return DynamicContainmentItem
static DynamicContainmentItem DynamicContainmentTree_PTest.addItem(String id, VElement viewModelParent, org.eclipse.emf.ecore.EObject virtualParent)
           
 

Uses of DynamicContainmentItem in org.eclipse.emf.ecp.view.dynamictree.model.util
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.util with parameters of type DynamicContainmentItem
 T ModelSwitch.caseDynamicContainmentItem(DynamicContainmentItem object)
          Returns the result of interpreting the object as an instance of 'Dynamic Containment Item'.
 boolean ModelValidator.validateDynamicContainmentItem(DynamicContainmentItem dynamicContainmentItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of DynamicContainmentItem in org.eclipse.emf.ecp.view.dynamictree.ui.swt
 

Constructors in org.eclipse.emf.ecp.view.dynamictree.ui.swt with parameters of type DynamicContainmentItem
SWTDynamicContainmentItemRenderer(DynamicContainmentItem vElement, ViewModelContext viewContext, ReportService reportService)
           
 



Copyright © 2015. All Rights Reserved.