JMACS

Uses of Interface
org.jmacs.IDi

Packages that use IDi
org.jmacs core classes. 
org.jmacs.pd Programmable Device Framework. 
 

Uses of IDi in org.jmacs
 

Methods in org.jmacs that return IDi
abstract  IDi IDi.AbstractFactory.createDi(String name, Class driverClass, String monitorGuiClassname, String controlsGuiClassname, Serializable constants)
          creates DI.
abstract  IDi IDi.AbstractFactory.createDi(String name, IDi.IDriver driver, Object driverLock, String monitorGuiClassname, String controlsGuiClassname, Serializable constants)
          as above, but supplying a separate lock object.
abstract  IDi IDi.AbstractFactory.createDi(String name, IDi.IDriver driver, String monitorGuiClassname, String controlsGuiClassname, Serializable constants)
          as above, but supplying the driver instance (rather than class).
 

Uses of IDi in org.jmacs.pd
 

Classes in org.jmacs.pd that implement IDi
 class Pdi
          IDi for the deployment of programmable devices.
 


JMACS

jmacs.org