Uses of Interface
org.eclipse.emf.ecp.view.spi.horizontal.model.VHorizontalLayout

Packages that use VHorizontalLayout
org.eclipse.emf.ecp.view.internal.horizontal.swt   
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.horizontal.swt   
 

Uses of VHorizontalLayout in org.eclipse.emf.ecp.view.internal.horizontal.swt
 

Methods in org.eclipse.emf.ecp.view.internal.horizontal.swt that return types with arguments of type VHorizontalLayout
 Class<? extends AbstractSWTRenderer<VHorizontalLayout>> HorizontalLayoutSWTRendererService.getRendererClass()
          Returns the Class for the renderer of this service.
 

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

Methods in org.eclipse.emf.ecp.view.spi.horizontal.model that return VHorizontalLayout
 VHorizontalLayout VHorizontalFactory.createHorizontalLayout()
          Returns a new object of class 'Layout'.
 

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

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

Methods in org.eclipse.emf.ecp.view.spi.horizontal.model.impl that return VHorizontalLayout
 VHorizontalLayout VHorizontalFactoryImpl.createHorizontalLayout()
           
 

Uses of VHorizontalLayout 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 VHorizontalLayout
 T HorizontalSwitch.caseHorizontalLayout(VHorizontalLayout object)
          Returns the result of interpreting the object as an instance of 'Layout'.
 

Uses of VHorizontalLayout in org.eclipse.emf.ecp.view.spi.horizontal.swt
 

Constructors in org.eclipse.emf.ecp.view.spi.horizontal.swt with parameters of type VHorizontalLayout
HorizontalLayoutSWTRenderer(VHorizontalLayout vElement, ViewModelContext viewContext, ReportService reportService, EMFFormsRendererFactory rendererFactory)
          Default Constructor.
 



Copyright © 2015. All Rights Reserved.