Uses of Class
serialPort.beans.SerialPortBean

Packages that use SerialPortBean
gui.run   
gui.run.awt   
gui.touchtone   
serialPort   
serialPort.beans   
 

Uses of SerialPortBean in gui.run
 

Methods in gui.run that return SerialPortBean
 SerialPortBean RunSerialPortPanel.getValue()
           
 

Uses of SerialPortBean in gui.run.awt
 

Methods in gui.run.awt that return SerialPortBean
 SerialPortBean RunSerialPortPanel.getValue()
           
 

Uses of SerialPortBean in gui.touchtone
 

Methods in gui.touchtone with parameters of type SerialPortBean
static void DialUtils.doModemDial(java.lang.String text, DialBean db, SerialPortBean spb)
          Uses the SerialPortBeanUtils to dial the modem, modfying the dial text, as needed.
 

Uses of SerialPortBean in serialPort
 

Methods in serialPort with parameters of type SerialPortBean
static SerialPortBeanUtils SerialPortBeanUtils.getSerialPortUtils(SerialPortBean spb)
           
 

Uses of SerialPortBean in serialPort.beans
 

Methods in serialPort.beans that return SerialPortBean
static SerialPortBean SerialPortBean.restore()