Uses of Interface
org.eclipse.emf.ecp.view.spi.groupedgrid.model.VGroup

Packages that use VGroup
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   
 

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

Methods in org.eclipse.emf.ecp.view.spi.groupedgrid.model that return VGroup
 VGroup VGroupedGridFactory.createGroup()
          Returns a new object of class 'Group'.
 

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

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

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

Methods in org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl that return VGroup
 VGroup VGroupedGridFactoryImpl.createGroup()
           
 

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

Uses of VGroup 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 VGroup
 T GroupedGridSwitch.caseGroup(VGroup object)
          Returns the result of interpreting the object as an instance of 'Group'.
 



Copyright © 2015. All Rights Reserved.