Uses of Interface
org.harctoolbox.irscrutinizer.exporter.IExporterFactory

Packages that use IExporterFactory
org.harctoolbox.irscrutinizer.exporter   
 

Uses of IExporterFactory in org.harctoolbox.irscrutinizer.exporter
 

Methods in org.harctoolbox.irscrutinizer.exporter that return IExporterFactory
 IExporterFactory ExportFormatManager.get(java.lang.String name)
           
 

Methods in org.harctoolbox.irscrutinizer.exporter that return types with arguments of type IExporterFactory
static java.util.HashMap<java.lang.String,IExporterFactory> DynamicRemoteSetExportFormat.parseExportFormats(java.io.File file, java.io.File exportDir)
           
 

Constructors in org.harctoolbox.irscrutinizer.exporter with parameters of type IExporterFactory
ExportFormatManager(org.harctoolbox.guicomponents.GuiUtils guiUtils, java.io.File exportFormatFile, java.io.File exportDir, ExportFormatManager.IExportFormatSelector exportFormatSelector, IExporterFactory girrExporter, IExporterFactory waveExporter, IExporterFactory textExporter, IExporterFactory lircExporter, IExporterFactory prontoExporter)