Uses of Interface
org.eclipse.emf.ecp.view.spi.section.model.VSection

Packages that use VSection
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.section.swt   
 

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

Methods in org.eclipse.emf.ecp.view.spi.section.model that return VSection
 VSection VSectionFactory.createSection()
          Returns a new object of class 'Section'.
 VSection VSectionedArea.getRoot()
          Returns the value of the 'Root' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.section.model that return types with arguments of type VSection
 org.eclipse.emf.common.util.EList<VSection> VSection.getChildItems()
          Returns the value of the 'Child Items' containment reference list.
 

Methods in org.eclipse.emf.ecp.view.spi.section.model with parameters of type VSection
 void VSectionedArea.setRoot(VSection value)
          Sets the value of the 'Root' containment reference.
 

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

Classes in org.eclipse.emf.ecp.view.spi.section.model.impl that implement VSection
 class VSectionImpl
          An implementation of the model object 'Section'.
 

Methods in org.eclipse.emf.ecp.view.spi.section.model.impl that return VSection
 VSection VSectionFactoryImpl.createSection()
           
 VSection VSectionedAreaImpl.getRoot()
           
 

Methods in org.eclipse.emf.ecp.view.spi.section.model.impl that return types with arguments of type VSection
 org.eclipse.emf.common.util.EList<VSection> VSectionImpl.getChildItems()
           
 

Methods in org.eclipse.emf.ecp.view.spi.section.model.impl with parameters of type VSection
 org.eclipse.emf.common.notify.NotificationChain VSectionedAreaImpl.basicSetRoot(VSection newRoot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VSectionedAreaImpl.setRoot(VSection newRoot)
           
 

Uses of VSection 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 VSection
 T SectionSwitch.caseSection(VSection object)
          Returns the result of interpreting the object as an instance of 'Section'.
 

Uses of VSection in org.eclipse.emf.ecp.view.spi.section.swt
 

Constructors in org.eclipse.emf.ecp.view.spi.section.swt with parameters of type VSection
AbstractSectionSWTRenderer(VSection vElement, ViewModelContext viewContext, ReportService reportService)
           
SectionLeafSWTRenderer(VSection vElement, ViewModelContext viewContext, ReportService reportService)
           
SectionNodeSWTRenderer(VSection vElement, ViewModelContext viewContext, ReportService reportService)
           
 



Copyright © 2015. All Rights Reserved.