fr.emn.reactiveinput.devices
Class FRoot

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

public class FRoot
extends ClassFolder

The default root folder included in each configuration, and all its default subchildren.


Field Summary
 
Fields inherited from class fr.emn.reactiveinput.AbstractFolder
children, devices, name, parent
 
Constructor Summary
FRoot()
          Creates a defaut root folder
FRoot(DeviceFolder applicationFolder)
          Creates a defaut root folder & adds a folder to the "application" folder.
FRoot(FNet netFolder)
          Creates a default root folder & adds a folder to the "net" folder.
 
Method Summary
 DeviceFolderContainer getAppsFolder()
           
 
Methods inherited from class fr.emn.reactiveinput.ClassFolder
addClasses, addClasses, addFolders, getDefaultDescriptor, 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

FRoot

public FRoot()
Creates a defaut root folder


FRoot

public FRoot(DeviceFolder applicationFolder)
Creates a defaut root folder & adds a folder to the "application" folder.


FRoot

public FRoot(FNet netFolder)
Creates a default root folder & adds a folder to the "net" folder.

Method Detail

getAppsFolder

public DeviceFolderContainer getAppsFolder()