Uses of Interface
org.eclipse.nebula.widgets.nattable.export.IOutputStreamProvider
Packages that use IOutputStreamProvider
Package
Description
-
Uses of IOutputStreamProvider in org.eclipse.nebula.widgets.nattable.export
Classes in org.eclipse.nebula.widgets.nattable.export that implement IOutputStreamProviderModifier and TypeClassDescriptionclassImplementation of IOutputStreamProvider that will open aFileDialogon requesting an OutputStream, to let a user specify the location to write a file.classSimple IOutputStreamProvider for a given filepath, no user interaction necessary. -
Uses of IOutputStreamProvider in org.eclipse.nebula.widgets.nattable.export.csv
Constructors in org.eclipse.nebula.widgets.nattable.export.csv with parameters of type IOutputStreamProviderModifierConstructorDescriptionCsvExporter(IOutputStreamProvider outputStreamProvider) Creates a CsvExporter using the given stream provider which defines the destination for the export. -
Uses of IOutputStreamProvider in org.eclipse.nebula.widgets.nattable.export.excel
Constructors in org.eclipse.nebula.widgets.nattable.export.excel with parameters of type IOutputStreamProviderModifierConstructorDescriptionExcelExporter(IOutputStreamProvider outputStreamProvider) Creates a new ExcelExporter that uses the given IOutputStreamProvider for retrieving the OutputStream to write the export to. -
Uses of IOutputStreamProvider in org.eclipse.nebula.widgets.nattable.export.image
Constructors in org.eclipse.nebula.widgets.nattable.export.image with parameters of type IOutputStreamProviderModifierConstructorDescriptionImageExporter(IOutputStreamProvider outputStreamProvider) Create a new ImageExporter that uses the given IOutputStreamProvider for retrieving the OutputStream. -
Uses of IOutputStreamProvider in org.eclipse.nebula.widgets.nattable.extension.poi
Constructors in org.eclipse.nebula.widgets.nattable.extension.poi with parameters of type IOutputStreamProviderModifierConstructorDescriptionHSSFExcelExporter(IOutputStreamProvider outputStreamProvider) PoiExcelExporter(IOutputStreamProvider outputStreamProvider)