Uses of Interface
serialPort.rxtx.CommPortIdentifierInterface

Packages that use CommPortIdentifierInterface
serialPort   
serialPort.beans   
serialPort.rxtx   
serialPort.test   
 

Uses of CommPortIdentifierInterface in serialPort
 

Methods in serialPort that return CommPortIdentifierInterface
 CommPortIdentifierInterface CommPortUtils.getACommPortFromUser()
           
static CommPortIdentifierInterface CommPortUtils.getCommPortIdentifierByName(java.lang.String name)
           
static CommPortIdentifierInterface[] CommPortUtils.getCommPortIdentifiers()
           
 

Methods in serialPort with parameters of type CommPortIdentifierInterface
static void TurnTable.openAndClosePort(CommPortIdentifierInterface cpid)
           
static SerialPortInterface TurnTable.openSerialPort(CommPortIdentifierInterface portIdInterface)
           
 void CommPortUtils.print(CommPortIdentifierInterface cpid)
           
 void CommPortUtils.print(CommPortIdentifierInterface[] cpids)
           
static void TurnTable.processPort(CommPortIdentifierInterface portIdInterface)
           
 

Uses of CommPortIdentifierInterface in serialPort.beans
 

Methods in serialPort.beans that return CommPortIdentifierInterface
 CommPortIdentifierInterface CommPortOwnershipBean.getCommPortIdentifier()
           
 

Methods in serialPort.beans with parameters of type CommPortIdentifierInterface
 void CommPortOwnershipBean.setCommPortIdentifier(CommPortIdentifierInterface commPortIdentifier)
           
 

Uses of CommPortIdentifierInterface in serialPort.rxtx
 

Classes in serialPort.rxtx that implement CommPortIdentifierInterface
 class CommPortIdentifier
           
 

Uses of CommPortIdentifierInterface in serialPort.test
 

Methods in serialPort.test with parameters of type CommPortIdentifierInterface
static void OpenCloseTest.openCloseTest(CommPortIdentifierInterface portIdInterface)