Uses of Interface
org.eclipse.emf.ecp.view.spi.categorization.model.VCategory

Packages that use VCategory
org.eclipse.emf.ecp.view.dynamictree.model   
org.eclipse.emf.ecp.view.dynamictree.model.impl   
org.eclipse.emf.ecp.view.dynamictree.model.util   
org.eclipse.emf.ecp.view.internal.categorization.swt   
org.eclipse.emf.ecp.view.spi.categorization.model   
org.eclipse.emf.ecp.view.spi.categorization.model.impl   
org.eclipse.emf.ecp.view.spi.categorization.model.util   
org.eclipse.emf.ecp.view.spi.categorization.swt   
org.eclipse.emfforms.internal.spreadsheet.core.renderer.categorization   
 

Uses of VCategory in org.eclipse.emf.ecp.view.dynamictree.model
 

Subinterfaces of VCategory in org.eclipse.emf.ecp.view.dynamictree.model
 interface DynamicContainmentTree
          A representation of the model object 'Dynamic Containment Tree'.
 

Uses of VCategory in org.eclipse.emf.ecp.view.dynamictree.model.impl
 

Classes in org.eclipse.emf.ecp.view.dynamictree.model.impl that implement VCategory
 class DynamicContainmentTreeImpl
          An implementation of the model object 'Dynamic Containment Tree'.
 

Uses of VCategory in org.eclipse.emf.ecp.view.dynamictree.model.util
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.util with parameters of type VCategory
 T ModelSwitch.caseCategory(VCategory object)
          Returns the result of interpreting the object as an instance of 'Category'.
 

Uses of VCategory in org.eclipse.emf.ecp.view.internal.categorization.swt
 

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

Uses of VCategory in org.eclipse.emf.ecp.view.spi.categorization.model
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model that return VCategory
 VCategory VCategorizationFactory.createCategory()
          Returns a new object of class 'Category'.
 

Uses of VCategory in org.eclipse.emf.ecp.view.spi.categorization.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.categorization.model.impl that implement VCategory
 class VCategoryImpl
          An implementation of the model object 'Category'.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl that return VCategory
 VCategory VCategorizationFactoryImpl.createCategory()
           
 

Uses of VCategory in org.eclipse.emf.ecp.view.spi.categorization.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.util with parameters of type VCategory
 T CategorizationSwitch.caseCategory(VCategory object)
          Returns the result of interpreting the object as an instance of 'Category'.
 

Uses of VCategory in org.eclipse.emf.ecp.view.spi.categorization.swt
 

Constructors in org.eclipse.emf.ecp.view.spi.categorization.swt with parameters of type VCategory
SWTCategoryRenderer(VCategory vElement, ViewModelContext viewContext, ReportService reportService, EMFFormsRendererFactory factory, EMFFormsDatabinding emfFormsDatabinding)
          Default constructor.
 

Uses of VCategory in org.eclipse.emfforms.internal.spreadsheet.core.renderer.categorization
 

Methods in org.eclipse.emfforms.internal.spreadsheet.core.renderer.categorization that return types with arguments of type VCategory
 EMFFormsAbstractSpreadsheetRenderer<VCategory> EMFFormsCategoryRendererService.getRendererInstance(VCategory vElement, ViewModelContext viewModelContext)
          Returns a renderer.
 

Methods in org.eclipse.emfforms.internal.spreadsheet.core.renderer.categorization with parameters of type VCategory
 EMFFormsAbstractSpreadsheetRenderer<VCategory> EMFFormsCategoryRendererService.getRendererInstance(VCategory vElement, ViewModelContext viewModelContext)
          Returns a renderer.
 int EMFFormsCategoryRenderer.render(org.apache.poi.ss.usermodel.Workbook workbook, VCategory vElement, ViewModelContext viewModelContext, EMFFormsSpreadsheetRenderTarget renderTarget)
          This is called to trigger the rendering.
 



Copyright © 2015. All Rights Reserved.