fr.emn.reactiveinput.devices
Class FStdMidi

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

public class FStdMidi
extends SystemFolder

Folder containing an extended (and extensible) set of input devices.


Field Summary
 
Fields inherited from class fr.emn.reactiveinput.AbstractFolder
children, devices, name, parent
 
Constructor Summary
FStdMidi()
           
 
Method Summary
 void addDevices()
           
 DeviceDescriptor getDefaultDescriptor(Device device)
          Returns the default (most accurate) descriptor provided by the DescriptorUtilities method.
 
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

FStdMidi

public FStdMidi()
Method Detail

addDevices

public void addDevices()

getDefaultDescriptor

public DeviceDescriptor getDefaultDescriptor(Device device)
Description copied from class: SystemFolder
Returns the default (most accurate) descriptor provided by the DescriptorUtilities method.

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