Uses of Interface
org.eclipse.nebula.widgets.nattable.export.ITableExporter
Packages that use ITableExporter
Package
Description
-
Uses of ITableExporter in org.eclipse.nebula.widgets.nattable.export
Fields in org.eclipse.nebula.widgets.nattable.export with type parameters of type ITableExporterModifier and TypeFieldDescriptionstatic final ConfigAttribute<ITableExporter>ExportConfigAttributes.TABLE_EXPORTERThe configuration attribute for specifying the concrete implementation instance of ITableExporter that should be used for exporting the NatTable.Methods in org.eclipse.nebula.widgets.nattable.export with parameters of type ITableExporterModifier and TypeMethodDescriptionprotected voidNatExporter.exportLayer(ITableExporter exporter, OutputStream outputStream, org.eclipse.core.runtime.IProgressMonitor monitor, ILayer layer, IConfigRegistry configRegistry) protected voidNatExporter.exportLayer(ITableExporter exporter, OutputStream outputStream, ILayer layer, IConfigRegistry configRegistry) voidNatExporter.exportSingleTable(ITableExporter exporter, ILayer layer, IConfigRegistry configRegistry) Exports a singleILayerusing the givenITableExporter. -
Uses of ITableExporter in org.eclipse.nebula.widgets.nattable.export.image
Classes in org.eclipse.nebula.widgets.nattable.export.image that implement ITableExporterModifier and TypeClassDescriptionclassThis class is used to export a NatTable to different types of image.