fr.emn.reactiveinput.devices
Class FExtJoystick4Java

java.lang.Object
  extended byfr.emn.reactiveinput.AbstractFolder
      extended byfr.emn.reactiveinput.SystemFolder
          extended byfr.emn.reactiveinput.devices.FExtJoystick4Java
All Implemented Interfaces:
DeviceFolder, DeviceFolderContainer

public class FExtJoystick4Java
extends SystemFolder

This folder uses java package by George Rothen.


Field Summary
 
Fields inherited from class fr.emn.reactiveinput.AbstractFolder
children, devices, name, parent
 
Constructor Summary
FExtJoystick4Java()
           
 
Method Summary
 void addDevices()
           
 DeviceDescriptor getDefaultDescriptor()
          Returns a DDAny descriptor (may contain / accepts any device).
static boolean isPresent()
           
 
Methods inherited from class fr.emn.reactiveinput.SystemFolder
getDefaultDescriptor
 
Methods inherited from class fr.emn.reactiveinput.AbstractFolder
add, add, add, canAdd, findFolder, getName, getParent, getPrototypes, getSubfolders, remove, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FExtJoystick4Java

public FExtJoystick4Java()
Method Detail

addDevices

public void addDevices()

getDefaultDescriptor

public DeviceDescriptor getDefaultDescriptor()
Description copied from class: SystemFolder
Returns a DDAny descriptor (may contain / accepts any device).

Specified by:
getDefaultDescriptor in interface DeviceFolder
Overrides:
getDefaultDescriptor in class SystemFolder

isPresent

public static boolean isPresent()