Uses of Interface
org.eclipse.emf.ecp.view.spi.model.VContainedElement

Packages that use VContainedElement
org.eclipse.emf.ecp.ui.view.test   
org.eclipse.emf.ecp.view.dynamictree.model   
org.eclipse.emf.ecp.view.dynamictree.model.impl   
org.eclipse.emf.ecp.view.spi.categorization.model   
org.eclipse.emf.ecp.view.spi.categorization.model.impl   
org.eclipse.emf.ecp.view.spi.categorization.model.util   
org.eclipse.emf.ecp.view.spi.compoundcontrol.model   
org.eclipse.emf.ecp.view.spi.compoundcontrol.model.impl   
org.eclipse.emf.ecp.view.spi.compoundcontrol.model.util   
org.eclipse.emf.ecp.view.spi.custom.model   
org.eclipse.emf.ecp.view.spi.custom.model.impl   
org.eclipse.emf.ecp.view.spi.custom.model.util   
org.eclipse.emf.ecp.view.spi.group.model   
org.eclipse.emf.ecp.view.spi.group.model.impl   
org.eclipse.emf.ecp.view.spi.group.model.util   
org.eclipse.emf.ecp.view.spi.groupedgrid.model   
org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl   
org.eclipse.emf.ecp.view.spi.groupedgrid.model.util   
org.eclipse.emf.ecp.view.spi.horizontal.model   
org.eclipse.emf.ecp.view.spi.horizontal.model.impl   
org.eclipse.emf.ecp.view.spi.horizontal.model.util   
org.eclipse.emf.ecp.view.spi.label.model   
org.eclipse.emf.ecp.view.spi.label.model.impl   
org.eclipse.emf.ecp.view.spi.label.model.util   
org.eclipse.emf.ecp.view.spi.model   
org.eclipse.emf.ecp.view.spi.model.impl   
org.eclipse.emf.ecp.view.spi.model.util   
org.eclipse.emf.ecp.view.spi.section.model   
org.eclipse.emf.ecp.view.spi.section.model.impl   
org.eclipse.emf.ecp.view.spi.section.model.util   
org.eclipse.emf.ecp.view.spi.stack.model   
org.eclipse.emf.ecp.view.spi.stack.model.impl   
org.eclipse.emf.ecp.view.spi.stack.model.util   
org.eclipse.emf.ecp.view.spi.table.model   
org.eclipse.emf.ecp.view.spi.table.model.impl   
org.eclipse.emf.ecp.view.spi.table.model.util   
org.eclipse.emf.ecp.view.spi.vertical.model   
org.eclipse.emf.ecp.view.spi.vertical.model.impl   
org.eclipse.emf.ecp.view.spi.vertical.model.util   
org.eclipse.emf.ecp.view.spi.viewproxy.model   
org.eclipse.emf.ecp.view.spi.viewproxy.model.impl   
org.eclipse.emf.ecp.view.spi.viewproxy.model.util   
org.eclipse.emf.ecp.view.treemasterdetail.model   
org.eclipse.emf.ecp.view.treemasterdetail.model.impl   
org.eclipse.emf.ecp.view.treemasterdetail.model.util   
 

Uses of VContainedElement in org.eclipse.emf.ecp.ui.view.test
 

Methods in org.eclipse.emf.ecp.ui.view.test with parameters of type VContainedElement
 void HierarchyViewModelHandle.addFirstChildToFirstChild(VContainedElement composite)
           
 

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

Methods in org.eclipse.emf.ecp.view.dynamictree.model that return VContainedElement
 VContainedElement DynamicContainmentTree.getChildComposite()
          Returns the value of the 'Child Composite' containment reference.
 VContainedElement DynamicContainmentItem.getComposite()
          Returns the value of the 'Composite' containment reference.
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model with parameters of type VContainedElement
 void DynamicContainmentTree.setChildComposite(VContainedElement value)
          Sets the value of the ' Child Composite' containment reference.
 void DynamicContainmentItem.setComposite(VContainedElement value)
          Sets the value of the 'Composite' containment reference.
 

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

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl that return VContainedElement
 VContainedElement DynamicContainmentTreeImpl.getChildComposite()
           
 VContainedElement DynamicContainmentItemImpl.getComposite()
           
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl with parameters of type VContainedElement
 org.eclipse.emf.common.notify.NotificationChain DynamicContainmentTreeImpl.basicSetChildComposite(VContainedElement newChildComposite, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DynamicContainmentItemImpl.basicSetComposite(VContainedElement newComposite, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DynamicContainmentTreeImpl.setChildComposite(VContainedElement newChildComposite)
           
 void DynamicContainmentItemImpl.setComposite(VContainedElement newComposite)
           
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.categorization.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.categorization.model
 interface VCategorizationElement
          A representation of the model object 'Element'.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model that return VContainedElement
 VContainedElement VCategory.getComposite()
          Returns the value of the 'Composite' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model with parameters of type VContainedElement
 void VCategory.setComposite(VContainedElement value)
          Sets the value of the 'Composite' containment reference.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.categorization.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.categorization.model.impl that implement VContainedElement
 class VCategorizationElementImpl
          An implementation of the model object 'Element'.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl that return VContainedElement
 VContainedElement VCategoryImpl.getComposite()
           
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl with parameters of type VContainedElement
 org.eclipse.emf.common.notify.NotificationChain VCategoryImpl.basicSetComposite(VContainedElement newComposite, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VCategoryImpl.setComposite(VContainedElement newComposite)
           
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.categorization.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.util with parameters of type VContainedElement
 T CategorizationSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.compoundcontrol.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.compoundcontrol.model
 interface VCompoundControl
          A representation of the model object 'Compound Control'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.compoundcontrol.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.compoundcontrol.model.impl that implement VContainedElement
 class VCompoundControlImpl
          An implementation of the model object 'Compound Control'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.compoundcontrol.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.compoundcontrol.model.util with parameters of type VContainedElement
 T CompoundcontrolSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.custom.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.custom.model
 interface VCustomControl
          A representation of the model object 'Control'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.custom.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.custom.model.impl that implement VContainedElement
 class VCustomControlImpl
          An implementation of the model object 'Control'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.custom.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.custom.model.util with parameters of type VContainedElement
 T CustomSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.group.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.group.model
 interface VGroup
          A representation of the model object 'Group'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.group.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.group.model.impl that implement VContainedElement
 class VGroupImpl
          An implementation of the model object 'Group'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.group.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.group.model.util with parameters of type VContainedElement
 T GroupSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.groupedgrid.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.groupedgrid.model
 interface VGroupedGrid
          A representation of the model object 'Grouped Grid'.
 

Methods in org.eclipse.emf.ecp.view.spi.groupedgrid.model that return types with arguments of type VContainedElement
 org.eclipse.emf.common.util.EList<VContainedElement> VRow.getChildren()
          Returns the value of the 'Children' containment reference list.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl that implement VContainedElement
 class VGroupedGridImpl
          An implementation of the model object 'Grouped Grid'.
 

Methods in org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl that return types with arguments of type VContainedElement
 org.eclipse.emf.common.util.EList<VContainedElement> VRowImpl.getChildren()
           
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.groupedgrid.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.groupedgrid.model.util with parameters of type VContainedElement
 T GroupedGridSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.horizontal.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.horizontal.model
 interface VHorizontalLayout
          A representation of the model object 'Layout'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.horizontal.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.horizontal.model.impl that implement VContainedElement
 class VHorizontalLayoutImpl
          An implementation of the model object 'Layout'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.horizontal.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.horizontal.model.util with parameters of type VContainedElement
 T HorizontalSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.label.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.label.model
 interface VLabel
          A representation of the model object 'Label'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.label.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.label.model.impl that implement VContainedElement
 class VLabelImpl
          An implementation of the model object 'Label'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.label.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.label.model.util with parameters of type VContainedElement
 T LabelSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.model
 interface VContainedContainer
          A representation of the model object 'Composite Collection'.
 interface VControl
          A representation of the model object 'Control'.
 

Methods in org.eclipse.emf.ecp.view.spi.model that return types with arguments of type VContainedElement
 org.eclipse.emf.common.util.EList<VContainedElement> VContainer.getChildren()
          Returns the value of the 'Children' containment reference list.
 org.eclipse.emf.common.util.EList<VContainedElement> VView.getChildren()
          Returns the value of the 'Children' containment reference list.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.model.impl that implement VContainedElement
 class VContainedContainerImpl
          An implementation of the model object 'Composite Collection'.
 class VContainedElementImpl
          An implementation of the model object 'Composite'.
 class VControlImpl
          An implementation of the model object 'Control'.
 

Methods in org.eclipse.emf.ecp.view.spi.model.impl that return types with arguments of type VContainedElement
 org.eclipse.emf.common.util.EList<VContainedElement> VContainedContainerImpl.getChildren()
           
 org.eclipse.emf.common.util.EList<VContainedElement> VContainerImpl.getChildren()
           
 org.eclipse.emf.common.util.EList<VContainedElement> VViewImpl.getChildren()
           
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.model.util with parameters of type VContainedElement
 T ViewSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 boolean ViewValidator.validateContainedElement(VContainedElement containedElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.section.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.section.model
 interface VSectionedArea
          A representation of the model object 'Sectioned Area'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.section.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.section.model.impl that implement VContainedElement
 class VSectionedAreaImpl
          An implementation of the model object 'Sectioned Area'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.section.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.section.model.util with parameters of type VContainedElement
 T SectionSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.stack.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.stack.model
 interface VStackLayout
          A representation of the model object 'Layout'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.stack.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.stack.model.impl that implement VContainedElement
 class VStackLayoutImpl
          An implementation of the model object 'Layout'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.stack.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.stack.model.util with parameters of type VContainedElement
 T StackSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.table.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.table.model
 interface VTableControl
          A representation of the model object 'Control'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.table.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.table.model.impl that implement VContainedElement
 class VTableControlImpl
          An implementation of the model object 'Control'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.table.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.table.model.util with parameters of type VContainedElement
 T TableSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.vertical.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.vertical.model
 interface VVerticalLayout
          A representation of the model object 'Layout'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.vertical.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.vertical.model.impl that implement VContainedElement
 class VVerticalLayoutImpl
          An implementation of the model object 'Layout'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.vertical.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.vertical.model.util with parameters of type VContainedElement
 T VerticalSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.viewproxy.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.spi.viewproxy.model
 interface VViewProxy
          A representation of the model object 'View Proxy'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.viewproxy.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.viewproxy.model.impl that implement VContainedElement
 class VViewProxyImpl
          An implementation of the model object 'View Proxy'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.spi.viewproxy.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.viewproxy.model.util with parameters of type VContainedElement
 T ViewproxySwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.treemasterdetail.model
 

Subinterfaces of VContainedElement in org.eclipse.emf.ecp.view.treemasterdetail.model
 interface VTreeMasterDetail
          A representation of the model object 'Tree Master Detail'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.treemasterdetail.model.impl
 

Classes in org.eclipse.emf.ecp.view.treemasterdetail.model.impl that implement VContainedElement
 class VTreeMasterDetailImpl
          An implementation of the model object 'Tree Master Detail'.
 

Uses of VContainedElement in org.eclipse.emf.ecp.view.treemasterdetail.model.util
 

Methods in org.eclipse.emf.ecp.view.treemasterdetail.model.util with parameters of type VContainedElement
 T TreeMasterDetailSwitch.caseContainedElement(VContainedElement object)
          Returns the result of interpreting the object as an instance of 'Contained Element'.
 



Copyright © 2015. All Rights Reserved.