Uses of Interface
org.harctoolbox.irscrutinizer.importer.IImporter

Packages that use IImporter
org.harctoolbox.irscrutinizer.importer   
 

Uses of IImporter in org.harctoolbox.irscrutinizer.importer
 

Classes in org.harctoolbox.irscrutinizer.importer with type parameters of type IImporter
 class FileImporterBean<T extends IFileImporter & IImporter>
           
 

Subinterfaces of IImporter in org.harctoolbox.irscrutinizer.importer
 interface ICommandImporter
          This interface models a class that can import a number of IR signals.
 interface IModulatedIrSequenceImporter
          This interface models a class that can import a single ModulatedIrSequence.
 interface IRemoteSetImporter
          This interface models a class that can import a number of IR signals.
 

Classes in org.harctoolbox.irscrutinizer.importer that implement IImporter
 class CcfImporter
          Class for importing Pronto CCF files of the first generation.
 class CsvImporter
          This class does something interesting and useful.
 class CsvParametrizedImporter
          This class does something interesting and useful.
 class CsvRawImporter
          This class does something interesting and useful.
 class GirrImporter
          This class imports Girr files.
 class GlobalCacheIrDatabase
           
 class IctImporter
          This class allows for the creation of rendered IR signals in the ICT Format, used by the IRScope.
 class IrdbImporter
           
 class LircImporter
          This class is basically a wrapper around Jirc.
 class RawLineImporter
          This class does something interesting and useful.
 class RemoteSetImporter
          This class does something interesting and useful.
 class RmduImporter
          This class is a simple-minded importer of RMDU files.
 class WaveImporter
          This class wraps the IrpMaster Wave class to an importer.
 class XcfImporter
          Class for importing Pronto CCF files of the first generation.