Uses of Interface
org.eclipse.nebula.widgets.nattable.export.ILayerExporter
Packages that use ILayerExporter
Package
Description
-
Uses of ILayerExporter in org.eclipse.nebula.widgets.nattable.export
Fields in org.eclipse.nebula.widgets.nattable.export with type parameters of type ILayerExporterModifier and TypeFieldDescriptionstatic final ConfigAttribute<ILayerExporter>ExportConfigAttributes.EXPORTERThe configuration attribute for specifying the concrete implementation instance ofILayerExporterthat should be used for exporting the NatTable.Methods in org.eclipse.nebula.widgets.nattable.export with parameters of type ILayerExporterModifier and TypeMethodDescriptionprotected voidNatExporter.exportLayer(ILayerExporter exporter, OutputStream outputStream, String layerName, ILayer layer, IConfigRegistry configRegistry) Exports the given layer to the outputStream using the provided exporter.protected voidNatExporter.exportLayer(ILayerExporter exporter, OutputStream outputStream, String layerName, ILayer layer, IConfigRegistry configRegistry, boolean initExportLayer) Exports the given layer to the outputStream using the provided exporter.protected voidNatExporter.exportLayer(ILayerExporter exporter, OutputStream outputStream, org.eclipse.core.runtime.IProgressMonitor monitor, String layerName, ILayer layer, IConfigRegistry configRegistry, boolean initExportLayer) /** Exports the given layer to the outputStream using the provided exporter.voidNatExporter.exportMultipleNatTables(ILayerExporter exporter, Map<String, NatTable> natTablesMap) Export multiple NatTable instances to one file by using the given ILayerExporter.voidNatExporter.exportMultipleNatTables(ILayerExporter exporter, Map<String, NatTable> natTablesMap, boolean exportOnSameSheet, String sheetName) Export multiple NatTable instances to one file by using the given ILayerExporter.voidNatExporter.exportSingleLayer(ILayerExporter exporter, ILayer layer, IConfigRegistry configRegistry) Exports a singleILayerusing the givenILayerExporter. -
Uses of ILayerExporter in org.eclipse.nebula.widgets.nattable.export.command
Methods in org.eclipse.nebula.widgets.nattable.export.command that return ILayerExporterConstructors in org.eclipse.nebula.widgets.nattable.export.command with parameters of type ILayerExporterModifierConstructorDescriptionExportCommand(IConfigRegistry configRegistry, org.eclipse.swt.widgets.Shell shell, boolean executeSynchronously, boolean useProgressDialog, ILayerExporter exporter) Creates a newExportCommand. -
Uses of ILayerExporter in org.eclipse.nebula.widgets.nattable.export.csv
Classes in org.eclipse.nebula.widgets.nattable.export.csv that implement ILayerExporter -
Uses of ILayerExporter in org.eclipse.nebula.widgets.nattable.export.excel
Classes in org.eclipse.nebula.widgets.nattable.export.excel that implement ILayerExporterModifier and TypeClassDescriptionclassThis class is used to export a NatTable to an Excel spreadsheet by using a XML format. -
Uses of ILayerExporter in org.eclipse.nebula.widgets.nattable.extension.poi
Classes in org.eclipse.nebula.widgets.nattable.extension.poi that implement ILayerExporter