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

Packages that use VCategorization
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 VCategorization 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 VCategorization
 Class<? extends AbstractSWTRenderer<VCategorization>> SWTCategorizationRendererService.getRendererClass()
          Returns the Class for the renderer of this service.
 Class<? extends AbstractSWTRenderer<VCategorization>> CompositeCategoryJFaceTreeRendererService.getRendererClass()
          Returns the Class for the renderer of this service.
 Class<? extends AbstractSWTRenderer<VCategorization>> CompositeCategorySWTTabRendererService.getRendererClass()
          Returns the Class for the renderer of this service.
 

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

Methods in org.eclipse.emf.ecp.view.spi.categorization.model that return VCategorization
 VCategorization VCategorizationFactory.createCategorization()
          Returns a new object of class 'Categorization'.
 

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

Classes in org.eclipse.emf.ecp.view.spi.categorization.model.impl that implement VCategorization
 class VCategorizationImpl
          An implementation of the model object 'Categorization'.
 

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

Uses of VCategorization 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 VCategorization
 T CategorizationSwitch.caseCategorization(VCategorization object)
          Returns the result of interpreting the object as an instance of 'Categorization'.
 

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

Constructors in org.eclipse.emf.ecp.view.spi.categorization.swt with parameters of type VCategorization
CompositeCategoryJFaceTreeRenderer(VCategorization vElement, ViewModelContext viewContext, ReportService reportService, EMFFormsRendererFactory emfFormsRendererFactory)
          Default constructor.
CompositeCategorySWTTabRenderer(VCategorization vElement, ViewModelContext viewContext, ReportService reportService, EMFFormsRendererFactory emfFormsRendererFactory)
          Default constructor.
SWTCategorizationRenderer(VCategorization vElement, ViewModelContext viewContext, ReportService reportService)
          Default constructor.
 

Uses of VCategorization 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 VCategorization
 EMFFormsAbstractSpreadsheetRenderer<VCategorization> EMFFormsCategorizationRendererService.getRendererInstance(VCategorization vElement, ViewModelContext viewModelContext)
          Returns a renderer.
 

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



Copyright © 2015. All Rights Reserved.