Uses of Interface
org.eclipse.nebula.widgets.nattable.export.IExporter
Packages that use IExporter
Package
Description
-
Uses of IExporter in org.eclipse.nebula.widgets.nattable.export
Subinterfaces of IExporter in org.eclipse.nebula.widgets.nattable.exportModifier and TypeInterfaceDescriptioninterfaceAn ILayerExporter is used to export a NatTable to an external format.interfaceInterface for an exporter that can be used to export a NatTable.Methods in org.eclipse.nebula.widgets.nattable.export with parameters of type IExporterModifier and TypeMethodDescriptionprotected OutputStreamNatExporter.getOutputStream(IExporter exporter) Method that is used to retrieve theOutputStreamto write the export to in a safe way.protected voidNatExporter.openExport(IExporter exporter) Open the export result in the matching application. -
Uses of IExporter in org.eclipse.nebula.widgets.nattable.export.csv
Classes in org.eclipse.nebula.widgets.nattable.export.csv that implement IExporter -
Uses of IExporter in org.eclipse.nebula.widgets.nattable.export.excel
Classes in org.eclipse.nebula.widgets.nattable.export.excel that implement IExporterModifier and TypeClassDescriptionclassThis class is used to export a NatTable to an Excel spreadsheet by using a XML format. -
Uses of IExporter in org.eclipse.nebula.widgets.nattable.export.image
Classes in org.eclipse.nebula.widgets.nattable.export.image that implement IExporterModifier and TypeClassDescriptionclassThis class is used to export a NatTable to different types of image. -
Uses of IExporter in org.eclipse.nebula.widgets.nattable.extension.poi
Classes in org.eclipse.nebula.widgets.nattable.extension.poi that implement IExporter