Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.tuneology.irremote.IRComponent

Uses of IRComponent in com.tuneology.irremote
 

Classes in com.tuneology.irremote that implement IRComponent
 class LircComponent
          A high-level interface to Linux Infrared Remote Control.
 

Fields in com.tuneology.irremote declared as IRComponent
private  IRComponent IRRemotePanel.ir
           
 

Methods in com.tuneology.irremote that return IRComponent
static IRComponent IRRemote.newIRComponent(java.lang.Class cl, java.lang.String arg)
          Creates a new instance of a Remote Control device.
 

Constructors in com.tuneology.irremote with parameters of type IRComponent
IRRemotePanel(IRComponent l)