Uses of Interface
org.eclipse.emf.ecp.view.spi.stack.model.VStackLayout

Packages that use VStackLayout
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.stack.ui.swt   
org.eclipse.emf.ecp.view.stack.ui.swt.test   
 

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

Methods in org.eclipse.emf.ecp.view.spi.stack.model that return VStackLayout
 VStackLayout VStackFactory.createStackLayout()
          Returns a new object of class 'Layout'.
 

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

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

Methods in org.eclipse.emf.ecp.view.spi.stack.model.impl that return VStackLayout
 VStackLayout VStackFactoryImpl.createStackLayout()
           
 

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

Uses of VStackLayout in org.eclipse.emf.ecp.view.spi.stack.ui.swt
 

Constructors in org.eclipse.emf.ecp.view.spi.stack.ui.swt with parameters of type VStackLayout
SWTStackLayoutRenderer(VStackLayout vElement, ViewModelContext viewContext, ReportService reportService)
          Default constructor.
 

Uses of VStackLayout in org.eclipse.emf.ecp.view.stack.ui.swt.test
 

Methods in org.eclipse.emf.ecp.view.stack.ui.swt.test that return VStackLayout
static VStackLayout TestUtil.createStack(org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.emf.ecore.EReference... references)
           
 



Copyright © 2015. All Rights Reserved.