Uses of Interface
org.eclipse.nebula.widgets.nattable.export.IOutputStreamProvider

Packages that use IOutputStreamProvider
org.eclipse.nebula.widgets.nattable.export   
org.eclipse.nebula.widgets.nattable.export.excel   
org.eclipse.nebula.widgets.nattable.extension.poi   
 

Uses of IOutputStreamProvider in org.eclipse.nebula.widgets.nattable.export
 

Classes in org.eclipse.nebula.widgets.nattable.export that implement IOutputStreamProvider
 class FileOutputStreamProvider
          Implementation of IOutputStreamProvider that will open a FileDialog on requesting an OutputStream, to let a user specify the location to write a file.
 

Uses of IOutputStreamProvider in org.eclipse.nebula.widgets.nattable.export.excel
 

Constructors in org.eclipse.nebula.widgets.nattable.export.excel with parameters of type IOutputStreamProvider
ExcelExporter(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.extension.poi
 

Constructors in org.eclipse.nebula.widgets.nattable.extension.poi with parameters of type IOutputStreamProvider
HSSFExcelExporter(IOutputStreamProvider outputStreamProvider)
           
PoiExcelExporter(IOutputStreamProvider outputStreamProvider)
           
 



Copyright © 2014. All rights reserved.