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

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

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

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

Methods in org.eclipse.emf.ecp.view.spi.stack.model that return VStackItem
 VStackItem VStackFactory.createStackItem()
          Returns a new object of class 'Item'.
 VStackItem VStackLayout.getTopElement()
          Returns the value of the 'Top Element' reference.
 

Methods in org.eclipse.emf.ecp.view.spi.stack.model that return types with arguments of type VStackItem
 org.eclipse.emf.common.util.EList<VStackItem> VStackLayout.getStackItems()
          Returns the value of the 'Stack Items' containment reference list.
 

Methods in org.eclipse.emf.ecp.view.spi.stack.model with parameters of type VStackItem
 void VStackLayout.setTopElement(VStackItem value)
          Sets the value of the 'Top Element' reference.
 

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

Classes in org.eclipse.emf.ecp.view.spi.stack.model.impl that implement VStackItem
 class VStackItemImpl
          An implementation of the model object 'Item'.
 

Methods in org.eclipse.emf.ecp.view.spi.stack.model.impl that return VStackItem
 VStackItem VStackLayoutImpl.basicGetTopElement()
           
 VStackItem VStackFactoryImpl.createStackItem()
           
 VStackItem VStackLayoutImpl.getTopElement()
           
 

Methods in org.eclipse.emf.ecp.view.spi.stack.model.impl that return types with arguments of type VStackItem
 org.eclipse.emf.common.util.EList<VStackItem> VStackLayoutImpl.getStackItems()
           
 

Methods in org.eclipse.emf.ecp.view.spi.stack.model.impl with parameters of type VStackItem
 void VStackLayoutImpl.setTopElement(VStackItem newTopElement)
           
 

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

Uses of VStackItem 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 VStackItem
SWTStackItemRenderer(VStackItem vElement, ViewModelContext viewContext, ReportService reportService, EMFFormsRendererFactory factory, EMFFormsDatabinding emfFormsDatabinding)
          Default constructor.
 

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

Methods in org.eclipse.emf.ecp.view.stack.ui.swt.test that return VStackItem
static VStackItem TestUtil.createItem(Object value, org.eclipse.emf.ecore.EStructuralFeature feature)
           
 



Copyright © 2015. All Rights Reserved.