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

Quick Search    Search Deep

com.tuneology.irremote
Class IRRemote  view IRRemote download IRRemote.java

java.lang.Object
  extended bycom.tuneology.irremote.IRRemote

public class IRRemote
extends java.lang.Object

This class is the interface for listing and instantiating IR components.

Version:
$Id: IRRemote.java,v 1.3 2002/11/06 09:25:04 xnarf Exp $

Field Summary
private static boolean isLinux
           
private static java.lang.String osName
           
private static java.lang.String version
           
 
Constructor Summary
private IRRemote()
           
 
Method Summary
static java.lang.Class[] getComponentTypes()
          Returns an array of all the supported remote control types.
static java.lang.String getVersions()
           
static IRComponent newIRComponent(java.lang.Class cl, java.lang.String arg)
          Creates a new instance of a Remote Control device.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

private static final java.lang.String version
See Also:
Constant Field Values

osName

private static java.lang.String osName

isLinux

private static boolean isLinux
Constructor Detail

IRRemote

private IRRemote()
Method Detail

newIRComponent

public static IRComponent newIRComponent(java.lang.Class cl,
                                         java.lang.String arg)
                                  throws java.lang.NoSuchMethodException,
                                         java.lang.InstantiationException,
                                         java.lang.IllegalAccessException,
                                         java.lang.reflect.InvocationTargetException
Creates a new instance of a Remote Control device.


getComponentTypes

public static java.lang.Class[] getComponentTypes()
Returns an array of all the supported remote control types.


getVersions

public static java.lang.String getVersions()