public interface EMFFormsSpreadsheetFileExporter
Modifier and Type | Field and Description |
---|---|
static EMFFormsSpreadsheetFileExporter |
INSTANCE
Singleton to get access to the exporter.
|
Modifier and Type | Method and Description |
---|---|
void |
render(File file,
Collection<org.eclipse.emf.ecore.EObject> domainObjects,
org.eclipse.emf.ecore.EObject viewEobject,
VViewModelProperties properties)
Starts the rendering to the Spreadsheet document.
|
static final EMFFormsSpreadsheetFileExporter INSTANCE
void render(File file, Collection<org.eclipse.emf.ecore.EObject> domainObjects, org.eclipse.emf.ecore.EObject viewEobject, VViewModelProperties properties)
file
- The File
to export todomainObjects
- The collection of EObject
containing the data to exportviewEobject
- the eObject which will be used to determine the view modelproperties
- the properties
which will be used to determine the view modelCopyright © 2016. All rights reserved.