Modifier and Type | Method and Description |
---|---|
Class<? extends AbstractSWTRenderer<VCategory>> |
SWTCategoryRendererService.getRendererClass()
Returns the
Class for the renderer of this service. |
Modifier and Type | Method and Description |
---|---|
VCategory |
VCategorizationFactory.createCategory()
Returns a new object of class 'Category'.
|
Modifier and Type | Class and Description |
---|---|
class |
VCategoryImpl
An implementation of the model object 'Category'.
|
Modifier and Type | Method and Description |
---|---|
VCategory |
VCategorizationFactoryImpl.createCategory() |
Modifier and Type | Method and Description |
---|---|
T |
CategorizationSwitch.caseCategory(VCategory object)
Returns the result of interpreting the object as an instance of 'Category'.
|
Constructor and Description |
---|
SWTCategoryRenderer(VCategory vElement,
ViewModelContext viewContext,
ReportService reportService,
EMFFormsRendererFactory factory,
EMFFormsDatabinding emfFormsDatabinding)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
EMFFormsAbstractSpreadsheetRenderer<VCategory> |
EMFFormsCategoryRendererService.getRendererInstance(VCategory vElement,
ViewModelContext viewModelContext)
Returns a renderer.
|
Modifier and Type | Method and Description |
---|---|
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 © 2016. All rights reserved.