Uses of Interface
jmri.jmrix.SerialPortAdapter

Packages that use SerialPortAdapter
jmri.jmrix Interfaces and implementations for system-specific code. 
jmri.jmrix.acela This package handles communications for the CTI Acela hardware. 
jmri.jmrix.acela.serialdriver   
jmri.jmrix.bachrus   
jmri.jmrix.bachrus.serialdriver   
jmri.jmrix.can.adapters.gridconnect Defines classes for communicating with the CAN network via hardware which uses the GridConnect format
jmri.jmrix.can.adapters.gridconnect.canrs.serialdriver Defines classes for interfacing to a MERG CAN-RS CAN adpater via an RS-232 line 
jmri.jmrix.can.adapters.gridconnect.canusb.serialdriver Defines classes for interfacing to a CAN-USB CAN adapter 
jmri.jmrix.can.adapters.gridconnect.net   
jmri.jmrix.can.adapters.lawicell Defines classes for communicating with the CAN network via hardware which uses the Lawicell format
jmri.jmrix.can.adapters.lawicell.canusb.serialdriver Defines classes for interfacing to a LAWICELL CAN-USB CAN adapter 
jmri.jmrix.can.adapters.loopback Defines classes for simulating communication with a CAN network via loopback 
jmri.jmrix.cmri.serial   
jmri.jmrix.cmri.serial.serialdriver   
jmri.jmrix.cmri.serial.sim   
jmri.jmrix.configurexml   
jmri.jmrix.direct.serial   
jmri.jmrix.easydcc   
jmri.jmrix.easydcc.serialdriver   
jmri.jmrix.grapevine.serialdriver   
jmri.jmrix.internal The jmrix.internal package contains a jmri implementation for use without a layout. 
jmri.jmrix.lenz   
jmri.jmrix.lenz.hornbyelite   
jmri.jmrix.lenz.li100   
jmri.jmrix.lenz.li100f   
jmri.jmrix.lenz.li101   
jmri.jmrix.lenz.liusb   
jmri.jmrix.lenz.xnetsimulator   
jmri.jmrix.lenz.ztc640   
jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools. 
jmri.jmrix.loconet.hexfile   
jmri.jmrix.loconet.Intellibox   
jmri.jmrix.loconet.locobuffer   
jmri.jmrix.loconet.locobufferii   
jmri.jmrix.loconet.locobufferusb   
jmri.jmrix.loconet.ms100   
jmri.jmrix.loconet.pr2   
jmri.jmrix.loconet.pr3   
jmri.jmrix.maple.serialdriver   
jmri.jmrix.mrc   
jmri.jmrix.mrc.serialdriver   
jmri.jmrix.nce   
jmri.jmrix.nce.serialdriver   
jmri.jmrix.nce.simulator   
jmri.jmrix.nce.usbdriver   
jmri.jmrix.oaktree.serialdriver   
jmri.jmrix.powerline.cm11 This package handles communications for CM11 powerline adapters. 
jmri.jmrix.powerline.cp290 This package handles communications for CP290 powerline adapters. 
jmri.jmrix.powerline.insteon2412s This package handles communications for Insteon 2412S adapters. 
jmri.jmrix.powerline.serialdriver   
jmri.jmrix.powerline.simulator   
jmri.jmrix.qsi Connects to a QSI programmer unit. 
jmri.jmrix.qsi.serialdriver   
jmri.jmrix.rfid This package handles communications for RFID adapters 
jmri.jmrix.rfid.serialdriver   
jmri.jmrix.rps.serial   
jmri.jmrix.secsi.serialdriver   
jmri.jmrix.serialsensor   
jmri.jmrix.sprog   
jmri.jmrix.sprog.serialdriver   
jmri.jmrix.sprog.sprog   
jmri.jmrix.sprog.sprogCS   
jmri.jmrix.tmcc.serialdriver   
jmri.jmrix.wangrow.serialdriver   
jmri.jmrix.xpa   
jmri.jmrix.xpa.serialdriver   
jmri.jmrix.zimo   
jmri.jmrix.zimo.mx1   
 

Uses of SerialPortAdapter in jmri.jmrix
 

Classes in jmri.jmrix that implement SerialPortAdapter
 class AbstractNetworkPortAdapter
          Deprecated. 
 class AbstractSerialPortController
          Provide an abstract base for *PortController classes.
 

Fields in jmri.jmrix declared as SerialPortAdapter
protected  SerialPortAdapter SerialPortFrame.adapter
           
protected  SerialPortAdapter AbstractSimulatorConnectionConfig.adapter
           
protected  SerialPortAdapter AbstractSerialConnectionConfig.adapter
           
 

Methods in jmri.jmrix that return SerialPortAdapter
 SerialPortAdapter AbstractSimulatorConnectionConfig.getAdapter()
           
 SerialPortAdapter AbstractSerialConnectionConfig.getAdapter()
           
 

Constructors in jmri.jmrix with parameters of type SerialPortAdapter
AbstractSerialConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process
AbstractSimulatorConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process Currently uses the serialportadapter, but this will change to a simulator port adapter in due course.
 

Uses of SerialPortAdapter in jmri.jmrix.acela
 

Classes in jmri.jmrix.acela that implement SerialPortAdapter
 class AcelaPortController
          Abstract base for classes representing a CMRI communications port
 

Uses of SerialPortAdapter in jmri.jmrix.acela.serialdriver
 

Classes in jmri.jmrix.acela.serialdriver that implement SerialPortAdapter
 class SerialDriverAdapter
          Implements SerialPortAdapter for the Acela system.
 

Constructors in jmri.jmrix.acela.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.bachrus
 

Classes in jmri.jmrix.bachrus that implement SerialPortAdapter
 class SpeedoPortController
          Abstract base for classes representing a Bachrus speedo communications port
 

Uses of SerialPortAdapter in jmri.jmrix.bachrus.serialdriver
 

Constructors in jmri.jmrix.bachrus.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.can.adapters.gridconnect
 

Classes in jmri.jmrix.can.adapters.gridconnect that implement SerialPortAdapter
 class GcPortController
          Abstract base for classes representing a GridConnect communications port
 class GcSerialDriverAdapter
          Implements SerialPortAdapter for the GridConnect protocol.
 

Uses of SerialPortAdapter in jmri.jmrix.can.adapters.gridconnect.canrs.serialdriver
 

Constructors in jmri.jmrix.can.adapters.gridconnect.canrs.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.can.adapters.gridconnect.canusb.serialdriver
 

Constructors in jmri.jmrix.can.adapters.gridconnect.canusb.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.can.adapters.gridconnect.net
 

Classes in jmri.jmrix.can.adapters.gridconnect.net that implement SerialPortAdapter
 class NetworkDriverAdapter
          Implements SerialPortAdapter for the OpenLCB system network connection.
 

Uses of SerialPortAdapter in jmri.jmrix.can.adapters.lawicell
 

Classes in jmri.jmrix.can.adapters.lawicell that implement SerialPortAdapter
 class PortController
          Abstract base for classes representing a LAWICELL communications port
 

Uses of SerialPortAdapter in jmri.jmrix.can.adapters.lawicell.canusb.serialdriver
 

Classes in jmri.jmrix.can.adapters.lawicell.canusb.serialdriver that implement SerialPortAdapter
 class CanUsbDriverAdapter
          Implements SerialPortAdapter for the CAN-USB.
 

Constructors in jmri.jmrix.can.adapters.lawicell.canusb.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.can.adapters.loopback
 

Classes in jmri.jmrix.can.adapters.loopback that implement SerialPortAdapter
 class Port
          Loopback connection to simulate a CAN link
 

Constructors in jmri.jmrix.can.adapters.loopback with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.cmri.serial
 

Classes in jmri.jmrix.cmri.serial that implement SerialPortAdapter
 class SerialPortController
          Abstract base for classes representing a CMRI communications port
 

Uses of SerialPortAdapter in jmri.jmrix.cmri.serial.serialdriver
 

Constructors in jmri.jmrix.cmri.serial.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.cmri.serial.sim
 

Classes in jmri.jmrix.cmri.serial.sim that implement SerialPortAdapter
 class SimDriverAdapter
          Extends the serialdriver.SimDriverAdapter class to act as simulated connection.
 

Constructors in jmri.jmrix.cmri.serial.sim with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.configurexml
 

Fields in jmri.jmrix.configurexml declared as SerialPortAdapter
protected  SerialPortAdapter AbstractSerialConnectionConfigXml.adapter
           
protected  SerialPortAdapter AbstractConnectionConfigXml.adapter
           
 

Uses of SerialPortAdapter in jmri.jmrix.direct.serial
 

Constructors in jmri.jmrix.direct.serial with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.easydcc
 

Classes in jmri.jmrix.easydcc that implement SerialPortAdapter
 class EasyDccPortController
          Abstract base for classes representing a EasyDcc communications port
 

Uses of SerialPortAdapter in jmri.jmrix.easydcc.serialdriver
 

Constructors in jmri.jmrix.easydcc.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.grapevine.serialdriver
 

Constructors in jmri.jmrix.grapevine.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.internal
 

Classes in jmri.jmrix.internal that implement SerialPortAdapter
 class InternalAdapter
          Provides a dummy Adapter to allow the system connection memo and multiple Internal managers to be handled.
 

Constructors in jmri.jmrix.internal with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process;
 

Uses of SerialPortAdapter in jmri.jmrix.lenz
 

Classes in jmri.jmrix.lenz that implement SerialPortAdapter
 class XNetSerialPortController
          Abstract base for classes representing a XNet communications port
 class XNetSimulatorPortController
          Abstract base for classes representing a XNet communications port
 

Constructors in jmri.jmrix.lenz with parameters of type SerialPortAdapter
AbstractXNetSerialConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.lenz.hornbyelite
 

Classes in jmri.jmrix.lenz.hornbyelite that implement SerialPortAdapter
 class EliteAdapter
          Provide access to XPressNet via the Hornby Elite's built in USB port.
 

Constructors in jmri.jmrix.lenz.hornbyelite with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.lenz.li100
 

Classes in jmri.jmrix.lenz.li100 that implement SerialPortAdapter
 class LI100Adapter
          Provide access to XPressNet via a LI100 on an attached serial comm port.
 

Constructors in jmri.jmrix.lenz.li100 with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.lenz.li100f
 

Constructors in jmri.jmrix.lenz.li100f with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.lenz.li101
 

Classes in jmri.jmrix.lenz.li101 that implement SerialPortAdapter
 class LI101Adapter
          Provide access to XPressNet via a LI101 on an attached serial comm port.
 

Constructors in jmri.jmrix.lenz.li101 with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.lenz.liusb
 

Classes in jmri.jmrix.lenz.liusb that implement SerialPortAdapter
 class LIUSBAdapter
          Provide access to XPressNet via a LIUSB on an FTDI Virtual Comm Port.
 

Constructors in jmri.jmrix.lenz.liusb with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.lenz.xnetsimulator
 

Classes in jmri.jmrix.lenz.xnetsimulator that implement SerialPortAdapter
 class XNetSimulatorAdapter
          Provide access to a simulated XPressNet system.
 

Constructors in jmri.jmrix.lenz.xnetsimulator with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.lenz.ztc640
 

Classes in jmri.jmrix.lenz.ztc640 that implement SerialPortAdapter
 class ZTC640Adapter
          Provide access to XPressNet via a ZTC640 connected via an FTDI virtual comm port.
 

Constructors in jmri.jmrix.lenz.ztc640 with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.loconet
 

Classes in jmri.jmrix.loconet that implement SerialPortAdapter
 class LnPortController
          Base for classes representing a LocoNet communications port
 

Uses of SerialPortAdapter in jmri.jmrix.loconet.hexfile
 

Classes in jmri.jmrix.loconet.hexfile that implement SerialPortAdapter
 class LnHexFilePort
          LnHexFilePort implements a LnPortController via a ASCII-hex input file.
 

Constructors in jmri.jmrix.loconet.hexfile with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.loconet.Intellibox
 

Classes in jmri.jmrix.loconet.Intellibox that implement SerialPortAdapter
 class IntelliboxAdapter
          Update the code in jmri.jmrix.loconet.locobuffer so that it operates correctly with the Intellibox on-board serial port.
 

Constructors in jmri.jmrix.loconet.Intellibox with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.loconet.locobuffer
 

Classes in jmri.jmrix.loconet.locobuffer that implement SerialPortAdapter
 class LocoBufferAdapter
          Provide access to LocoNet via a LocoBuffer attached to a serial comm port.
 

Constructors in jmri.jmrix.loconet.locobuffer with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.loconet.locobufferii
 

Classes in jmri.jmrix.loconet.locobufferii that implement SerialPortAdapter
 class LocoBufferIIAdapter
          Update the code in jmri.jmrix.loconet.locobuffer so that it refers to the switch settings on the new LocoBuffer II
 

Constructors in jmri.jmrix.loconet.locobufferii with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.loconet.locobufferusb
 

Classes in jmri.jmrix.loconet.locobufferusb that implement SerialPortAdapter
 class LocoBufferUsbAdapter
          Update the code in jmri.jmrix.loconet.locobuffer so that it refers to the switch settings on the new LocoBuffer-USB
 

Constructors in jmri.jmrix.loconet.locobufferusb with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.loconet.ms100
 

Classes in jmri.jmrix.loconet.ms100 that implement SerialPortAdapter
 class MS100Adapter
          Provide access to LocoNet via a MS100 attached to a serial comm port.
 

Constructors in jmri.jmrix.loconet.ms100 with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.loconet.pr2
 

Classes in jmri.jmrix.loconet.pr2 that implement SerialPortAdapter
 class PR2Adapter
          Update the code in jmri.jmrix.loconet.locobuffer so that it refers to the switch settings on the new Digitrax PR2
 

Constructors in jmri.jmrix.loconet.pr2 with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.loconet.pr3
 

Classes in jmri.jmrix.loconet.pr3 that implement SerialPortAdapter
 class PR3Adapter
          Update the code in jmri.jmrix.loconet.locobuffer so that it refers to the switch settings on the new Digitrax PR3
 

Constructors in jmri.jmrix.loconet.pr3 with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.maple.serialdriver
 

Constructors in jmri.jmrix.maple.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.mrc
 

Classes in jmri.jmrix.mrc that implement SerialPortAdapter
 class MrcPortController
          Abstract base for classes representing a MRC communications port
 

Uses of SerialPortAdapter in jmri.jmrix.mrc.serialdriver
 

Constructors in jmri.jmrix.mrc.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.nce
 

Classes in jmri.jmrix.nce that implement SerialPortAdapter
 class NcePortController
           
 

Uses of SerialPortAdapter in jmri.jmrix.nce.serialdriver
 

Constructors in jmri.jmrix.nce.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.nce.simulator
 

Classes in jmri.jmrix.nce.simulator that implement SerialPortAdapter
 class SimulatorAdapter
          The following was copied from the NCE Power Pro System Reference Manual.
 

Constructors in jmri.jmrix.nce.simulator with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.nce.usbdriver
 

Classes in jmri.jmrix.nce.usbdriver that implement SerialPortAdapter
 class UsbDriverAdapter
          Implements UsbPortAdapter for the NCE system.
 

Constructors in jmri.jmrix.nce.usbdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.oaktree.serialdriver
 

Constructors in jmri.jmrix.oaktree.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.powerline.cm11
 

Classes in jmri.jmrix.powerline.cm11 that implement SerialPortAdapter
 class SpecificDriverAdapter
          Provide access to Powerline devices via a serial comm port.
 

Constructors in jmri.jmrix.powerline.cm11 with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.powerline.cp290
 

Constructors in jmri.jmrix.powerline.cp290 with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.powerline.insteon2412s
 

Constructors in jmri.jmrix.powerline.insteon2412s with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.powerline.serialdriver
 

Constructors in jmri.jmrix.powerline.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.powerline.simulator
 

Constructors in jmri.jmrix.powerline.simulator with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.qsi
 

Classes in jmri.jmrix.qsi that implement SerialPortAdapter
 class QsiPortController
          Abstract base for classes representing a QSI communications port
 

Uses of SerialPortAdapter in jmri.jmrix.qsi.serialdriver
 

Constructors in jmri.jmrix.qsi.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.rfid
 

Classes in jmri.jmrix.rfid that implement SerialPortAdapter
 class RfidPortController
          Abstract base for classes representing a communications port
 

Uses of SerialPortAdapter in jmri.jmrix.rfid.serialdriver
 

Constructors in jmri.jmrix.rfid.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.rps.serial
 

Classes in jmri.jmrix.rps.serial that implement SerialPortAdapter
 class SerialAdapter
          Implements SerialPortAdapter for the RPS system.
 

Constructors in jmri.jmrix.rps.serial with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.secsi.serialdriver
 

Constructors in jmri.jmrix.secsi.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.serialsensor
 

Classes in jmri.jmrix.serialsensor that implement SerialPortAdapter
 class SerialSensorAdapter
          Implements SerialPortAdapter for connecting to two sensors via the serial port.
 

Uses of SerialPortAdapter in jmri.jmrix.sprog
 

Classes in jmri.jmrix.sprog that implement SerialPortAdapter
 class SprogPortController
           
 

Uses of SerialPortAdapter in jmri.jmrix.sprog.serialdriver
 

Constructors in jmri.jmrix.sprog.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.sprog.sprog
 

Constructors in jmri.jmrix.sprog.sprog with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.sprog.sprogCS
 

Classes in jmri.jmrix.sprog.sprogCS that implement SerialPortAdapter
 class SprogCSSerialDriverAdapter
          Implements SerialPortAdapter for the Sprog system.
 

Constructors in jmri.jmrix.sprog.sprogCS with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.tmcc.serialdriver
 

Constructors in jmri.jmrix.tmcc.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.wangrow.serialdriver
 

Constructors in jmri.jmrix.wangrow.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.xpa
 

Classes in jmri.jmrix.xpa that implement SerialPortAdapter
 class XpaPortController
          Abstract base for classes representing an XPA+Modem communications port
 

Uses of SerialPortAdapter in jmri.jmrix.xpa.serialdriver
 

Constructors in jmri.jmrix.xpa.serialdriver with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 

Uses of SerialPortAdapter in jmri.jmrix.zimo
 

Classes in jmri.jmrix.zimo that implement SerialPortAdapter
 class Mx1PortController
          Abstract base for classes representing a MX-1 communications port
 

Uses of SerialPortAdapter in jmri.jmrix.zimo.mx1
 

Classes in jmri.jmrix.zimo.mx1 that implement SerialPortAdapter
 class Mx1Adapter
           
 

Constructors in jmri.jmrix.zimo.mx1 with parameters of type SerialPortAdapter
ConnectionConfig(SerialPortAdapter p)
          Ctor for an object being created during load process; Swing init is deferred.
 



Copyright © 1997 - 2011 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads