Uses of Interface
com.teravation.labjack.LabJack

Packages that use LabJack
com.teravation.labjack   
com.teravation.labjack.monitor   
 

Uses of LabJack in com.teravation.labjack
 

Methods in com.teravation.labjack that return LabJack
 com.teravation.labjack.LabJack LabJackFactory.getLabJack(int serialNumber)
          Returns one instance of LabJack for each physical device connected to the system
 com.teravation.labjack.LabJack[] LabJackFactory.getLabJacks()
          Returns one instance of LabJack for each physical device connected to the system
 com.teravation.labjack.LabJack[] LabJackFactory.getLabJacks(boolean find)
          Returns one instance of LabJack for each physical device connected to the system
 

Uses of LabJack in com.teravation.labjack.monitor
 

Methods in com.teravation.labjack.monitor that return LabJack
 com.teravation.labjack.LabJack LabJackMonitorFrame.getLabJack()
          Insert the method's description here.
 

Constructors in com.teravation.labjack.monitor with parameters of type LabJack
LabJackMonitorFrame(com.teravation.labjack.LabJack labjack)
          Insert the method's description here.